Home
last modified time | relevance | path

Searched refs:IDX_debug_abbrev (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/0.153/libdw/
Ddwarf_getabbrev.c70 if (dbg->sectiondata[IDX_debug_abbrev] == NULL)
73 if (offset >= dbg->sectiondata[IDX_debug_abbrev]->d_size)
80 = (unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf + offset;
Ddwarf_getattrs.c95 >= ((unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf in dwarf_getattrs()
96 + dbg->sectiondata[IDX_debug_abbrev]->d_size))) in dwarf_getattrs()
Ddwarf_child.c91 = ((unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf in __libdw_find_attr()
92 + dbg->sectiondata[IDX_debug_abbrev]->d_size); in __libdw_find_attr()
Ddwarf_nextcu.c156 &abbrev_offset, IDX_debug_abbrev, 0))
Ddwarf_begin_elf.c77 [IDX_debug_abbrev] = ".debug_abbrev",
DlibdwP.h87 IDX_debug_abbrev, enumerator
/external/elfutils/0.153/src/
Dreadelf.c4575 while (offset < dbg->sectiondata[IDX_debug_abbrev]->d_size) in print_debug_abbrev_section()