HomeSort by relevance Sort by last modified time
    Searched refs:IDX_debug_pubnames (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdw/
dwarf_getpubnames.c 74 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf;
76 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
116 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
186 if (unlikely (dbg->sectiondata[IDX_debug_pubnames] == NULL
188 >= dbg->sectiondata[IDX_debug_pubnames]->d_size)))
216 = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
256 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
dwarf_begin_elf.c 75 [IDX_debug_pubnames] = ".debug_pubnames",
libdwP.h 89 IDX_debug_pubnames,

Completed in 330 milliseconds