Lines Matching defs:offset
216 Elf64_Off offset;
232 offset = shdr->sh_offset;
247 offset = shdr->sh_offset;
307 if (unlikely (offset > elf->maximum_size
308 || elf->maximum_size - offset < size))
316 = (char *) elf->map_address + elf->start_offset + offset;
323 if (unlikely (offset > elf->maximum_size
324 || elf->maximum_size - offset < size))
341 elf->start_offset + offset);
383 actual offset of the data in the file. Given that there is always
387 if (type != SHT_NOBITS && align > offset)
389 /* Align the offset to the next power of two. Uses algorithm from
391 align = offset - 1;