Home
last modified time | relevance | path

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

/external/elfutils/src/libdw/
Ddwarf_cu_die.c38 dwarf_cu_die (cu, result, versionp, abbrev_offsetp, address_sizep, in dwarf_cu_die() function
DAndroid.mk35 dwarf_cu_die.c \
Dlibdw.map308 dwarf_cu_die;
DMakefile.am92 dwarf_cu_die.c dwarf_peel_type.c
DMakefile199 dwarf_cu_die.$(OBJEXT) dwarf_peel_type.$(OBJEXT)
455 dwarf_cu_die.c dwarf_peel_type.c
578 include ./$(DEPDIR)/dwarf_cu_die.Po
DMakefile.in199 dwarf_cu_die.$(OBJEXT) dwarf_peel_type.$(OBJEXT)
455 dwarf_cu_die.c dwarf_peel_type.c
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf_cu_die.Po@am__quote@
Dlibdw.h376 extern Dwarf_Die *dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result,
DChangeLog281 * dwarf_cu_die.c: New file.
282 * Makefile.am (libdw_a_SOURCES): Add dwarf_cu_die.c.
283 * libdw.h (dwarf_cu_die): New function declaration.
284 * libdw.map (ELFUTILS_0.160): Add dwarf_cu_die.
/external/elfutils/src/
Delfutils.spec211 - libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
DChangeLog26 * NEWS: Add dwarf_cu_die.
DNEWS15 libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
/external/elfutils/include/elfutils/
Dlibdw.h376 extern Dwarf_Die *dwarf_cu_die (Dwarf_CU *cu, Dwarf_Die *result,
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1247 const DWARFDebugInfoEntry *dwarf_cu_die = dwarf_cu->GetCompileUnitDIEOnly(); in ParseCompileUnitLineTable() local
1248 if (dwarf_cu_die) in ParseCompileUnitLineTable()
1250 …const dw_offset_t cu_line_offset = dwarf_cu_die->GetAttributeValueAsUnsigned(this, dwarf_cu, DW_AT… in ParseCompileUnitLineTable()
7102 const DWARFDebugInfoEntry *dwarf_cu_die = dwarf_cu->DIE(); in ParseTypes() local
7103 if (dwarf_cu_die && dwarf_cu_die->HasChildren()) in ParseTypes()
7105 types_added = ParseTypes(sc, dwarf_cu, dwarf_cu_die->GetFirstChild(), true, true); in ParseTypes()
/external/elfutils/src/config/
Delfutils.spec.in211 - libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.