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 68 if (dbg->sectiondata[IDX_debug_str] == NULL
69 || offset >= dbg->sectiondata[IDX_debug_str]->d_size)
76 const char *result = ((const char *) dbg->sectiondata[IDX_debug_str]->d_buf
79 dbg->sectiondata[IDX_debug_str]->d_size - offset);
dwarf_formstring.c 75 || dbg->sectiondata[IDX_debug_str] == NULL)
89 if (off >= dbg->sectiondata[IDX_debug_str]->d_size)
92 return (const char *) dbg->sectiondata[IDX_debug_str]->d_buf + off;
dwarf_begin_elf.c 76 [IDX_debug_str] = ".debug_str",
libdwP.h 90 IDX_debug_str,

Completed in 25 milliseconds