Home
last modified time | relevance | path

Searched refs:dwarf_cu_die (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/tests/
Dget-units-split.c66 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/
Ddwarf_cu_die.c38 dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result, Dwarf_Half *versionp, in dwarf_cu_die() function
Dlibdw.map297 dwarf_cu_die;
DMakefile.am92 dwarf_cu_die.c dwarf_peel_type.c dwarf_default_lower_bound.c \
Dlibdw.h397 extern Dwarf_Die *dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result,
DChangeLog815 * dwarf_cu_die.c (dwarf_cu_die): Rename arguments. type_signaturep
1681 * dwarf_cu_die.c: New file.
1682 * Makefile.am (libdw_a_SOURCES): Add dwarf_cu_die.c.
1683 * libdw.h (dwarf_cu_die): New function declaration.
1684 * libdw.map (ELFUTILS_0.160): Add dwarf_cu_die.
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1100 const DWARFBaseDIE dwarf_cu_die = dwarf_cu->GetUnitDIEOnly(); in ParseDebugMacros() local
1101 if (!dwarf_cu_die) in ParseDebugMacros()
1105 dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_macros, DW_INVALID_OFFSET); in ParseDebugMacros()
1107 sect_offset = dwarf_cu_die.GetAttributeValueAsUnsigned(DW_AT_GNU_macros, in ParseDebugMacros()
3033 DWARFDIE dwarf_cu_die = dwarf_cu->DIE(); in ParseTypes() local
3034 if (dwarf_cu_die && dwarf_cu_die.HasChildren()) { in ParseTypes()
3037 types_added = ParseTypes(sc, dwarf_cu_die.GetFirstChild(), true, true); in ParseTypes()
/external/elfutils/include/elfutils/
Dlibdw.h397 extern Dwarf_Die *dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result,
/external/elfutils/src/
Dreadelf.c5221 if (dwarf_cu_die (listptr->cu, &cudie, in print_debug_addr_section()
5737 if (dwarf_cu_die (cu, &cudie, in print_debug_rnglists_section()
6050 if (dwarf_cu_die (cu, &cudie, in print_debug_ranges_section()
7392 if (dwarf_cu_die (cbargs->cu, &cudie, in attr_callback()
7785 dwarf_cu_die (cu, &result, NULL, &abbroffset, &addrsize, &offsize, in print_debug_units()
7968 dwarf_cu_die (split_cu, &result, NULL, &abbroffset, in print_debug_units()
9164 if (dwarf_cu_die (cu, &cudie, in print_debug_loclists_section()
9567 if (dwarf_cu_die (cu, &cudie, in print_debug_loc_section()
10483 if (dwarf_cu_die (listptr->cu, &cudie, in print_debug_str_offsets_section()
DChangeLog1096 (print_debug_units): Use dwarf_get_units and dwarf_cu_die instead
/external/elfutils/
DChangeLog491 * NEWS: Add dwarf_cu_die.
DNEWS365 libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
/external/elfutils/config/
Delfutils.spec.in583 - libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
/external/libabigail/src/
Dabg-dwarf-reader.cc3135 if (!dwarf_cu_die(cu_die.cu, &cu_kind, in get_die_source()