Searched refs:e_shoff (Results 1 – 6 of 6) sorted by relevance
36 size < (ehdr->e_shoff + sizeof(Elf32_Shdr))) in e32_parse_ehdr()113 if (fw + fw_size <= fw || fw + ehdr->e_shoff < fw) in e32_parser_find_rsc_table()116 shdr = (void *)(fw + ehdr->e_shoff); in e32_parser_find_rsc_table()
42 uintptr_t e_shoff; member
44 vaddr_t e_shoff; member
128 elf->e_shoff = ehdr->e_shoff; in e32_parse_ehdr()153 elf->e_shoff = ehdr->e_shoff; in e64_parse_ehdr()191 elf->e_shoff = ehdr->e_shoff; in e64_parse_ehdr()1124 if (elf->e_shoff < SMALL_PAGE_SIZE) { in copy_section_headers()1126 offs = MIN(SMALL_PAGE_SIZE - elf->e_shoff, sz); in copy_section_headers()1127 memcpy(elf->shdr, (void *)(elf->load_addr + elf->e_shoff), in copy_section_headers()1134 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