Home
last modified time | relevance | path

Searched refs:e_shoff (Results 1 – 7 of 7) sorted by relevance

/xen/xen/arch/x86/boot/
A Dmkelf32.c142 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()
/xen/xen/common/
A Dlivepatch_elf.c66 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()
/xen/tools/firmware/hvmloader/
A D32bitbios_support.c37 Elf32_Shdr *shdr = (Elf32_Shdr *)&elfarray[ehdr->e_shoff]; in relocate_32bitbios()
/xen/xen/include/xen/
A Delfstructs.h123 Elf32_Off e_shoff; /* section header table offset */ member
141 Elf64_Off e_shoff; /* Section hdr offset */ member
/xen/xen/common/libelf/
A Dlibelf-loader.c66 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()
A Dlibelf-tools.c178 + elf_uval(elf, elf->ehdr, e_shoff) in elf_shdr_by_index()
/xen/tools/libxc/
A Dxc_core.c257 ehdr->e_shoff = sizeof(*ehdr); in xc_core_ehdr_init()

Completed in 11 milliseconds