Home
last modified time | relevance | path

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

/external/elfutils/src/libdw/
Ddwarf_getstring.c47 if (dbg->sectiondata[IDX_debug_str] == NULL
48 || offset >= dbg->sectiondata[IDX_debug_str]->d_size)
55 const char *result = ((const char *) dbg->sectiondata[IDX_debug_str]->d_buf
58 dbg->sectiondata[IDX_debug_str]->d_size - offset);
Ddwarf_formstring.c63 || dbg_ret->sectiondata[IDX_debug_str] == NULL)
71 attrp->cu->offset_size, &off, IDX_debug_str, 1))
74 return (const char *) dbg_ret->sectiondata[IDX_debug_str]->d_buf + off;
Ddwarf_begin_elf.c66 [IDX_debug_str] = ".debug_str",
DlibdwP.h81 IDX_debug_str, enumerator
/external/elfutils/src/src/
Dreadelf.c7616 const size_t sh_size = (dbg->sectiondata[IDX_debug_str] ? in print_debug_str_section()
7617 dbg->sectiondata[IDX_debug_str]->d_size : 0); in print_debug_str_section()