Home
last modified time | relevance | path

Searched refs:IDX_debug_str (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getstring.c68 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);
Ddwarf_formstring.c75 || 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;
Ddwarf_begin_elf.c76 [IDX_debug_str] = ".debug_str",
DlibdwP.h90 IDX_debug_str, enumerator