Searched refs:Elf64_Ehdr (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/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.1.27/arch/x86/kernel/ |
D | crash.c | 357 Elf64_Ehdr *ehdr; in prepare_elf64_ram_headers_callback() 409 Elf64_Ehdr *ehdr; in prepare_elf64_headers() 430 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in prepare_elf64_headers() 438 ehdr = (Elf64_Ehdr *)bufp; in prepare_elf64_headers() 439 bufp += sizeof(Elf64_Ehdr); in prepare_elf64_headers() 449 ehdr->e_phoff = sizeof(Elf64_Ehdr); in prepare_elf64_headers() 450 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in prepare_elf64_headers()
|
D | machine_kexec_64.c | 406 int arch_kexec_apply_relocations_add(const Elf64_Ehdr *ehdr, in arch_kexec_apply_relocations_add()
|
/linux-4.1.27/scripts/ |
D | sortextable.c | 308 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 309 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
D | recordmcount.c | 420 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() 421 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.1.27/arch/x86/um/asm/ |
D | module.h | 19 #define Elf_Ehdr Elf64_Ehdr
|
/linux-4.1.27/include/asm-generic/ |
D | module.h | 19 #define Elf_Ehdr Elf64_Ehdr
|
/linux-4.1.27/arch/x86/vdso/ |
D | vdso2c.c | 172 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
|
/linux-4.1.27/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.1.27/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 | 1312 ehdr->e_phoff = sizeof(Elf64_Ehdr); in kcore__copy_hdr() 1313 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | module.h | 58 #define Elf_Ehdr Elf64_Ehdr
|
/linux-4.1.27/arch/s390/kernel/ |
D | crash_dump.c | 501 static void *ehdr_init(Elf64_Ehdr *ehdr, int mem_chunk_cnt) in ehdr_init() 512 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init() 513 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
|
/linux-4.1.27/scripts/mod/ |
D | modpost.h | 31 #define Elf_Ehdr Elf64_Ehdr
|
/linux-4.1.27/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 | 135 Elf64_Ehdr *hdr; 386 static void * __init find_section64(Elf64_Ehdr *ehdr, const char *secname, in find_section64()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | misc.c | 321 Elf64_Ehdr ehdr; in parse_elf()
|
/linux-4.1.27/include/uapi/linux/ |
D | elf.h | 235 } Elf64_Ehdr; typedef
|
/linux-4.1.27/arch/alpha/kernel/ |
D | module.c | 76 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()
|