Home
last modified time | relevance | path

Searched refs:dwarf_get_units (Results 1 – 20 of 20) sorted by relevance

/external/elfutils/libdw/
Ddwarf_next_lines.c102 while (dwarf_get_units (dbg, next_cu, &next_cu, NULL, NULL, in dwarf_next_lines()
134 while (dwarf_get_units (dbg, next_cu, &next_cu, NULL, NULL, in dwarf_next_lines()
Ddwarf_get_units.c39 dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu, in dwarf_get_units() function
Dlibdw_find_split_unit.c55 while (dwarf_get_units (split_dwarf, split, &split, in try_split_file()
Dlibdw.map340 dwarf_get_units;
DMakefile.am93 dwarf_die_addr_die.c dwarf_get_units.c \
Dlibdw.h299 extern int dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu,
DChangeLog326 * dwarf_get_units.c (dwarf_get_units): Handle existing error, no
585 * dwarf_get_units.c (dwarf_get_units): Handle DW_UT_skeleton by
807 * Makefile.am (libdw_a_SOURCES): Add dwarf_get_units.c.
808 * dwarf_get_units.c: New file.
809 * libdw.h (dwarf_get_units): New function declaration.
810 * libdw.map (ELFUTILS_0.170): Add dwarf_get_units.
DlibdwP.h1031 if (dwarf_get_units (dbg, NULL, &first_cu, in str_offsets_base_off()
/external/elfutils/tests/
Dunit-info.c66 while (dwarf_get_units (dbg, cu, &cu, &version, in main()
190 while (dwarf_get_units (dbg, cu, &cu, NULL, NULL, NULL, NULL) == 0) in main()
Dget-units-split.c50 while (dwarf_get_units (dbg, cu, &cu, NULL, in main()
Dall-dwarf-ranges.c80 while (dwarf_get_units (dbg, cu, &cu, NULL, in main()
Dattr-integrate-skel.c51 while (dwarf_get_units (dbg, cu, &cu, &version, in main()
Dget-units-invalid.c49 while (dwarf_get_units (dbg, cu, &cu, NULL, in main()
Ddwarf-die-addr-die.c141 while (dwarf_get_units (dbg, cu, &cu, NULL, in check_dbg()
DChangeLog990 type, gotten through dwarf_get_units.
/external/elfutils/include/elfutils/
Dlibdw.h299 extern int dwarf_get_units (Dwarf *dwarf, Dwarf_CU *cu, Dwarf_CU **next_cu,
/external/elfutils/
DNEWS218 (dwarf_get_units and dwarf_cu_info), handle new attribute data
232 libdw: New functions dwarf_die_addr_die, dwarf_get_units,
/external/elfutils/src/
Dreadelf.c7770 unit_res = dwarf_get_units (dbg, cu, &cu, &version, &unit_type, in print_debug_units()
10451 if (dwarf_get_units (dbg, NULL, &cu, NULL, &unit_type, in print_debug_str_offsets_section()
11125 while (dwarf_get_units (dbg, cu, &cu, NULL, NULL, NULL, NULL) == 0) in is_split_dwarf()
11254 while (dwarf_get_units (skel_dbg, cu, &cu, in print_debug()
DChangeLog1096 (print_debug_units): Use dwarf_get_units and dwarf_cu_die instead
/external/elfutils/config/
Delfutils.spec.in488 - libdw: New functions dwarf_die_addr_die, dwarf_get_units,