Searched refs:e_shoff (Results 1 – 7 of 7) sorted by relevance
142 eh->e_shoff = swap32(eh->e_shoff); in endianadjust_ehdr32()161 eh->e_shoff = swap64(eh->e_shoff); in endianadjust_ehdr64()374 out_ehdr.e_shoff = RAW_OFFSET + dat_siz; in main()
66 delta = elf->hdr->e_shoff + elf->hdr->e_shnum * elf->hdr->e_shentsize; in elf_resolve_sections()71 delta = elf->hdr->e_shoff + i * elf->hdr->e_shentsize; in elf_resolve_sections()476 if ( elf->hdr->e_shoff >= elf->len ) in livepatch_header_check()489 if ( ((elf->len - elf->hdr->e_shoff) / elf->hdr->e_shentsize) < in livepatch_header_check()
37 Elf32_Shdr *shdr = (Elf32_Shdr *)&elfarray[ehdr->e_shoff]; in relocate_32bitbios()
123 Elf32_Off e_shoff; /* section header table offset */ member141 Elf64_Off e_shoff; /* Section hdr offset */ member
66 offset = elf_uval(elf, elf->ehdr, e_shoff) + in elf_init()349 elf_store_field_bitness(elf, header_handle, e_shoff, in elf_load_bsdsyms()
178 + elf_uval(elf, elf->ehdr, e_shoff) in elf_shdr_by_index()
257 ehdr->e_shoff = sizeof(*ehdr); in xc_core_ehdr_init()
Completed in 11 milliseconds