Lines Matching refs:start_offset
147 (*fctp) ((char *) elf->map_address + elf->start_offset, ehdr, in __elfw2()
150 else if (elf->map_address + elf->start_offset != ehdr) in __elfw2()
151 memcpy (elf->map_address + elf->start_offset, ehdr, in __elfw2()
178 memset (elf->map_address + elf->start_offset + ehdr->e_ehsize, in __elfw2()
188 (*fctp) (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2()
193 memmove (elf->map_address + elf->start_offset + ehdr->e_phoff, in __elfw2()
206 char *last_position = ((char *) elf->map_address + elf->start_offset in __elfw2()
224 char *const shdr_start = ((char *) elf->map_address + elf->start_offset in __elfw2()
245 assert ((char *) elf->map_address + elf->start_offset in __elfw2()
248 < ((char *) elf->map_address + elf->start_offset in __elfw2()
269 if (((char *) elf->map_address + elf->start_offset in __elfw2()
272 < ((char *) elf->map_address + elf->start_offset in __elfw2()
274 && (((char *) elf->map_address + elf->start_offset in __elfw2()
309 + elf->start_offset + shdr->sh_offset); in __elfw2()
433 && last_position < ((char *) elf->map_address + elf->start_offset in __elfw2()
436 (char *) elf->map_address + elf->start_offset + ehdr->e_shoff in __elfw2()
477 + (elf->start_offset & ~(sysconf (_SC_PAGESIZE) - 1))); in __elfw2()
479 + elf->start_offset + ehdr->e_shoff in __elfw2()
664 int64_t shdr_offset = elf->start_offset + ehdr->e_shoff; in __elfw2()
712 int64_t scn_start = elf->start_offset + shdr->sh_offset; in __elfw2()