Searched refs:e_shoff (Results 1 – 12 of 12) sorted by relevance
43 vaddr_t e_shoff; member
119 elf->e_shoff = ehdr->e_shoff; in e32_parse_ehdr()144 elf->e_shoff = ehdr->e_shoff; in e64_parse_ehdr()1065 if (elf->e_shoff < SMALL_PAGE_SIZE) { in copy_section_headers()1067 offs = MIN(SMALL_PAGE_SIZE - elf->e_shoff, sz); in copy_section_headers()1068 memcpy(elf->shdr, (void *)(elf->load_addr + elf->e_shoff), in copy_section_headers()1075 elf->e_shoff + offs); in copy_section_headers()
64 Elf32_Off e_shoff; /* Section header file offset. */ member
73 Elf64_Off e_shoff; /* Section header file offset. */ member
Completed in 21 milliseconds