Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c707 static int __init update_note_header_size_elf64(const Elf64_Ehdr *ehdr_ptr) in update_note_header_size_elf64()
770 static int __init get_note_number_and_size_elf64(const Elf64_Ehdr *ehdr_ptr, in get_note_number_and_size_elf64()
805 static int __init copy_notes_elf64(const Elf64_Ehdr *ehdr_ptr, char *notes_buf) in copy_notes_elf64()
833 Elf64_Ehdr *ehdr_ptr; in merge_note_headers_elf64()
837 ehdr_ptr = (Elf64_Ehdr *)elfptr; in merge_note_headers_elf64()
859 note_off = sizeof(Elf64_Ehdr) + in merge_note_headers_elf64()
867 tmp = elfptr + sizeof(Elf64_Ehdr); in merge_note_headers_elf64()
874 memmove(tmp, tmp+i, ((*elfsz)-sizeof(Elf64_Ehdr)-sizeof(Elf64_Phdr))); in merge_note_headers_elf64()
1088 Elf64_Ehdr *ehdr_ptr; in process_ptload_program_headers_elf64()
1093 ehdr_ptr = (Elf64_Ehdr *)elfptr; in process_ptload_program_headers_elf64()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-core.c308 Elf64_Ehdr *elf; in create_opalcore()
313 hdr_size = (sizeof(Elf64_Ehdr) + in create_opalcore()
355 elf = (Elf64_Ehdr *)bufp; in create_opalcore()
356 bufp += sizeof(Elf64_Ehdr); in create_opalcore()
367 elf->e_phoff = cpu_to_be64(sizeof(Elf64_Ehdr)); in create_opalcore()
371 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Delf.c16 static void elfhdr_get(const char *filename, Elf64_Ehdr *hdrp) in elfhdr_get()
118 Elf64_Ehdr hdr; in kvm_vm_elf_load()
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.c372 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file()
373 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
H A Drecordmcount.c596 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file()
597 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvdso2c.c146 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A Dvdso2c.c171 Elf64_Ehdr *hdr = (Elf64_Ehdr *)raw_addr; in go()
/OK3568_Linux_fs/kernel/arch/x86/um/asm/
H A Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c512 static void *ehdr_init(Elf64_Ehdr *ehdr, int mem_chunk_cnt) in ehdr_init()
523 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init()
524 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
607 size = sizeof(Elf64_Ehdr); in get_elfcorehdr_size()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c134 Elf64_Ehdr *ehdr;
277 elf.ehdr = elf_ptr(Elf64_Ehdr, 0); in init_elf()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf.h51 typedef Elf64_Ehdr Elf_Ehdr;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf.h51 typedef Elf64_Ehdr Elf_Ehdr;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf.h51 typedef Elf64_Ehdr Elf_Ehdr;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf.h51 typedef Elf64_Ehdr Elf_Ehdr;
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmodule.h59 #define Elf_Ehdr Elf64_Ehdr
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_file.c1236 Elf64_Ehdr *ehdr; in crash_prepare_elf64_headers()
1257 elf_sz = sizeof(Elf64_Ehdr) + nr_phdr * sizeof(Elf64_Phdr); in crash_prepare_elf64_headers()
1264 ehdr = (Elf64_Ehdr *)buf; in crash_prepare_elf64_headers()
1275 ehdr->e_phoff = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
1276 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c233 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)page_addr; in stack_map_get_build_id_64()
239 (PAGE_SIZE - sizeof(Elf64_Ehdr)) / sizeof(Elf64_Phdr)) in stack_map_get_build_id_64()
242 phdr = (Elf64_Phdr *)(page_addr + sizeof(Elf64_Ehdr)); in stack_map_get_build_id_64()
/OK3568_Linux_fs/kernel/arch/mips/tools/
H A Delf-entry.c39 Elf64_Ehdr ehdr64; in main()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dgenelf.h55 #define Elf_Ehdr Elf64_Ehdr
H A Dsymbol-minimal.c167 Elf64_Ehdr ehdr; in filename__read_build_id()
320 Elf64_Ehdr ehdr; in dso__type_fd()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling_fix.patch24 Elf64_Ehdr *elf_header;

123