Searched refs:e_shoff (Results 1 – 6 of 6) sorted by relevance
30 size < (ehdr->e_shoff + sizeof(Elf32_Shdr))) in e32_parse_ehdr()107 if (fw + fw_size <= fw || fw + ehdr->e_shoff < fw) in e32_parser_find_rsc_table()110 shdr = (void *)(fw + ehdr->e_shoff); in e32_parser_find_rsc_table()
42 uintptr_t e_shoff; member
44 vaddr_t e_shoff; member
127 elf->e_shoff = ehdr->e_shoff; in e32_parse_ehdr()152 elf->e_shoff = ehdr->e_shoff; in e64_parse_ehdr()190 elf->e_shoff = ehdr->e_shoff; in e64_parse_ehdr()1123 if (elf->e_shoff < SMALL_PAGE_SIZE) { in copy_section_headers()1125 offs = MIN(SMALL_PAGE_SIZE - elf->e_shoff, sz); in copy_section_headers()1126 memcpy(elf->shdr, (void *)(elf->load_addr + elf->e_shoff), in copy_section_headers()1133 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