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

  /external/elfutils/libdw/
dwarf_getstring.c 32 if (dbg->sectiondata[IDX_debug_str] == NULL
33 || offset >= dbg->sectiondata[IDX_debug_str]->d_size)
40 const char *result = ((const char *) dbg->sectiondata[IDX_debug_str]->d_buf
43 dbg->sectiondata[IDX_debug_str]->d_size - offset);
dwarf_formstring.c 39 || dbg->sectiondata[IDX_debug_str] == NULL)
53 if (off >= dbg->sectiondata[IDX_debug_str]->d_size)
56 return (const char *) dbg->sectiondata[IDX_debug_str]->d_buf + off;
dwarf_begin_elf.c 40 [IDX_debug_str] = ".debug_str",
libdwP.h 54 IDX_debug_str,

Completed in 33 milliseconds