Searched refs:IDX_debug_str (Results 1 – 5 of 5) sorted by relevance
47 if (dbg->sectiondata[IDX_debug_str] == NULL48 || offset >= dbg->sectiondata[IDX_debug_str]->d_size)55 const char *result = ((const char *) dbg->sectiondata[IDX_debug_str]->d_buf58 dbg->sectiondata[IDX_debug_str]->d_size - offset);
63 || 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;
66 [IDX_debug_str] = ".debug_str",
81 IDX_debug_str, enumerator
7616 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()