Home
last modified time | relevance | path

Searched refs:Elf64_Ehdr (Results 1 – 25 of 35) sorted by relevance

12

/linux/fs/proc/
H A Dvmcore.c740 static int __init update_note_header_size_elf64(const Elf64_Ehdr *ehdr_ptr) in update_note_header_size_elf64()
803 static int __init get_note_number_and_size_elf64(const Elf64_Ehdr *ehdr_ptr, in get_note_number_and_size_elf64()
838 static int __init copy_notes_elf64(const Elf64_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf64()
866 Elf64_Ehdr *ehdr_ptr; in merge_note_headers_elf64()
870 ehdr_ptr = (Elf64_Ehdr *)elfptr; in merge_note_headers_elf64()
892 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64()
900 tmp = elfptr + sizeof(Elf64_Ehdr); in merge_note_headers_elf64()
907 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf64_Ehdr)-sizeof(Elf64_Phdr))); in merge_note_headers_elf64()
1121 Elf64_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf64()
1125 ehdr_ptr = (Elf64_Ehdr *)elfptr; in process_ptload_program_headers_elf64()
[all …]
/linux/kernel/
H A Dcrash_core.c164 Elf64_Ehdr *ehdr; in crash_prepare_elf64_headers()
185 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()
192 ehdr = (Elf64_Ehdr *)buf; in crash_prepare_elf64_headers()
203 ehdr->e_phoff = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
204 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c308 Elf64_Ehdr *elf; in create_opalcore()
313 hdr_size = (sizeof(Elf64_Ehdr) + in create_opalcore()
357 elf = (Elf64_Ehdr *)bufp; in create_opalcore()
358 bufp += sizeof(Elf64_Ehdr); in create_opalcore()
369 elf->e_phoff = cpu_to_be64(sizeof(Elf64_Ehdr)); in create_opalcore()
373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
/linux/scripts/
H A Dsorttable.c69 Elf64_Ehdr e64;
974 if (r2(&ehdr->e64.e_ehsize) != sizeof(Elf64_Ehdr) ||
H A Drecordmcount.c634 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file()
635 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/linux/tools/testing/selftests/kvm/lib/
H A Delf.c15 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get()
117 Elf64_Ehdr hdr; in kvm_vm_elf_load()
/linux/arch/sparc/vdso/
H A Dvdso2c.c146 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/linux/arch/x86/um/asm/
H A Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr
/linux/arch/x86/entry/vdso/
H A Dvdso2c.c173 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/linux/include/asm-generic/
H A Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c137 Elf64_Ehdr *ehdr;
280 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
/linux/arch/powerpc/boot/
H A Dof.c51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
H A Delf_util.c16 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
H A Delf.h87 } Elf64_Ehdr; typedef
/linux/arch/mips/include/asm/
H A Dmodule.h59 #define Elf_Ehdr Elf64_Ehdr
/linux/arch/mips/tools/
H A Delf-entry.c39 Elf64_Ehdr ehdr64; in main()
H A Dloongson3-llsc-check.c239 Elf64_Ehdr *eh; in main()
/linux/tools/testing/selftests/sgx/
H A Dload.c142 Elf64_Ehdr *ehdr; in encl_get_entry()
183 Elf64_Ehdr *ehdr; in encl_load()
/linux/tools/perf/util/
H A Dsymbol-minimal.c168 Elf64_Ehdr ehdr; in filename__read_build_id()
322 Elf64_Ehdr ehdr; in dso__type_fd()
/linux/lib/
H A Dbuildid.c252 const Elf64_Ehdr *ehdr; in get_build_id_64()
257 ehdr = freader_fetch(r, 0, sizeof(Elf64_Ehdr)); in get_build_id_64()
/linux/arch/arm64/kernel/pi/
H A Drelacheck.c24 static Elf64_Ehdr *ehdr;
/linux/scripts/mod/
H A Dmodpost.h41 #define Elf_Ehdr Elf64_Ehdr
/linux/arch/parisc/boot/compressed/
H A Dmisc.c236 Elf64_Ehdr ehdr; in parse_elf()
/linux/arch/alpha/kernel/
H A Dmodule.c64 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()
/linux/arch/x86/boot/compressed/
H A Dmisc.c297 Elf64_Ehdr ehdr; in parse_elf()

12