Home | History | Annotate | Download | only in libdw

Lines Matching refs:sectiondata

34   unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf;
36 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
69 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
89 assert (dbg->sectiondata[IDX_debug_info] != NULL);
90 assert (dbg->sectiondata[IDX_debug_info]->d_buf != NULL);
92 < dbg->sectiondata[IDX_debug_info]->d_size);
94 = ((unsigned char *) dbg->sectiondata[IDX_debug_info]->d_buf
131 if (unlikely (dbg->sectiondata[IDX_debug_pubnames] == NULL
132 || offset >= dbg->sectiondata[IDX_debug_pubnames]->d_size))
159 = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
199 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;