Searched refs:Elf64_Ehdr (Results 1 – 23 of 23) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | vmcore.c | 524 static int __init update_note_header_size_elf64(const Elf64_Ehdr *ehdr_ptr) in update_note_header_size_elf64() 587 static int __init get_note_number_and_size_elf64(const Elf64_Ehdr *ehdr_ptr, in get_note_number_and_size_elf64() 622 static int __init copy_notes_elf64(const Elf64_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf64() 650 Elf64_Ehdr *ehdr_ptr; in merge_note_headers_elf64() 654 ehdr_ptr = (Elf64_Ehdr *)elfptr; in merge_note_headers_elf64() 676 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64() 684 tmp = elfptr + sizeof(Elf64_Ehdr); in merge_note_headers_elf64() 691 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf64_Ehdr)-sizeof(Elf64_Phdr))); in merge_note_headers_elf64() 895 Elf64_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf64() 900 ehdr_ptr = (Elf64_Ehdr *)elfptr; in process_ptload_program_headers_elf64() [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | crash.c | 355 Elf64_Ehdr *ehdr; in prepare_elf64_ram_headers_callback() 407 Elf64_Ehdr *ehdr; in prepare_elf64_headers() 428 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in prepare_elf64_headers() 436 ehdr = (Elf64_Ehdr *)bufp; in prepare_elf64_headers() 437 bufp += sizeof(Elf64_Ehdr); in prepare_elf64_headers() 447 ehdr->e_phoff = sizeof(Elf64_Ehdr); in prepare_elf64_headers() 448 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in prepare_elf64_headers()
|
D | machine_kexec_64.c | 408 int arch_kexec_apply_relocations_add(const Elf64_Ehdr *ehdr, in arch_kexec_apply_relocations_add()
|
/linux-4.4.14/scripts/ |
D | sortextable.c | 313 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 314 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
D | recordmcount.c | 507 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 508 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
D | sortextable.h | 41 # define Elf_Ehdr Elf64_Ehdr
|
D | recordmcount.h | 70 # define Elf_Ehdr Elf64_Ehdr
|
/linux-4.4.14/arch/x86/um/asm/ |
D | module.h | 19 #define Elf_Ehdr Elf64_Ehdr
|
/linux-4.4.14/include/asm-generic/ |
D | module.h | 19 #define Elf_Ehdr Elf64_Ehdr
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdso2c.c | 172 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | of.c | 55 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
|
D | elf_util.c | 20 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
|
D | elf.h | 86 } Elf64_Ehdr; typedef
|
/linux-4.4.14/tools/perf/util/ |
D | symbol-minimal.c | 160 Elf64_Ehdr ehdr; in filename__read_build_id() 315 Elf64_Ehdr ehdr; in dso__type_fd()
|
D | symbol-elf.c | 1330 ehdr->e_phoff = sizeof(Elf64_Ehdr); in kcore__copy_hdr() 1331 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
|
/linux-4.4.14/arch/s390/kernel/ |
D | crash_dump.c | 467 static void *ehdr_init(Elf64_Ehdr *ehdr, int mem_chunk_cnt) in ehdr_init() 478 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init() 479 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | module.h | 58 #define Elf_Ehdr Elf64_Ehdr
|
/linux-4.4.14/scripts/mod/ |
D | modpost.h | 37 #define Elf_Ehdr Elf64_Ehdr
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | module_64.c | 270 static unsigned long get_stubs_size(const Elf64_Ehdr *hdr, in get_stubs_size() 361 int module_frob_arch_sections(Elf64_Ehdr *hdr, in module_frob_arch_sections()
|
D | vdso.c | 138 Elf64_Ehdr *hdr; 360 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, in find_section64()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | misc.c | 338 Elf64_Ehdr ehdr; in parse_elf()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | module.c | 76 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 235 } Elf64_Ehdr; typedef
|