Home | History | Annotate | Download | only in libelf

Lines Matching refs:offset

62 elf_strptr (elf, idx, offset)
65 size_t offset;
119 if (unlikely (offset >= strscn->shdr.e32->sh_size))
121 /* The given offset is too big, it is beyond this section. */
135 if (unlikely (offset >= strscn->shdr.e64->sh_size))
137 /* The given offset is too big, it is beyond this section. */
154 result = &strscn->rawdata_base[offset];
162 if (offset >= (size_t) dl->data.d.d_off
163 && offset < dl->data.d.d_off + dl->data.d.d_size)
165 result = (char *) dl->data.d.d_buf + (offset - dl->data.d.d_off);