Home
last modified time | relevance | path

Searched refs:Elf_Ehdr (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.15/arch/s390/kernel/
H A Dkexec_elf.c20 const Elf_Ehdr *ehdr; in kexec_file_add_kernel_elf()
27 ehdr = (Elf_Ehdr *)kernel; in kexec_file_add_kernel_elf()
73 const Elf_Ehdr *ehdr; in s390_elf_load()
79 ehdr = (Elf_Ehdr *)kernel; in s390_elf_load()
114 const Elf_Ehdr *ehdr; in s390_elf_probe()
116 if (len < sizeof(Elf_Ehdr)) in s390_elf_probe()
119 ehdr = (Elf_Ehdr *)buf; in s390_elf_probe()
/linux-6.15/scripts/
H A Dinsert-sys-cert.c39 #define Elf_Ehdr Elf32_Ehdr macro
44 #define Elf_Ehdr Elf64_Ehdr macro
68 static unsigned long get_offset_from_address(Elf_Ehdr *hdr, unsigned long addr) in get_offset_from_address()
93 static void get_symbol_from_map(Elf_Ehdr *hdr, FILE *f, char *name, in get_symbol_from_map()
133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol()
157 static void get_symbol_from_table(Elf_Ehdr *hdr, Elf_Shdr *symtab, in get_symbol_from_table()
184 static Elf_Shdr *get_symbol_table(Elf_Ehdr *hdr) in get_symbol_table()
260 static void print_sym(Elf_Ehdr *hdr, struct sym *s) in print_sym()
280 Elf_Ehdr *hdr; in main()
H A Drecordmcount.h40 #undef Elf_Ehdr
79 # define Elf_Ehdr Elf64_Ehdr macro
117 # define Elf_Ehdr Elf32_Ehdr macro
228 static int get_shstrndx(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0) in get_shstrndx()
236 static void find_symtab(Elf_Ehdr *const ehdr, Elf_Shdr const *shdr0, in find_symtab()
258 static int append_func(Elf_Ehdr *const ehdr, in append_func()
373 Elf_Ehdr const *const ehdr, in get_sym_str_and_relp()
404 Elf_Ehdr const *const ehdr, in sift_rel_mcount()
452 Elf_Ehdr const *const ehdr, in nop_mcount()
523 Elf_Ehdr const *const ehdr) in find_secsym_ndx()
[all …]
H A Dsorttable.c71 } Elf_Ehdr; typedef
97 uint64_t (*ehdr_shoff)(Elf_Ehdr *ehdr);
98 uint16_t (*ehdr_shstrndx)(Elf_Ehdr *ehdr);
99 uint16_t (*ehdr_shentsize)(Elf_Ehdr *ehdr);
100 uint16_t (*ehdr_shnum)(Elf_Ehdr *ehdr);
118 static uint64_t ehdr64_shoff(Elf_Ehdr *ehdr) in ehdr64_shoff()
128 static uint64_t ehdr_shoff(Elf_Ehdr *ehdr) in ehdr_shoff()
686 Elf_Ehdr *ehdr;
822 Elf_Ehdr *ehdr = emloc->ehdr; in sort_mcount_loc()
923 static int do_sort(Elf_Ehdr *ehdr, in do_sort()
[all …]
/linux-6.15/include/linux/
H A Dmoduleloader.h17 bool module_elf_check_arch(Elf_Ehdr *hdr);
20 int module_frob_arch_sections(Elf_Ehdr *hdr,
107 int module_finalize(const Elf_Ehdr *hdr,
H A Dcfi.h42 void module_cfi_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs,
45 static inline void module_cfi_finalize(const Elf_Ehdr *hdr, in module_cfi_finalize()
H A Dmodule.h407 Elf_Ehdr hdr;
908 void module_bug_finalize(const Elf_Ehdr *, const Elf_Shdr *,
914 static inline void module_bug_finalize(const Elf_Ehdr *hdr, in module_bug_finalize()
/linux-6.15/tools/perf/util/
H A Dgenelf.h66 #define Elf_Ehdr Elf64_Ehdr macro
77 #define Elf_Ehdr Elf32_Ehdr macro
87 #define GEN_ELF_TEXT_OFFSET round_up(sizeof(Elf_Ehdr) + sizeof(Elf_Phdr), 16)
/linux-6.15/include/asm-generic/
H A Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr macro
33 #define Elf_Ehdr Elf32_Ehdr macro
/linux-6.15/arch/sparc/kernel/
H A Dmodule.c25 int module_frob_arch_sections(Elf_Ehdr *hdr, in module_frob_arch_sections()
154 static void do_patch_sections(const Elf_Ehdr *hdr, in do_patch_sections()
177 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-6.15/scripts/mod/
H A Dmodpost.h27 #define Elf_Ehdr Elf32_Ehdr macro
41 #define Elf_Ehdr Elf64_Ehdr macro
140 Elf_Ehdr *hdr;
/linux-6.15/arch/mips/include/asm/
H A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr macro
59 #define Elf_Ehdr Elf64_Ehdr macro
/linux-6.15/arch/powerpc/kernel/
H A Dmodule.c19 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section()
33 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-6.15/arch/riscv/kernel/
H A Dalternative.c174 const Elf_Ehdr *hdr; in apply_vdso_alternatives()
179 hdr = (Elf_Ehdr *)vdso_start; in apply_vdso_alternatives()
/linux-6.15/arch/mips/kernel/
H A Dvpe.c182 static void layout_sections(struct module *mod, const Elf_Ehdr *hdr, in layout_sections()
577 Elf_Ehdr *hdr; in vpe_elfload()
587 hdr = (Elf_Ehdr *) v->pbuffer; in vpe_elfload()
799 Elf_Ehdr *hdr; in vpe_release()
806 hdr = (Elf_Ehdr *) v->pbuffer; in vpe_release()
/linux-6.15/arch/s390/include/asm/
H A Dmodule.h41 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section()
/linux-6.15/arch/arm64/include/asm/
H A Dmodule.h53 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section()
/linux-6.15/arch/s390/tools/
H A Drelocs.c36 #define Elf_Ehdr ElfW(Ehdr) macro
41 static Elf_Ehdr ehdr;
155 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/linux-6.15/arch/sh/kernel/
H A Dmodule.c90 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-6.15/kernel/
H A Dcfi.c50 void module_cfi_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_cfi_finalize()
/linux-6.15/kernel/module/
H A Dstrict_rwx.c90 int module_enforce_rwx_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_enforce_rwx_sections()
H A Dinternal.h65 Elf_Ehdr *hdr;
325 int module_enforce_rwx_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs,
/linux-6.15/arch/nios2/kernel/
H A Dmodule.c112 int module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux-6.15/arch/riscv/include/asm/
H A Dmodule.h115 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section()
/linux-6.15/arch/hexagon/kernel/
H A Dmodule.c27 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()

12