Home
last modified time | relevance | path

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

/linux-4.1.27/fs/proc/
Dvmcore.c524 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/
Dcrash.c357 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()
Dmachine_kexec_64.c406 int arch_kexec_apply_relocations_add(const Elf64_Ehdr *ehdr, in arch_kexec_apply_relocations_add()
/linux-4.1.27/scripts/
Dsortextable.c308 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file()
309 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
Drecordmcount.c420 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file()
421 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
Dsortextable.h41 # define Elf_Ehdr Elf64_Ehdr
Drecordmcount.h70 # define Elf_Ehdr Elf64_Ehdr
/linux-4.1.27/arch/x86/um/asm/
Dmodule.h19 #define Elf_Ehdr Elf64_Ehdr
/linux-4.1.27/include/asm-generic/
Dmodule.h19 #define Elf_Ehdr Elf64_Ehdr
/linux-4.1.27/arch/x86/vdso/
Dvdso2c.c172 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/linux-4.1.27/arch/powerpc/boot/
Dof.c55 const Elf64_Ehdr *elf64 = hdr; in of_image_hdr()
Delf_util.c20 Elf64_Ehdr *elf64 = hdr; in parse_elf64()
Delf.h86 } Elf64_Ehdr; typedef
/linux-4.1.27/tools/perf/util/
Dsymbol-minimal.c160 Elf64_Ehdr ehdr; in filename__read_build_id()
315 Elf64_Ehdr ehdr; in dso__type_fd()
Dsymbol-elf.c1312 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/
Dmodule.h58 #define Elf_Ehdr Elf64_Ehdr
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c501 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/
Dmodpost.h31 #define Elf_Ehdr Elf64_Ehdr
/linux-4.1.27/arch/powerpc/kernel/
Dmodule_64.c270 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()
Dvdso.c135 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/
Dmisc.c321 Elf64_Ehdr ehdr; in parse_elf()
/linux-4.1.27/include/uapi/linux/
Delf.h235 } Elf64_Ehdr; typedef
/linux-4.1.27/arch/alpha/kernel/
Dmodule.c76 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, in module_frob_arch_sections()