| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | elf.c | 15 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get() 117 Elf64_Ehdr hdr; in kvm_vm_elf_load()
|
| /linux/include/asm-generic/ |
| H A D | module.h | 20 #define Elf_Ehdr Elf64_Ehdr
|
| /linux/scripts/ |
| H A D | recordmcount.c | 634 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 635 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
| H A D | elf-parse.c | 145 if (elf_parser.r2(&ehdr->e64.e_ehsize) != sizeof(Elf64_Ehdr) || in elf_parse()
|
| H A D | elf-parse.h | 12 Elf64_Ehdr e64;
|
| H A D | insert-sys-cert.c | 44 #define Elf_Ehdr Elf64_Ehdr
|
| H A D | recordmcount.h | 79 # define Elf_Ehdr Elf64_Ehdr
|
| H A D | sorttable.c | 946 if (elf_parser.r2(&ehdr->e64.e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
|
| /linux/arch/s390/kernel/ |
| H A D | crash_dump.c | 448 static void *ehdr_init(Elf64_Ehdr *ehdr, int phdr_count) in ehdr_init() 459 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init() 460 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init() 594 size = sizeof(Elf64_Ehdr); in get_elfcorehdr_size()
|
| /linux/arch/powerpc/boot/ |
| H A D | of.c | 51 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
|
| H A D | elf_util.c | 16 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
|
| H A D | elf.h | 87 } Elf64_Ehdr; typedef
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 137 Elf64_Ehdr *ehdr; 280 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
|
| /linux/arch/mips/include/asm/ |
| H A D | module.h | 59 #define Elf_Ehdr Elf64_Ehdr
|
| /linux/arch/mips/tools/ |
| H A D | elf-entry.c | 39 Elf64_Ehdr ehdr64; in main()
|
| H A D | loongson3-llsc-check.c | 239 Elf64_Ehdr *eh; in main()
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | load.c | 142 Elf64_Ehdr *ehdr; in encl_get_entry() 183 Elf64_Ehdr *ehdr; in encl_load()
|
| /linux/tools/perf/util/ |
| H A D | symbol-minimal.c | 98 Elf64_Ehdr ehdr64; in filename__read_build_id() 302 Elf64_Ehdr ehdr; in dso__type_fd()
|
| H A D | dso.c | 1235 _Static_assert(offsetof(Elf64_Ehdr, e_ident) == 0, "Unexpected offset"); in dso__read_e_machine() 1262 _Static_assert(offsetof(Elf64_Ehdr, e_machine) == 18, "Unexpected offset"); in dso__read_e_machine() 1281 : offsetof(Elf64_Ehdr, e_flags); in dso__read_e_machine()
|
| H A D | symbol-elf.c | 2032 ehdr->e_phoff = sizeof(Elf64_Ehdr); in kcore__copy_hdr() 2033 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
|
| /linux/lib/ |
| H A D | buildid.c | 244 const Elf64_Ehdr *ehdr; in get_build_id_64() 249 ehdr = freader_fetch(r, 0, sizeof(Elf64_Ehdr)); in get_build_id_64()
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | relacheck.c | 24 static Elf64_Ehdr *ehdr;
|
| /linux/arch/powerpc/kernel/ |
| H A D | module_64.c | 207 static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, in get_stubs_size() 297 static unsigned long get_got_size(const Elf64_Ehdr *hdr, in get_got_size() 430 int module_frob_arch_sections(Elf64_Ehdr *hdr, in module_frob_arch_sections()
|
| /linux/arch/alpha/kernel/ |
| H A D | module.c | 64 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()
|
| /linux/arch/x86/boot/compressed/ |
| H A D | misc.c | 284 Elf64_Ehdr ehdr; in parse_elf()
|