Home | History | Annotate | Download | only in libdw

Lines Matching refs:sectiondata

74   unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf;
76 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
116 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
136 if (unlikely (dbg->sectiondata[IDX_debug_info] == NULL
137 || dbg->sectiondata[IDX_debug_info]->d_buf == NULL
139 >= dbg->sectiondata[IDX_debug_info]->d_size)))
143 = ((unsigned char *) dbg->sectiondata[IDX_debug_info]->d_buf
186 if (unlikely (dbg->sectiondata[IDX_debug_pubnames] == NULL
188 >= dbg->sectiondata[IDX_debug_pubnames]->d_size)))
216 = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
256 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;