Searched refs:IDX_debug_pubnames (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getpubnames.c34 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf;
36 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
69 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
131 if (unlikely (dbg->sectiondata[IDX_debug_pubnames] == NULL
132 || offset >= dbg->sectiondata[IDX_debug_pubnames]->d_size))
159 = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
199 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
H A Ddwarf_begin_elf.c39 [IDX_debug_pubnames] = ".debug_pubnames",
H A DlibdwP.h53 IDX_debug_pubnames, enumerator in enum:__anon1983

Completed in 30 milliseconds