Lines Matching defs:offset
43 elf_getdata_rawchunk (Elf *elf, int64_t offset, size_t size, Elf_Type type)
55 if (unlikely (offset < 0 || (uint64_t) offset > elf->maximum_size
56 || elf->maximum_size - (uint64_t) offset < size))
81 if ((rawchunks->offset == offset || size == 0)
95 char *rawdata = elf->map_address + elf->start_offset + offset;
121 elf->start_offset + offset)
187 chunk->offset = offset;