Searched refs:dwarf_cu_die (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/tests/ |
D | get-units-split.c | 66 if (dwarf_cu_die (skel_cu, &skel_die, NULL, NULL, NULL, NULL, in main() 73 if (dwarf_cu_die (split_cu, &split_die, NULL, NULL, NULL, NULL, in main()
|
/external/elfutils/libdw/ |
D | dwarf_cu_die.c | 38 dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result, Dwarf_Half *versionp, in dwarf_cu_die() function
|
D | libdw.map | 297 dwarf_cu_die;
|
D | Makefile.am | 93 dwarf_cu_die.c dwarf_peel_type.c dwarf_default_lower_bound.c \
|
D | libdw.h | 397 extern Dwarf_Die *dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result,
|
D | ChangeLog | 950 * dwarf_cu_die.c (dwarf_cu_die): Rename arguments. type_signaturep 1816 * dwarf_cu_die.c: New file. 1817 * Makefile.am (libdw_a_SOURCES): Add dwarf_cu_die.c. 1818 * libdw.h (dwarf_cu_die): New function declaration. 1819 * libdw.map (ELFUTILS_0.160): Add dwarf_cu_die.
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 397 extern Dwarf_Die *dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result,
|
/external/elfutils/src/ |
D | readelf.c | 5390 if (dwarf_cu_die (listptr->cu, &cudie, in print_debug_addr_section() 5906 if (dwarf_cu_die (cu, &cudie, in print_debug_rnglists_section() 6219 if (dwarf_cu_die (cu, &cudie, in print_debug_ranges_section() 7561 if (dwarf_cu_die (cbargs->cu, &cudie, in attr_callback() 7956 dwarf_cu_die (cu, &result, NULL, &abbroffset, &addrsize, &offsize, in print_debug_units() 8138 dwarf_cu_die (split_cu, &result, NULL, &abbroffset, in print_debug_units() 9408 if (dwarf_cu_die (cu, &cudie, in print_debug_loclists_section() 9821 if (dwarf_cu_die (cu, &cudie, in print_debug_loc_section() 10737 if (dwarf_cu_die (listptr->cu, &cudie, in print_debug_str_offsets_section()
|
D | ChangeLog | 1378 (print_debug_units): Use dwarf_get_units and dwarf_cu_die instead
|
/external/elfutils/ |
D | ChangeLog | 620 * NEWS: Add dwarf_cu_die.
|
D | NEWS | 450 libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
|
/external/elfutils/config/ |
D | elfutils.spec.in | 660 - libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 3123 if (!dwarf_cu_die(cu_die.cu, &cu_kind, in get_die_source()
|