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

12

/linux-master/arch/x86/um/asm/
H A Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr macro
20 #define Elf_Ehdr Elf64_Ehdr macro
/linux-master/include/linux/
H A Dcfi.h40 void module_cfi_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs,
43 static inline void module_cfi_finalize(const Elf_Ehdr *hdr,
H A Dmoduleloader.h17 bool module_elf_check_arch(Elf_Ehdr *hdr);
20 int module_frob_arch_sections(Elf_Ehdr *hdr,
114 int module_finalize(const Elf_Ehdr *hdr,
/linux-master/include/asm-generic/
H A Dmodule.h20 #define Elf_Ehdr Elf64_Ehdr macro
37 #define Elf_Ehdr Elf32_Ehdr macro
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c20 const Elf_Ehdr *ehdr;
27 ehdr = (Elf_Ehdr *)kernel;
73 const Elf_Ehdr *ehdr;
79 ehdr = (Elf_Ehdr *)kernel;
114 const Elf_Ehdr *ehdr;
116 if (len < sizeof(Elf_Ehdr))
119 ehdr = (Elf_Ehdr *)buf;
/linux-master/tools/perf/util/
H A Dgenelf.h63 #define Elf_Ehdr Elf64_Ehdr macro
74 #define Elf_Ehdr Elf32_Ehdr macro
84 #define GEN_ELF_TEXT_OFFSET round_up(sizeof(Elf_Ehdr) + sizeof(Elf_Phdr), 16)
/linux-master/arch/mips/include/asm/
H A Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr macro
59 #define Elf_Ehdr Elf64_Ehdr macro
/linux-master/scripts/
H A Drecordmcount.h40 #undef Elf_Ehdr macro
79 # define Elf_Ehdr Elf64_Ehdr macro
117 # define Elf_Ehdr Elf32_Ehdr macro
211 static unsigned int get_shnum(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0)
219 static void set_shnum(Elf_Ehdr *ehdr, Elf_Shdr *shdr0, unsigned int new_shnum)
228 static int get_shstrndx(Elf_Ehdr const *ehdr, Elf_Shdr const *shdr0)
236 static void find_symtab(Elf_Ehdr *const ehdr, Elf_Shdr const *shdr0,
258 static int append_func(Elf_Ehdr *const ehdr,
373 Elf_Ehdr const *const ehdr,
404 Elf_Ehdr cons
[all...]
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)
93 static void get_symbol_from_map(Elf_Ehdr *hdr, FILE *f, char *name,
133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name)
157 static void get_symbol_from_table(Elf_Ehdr *hdr, Elf_Shdr *symtab,
184 static Elf_Shdr *get_symbol_table(Elf_Ehdr *hdr)
260 static void print_sym(Elf_Ehdr *hdr, struct sym *s)
280 Elf_Ehdr *hdr;
H A Dsorttable.h27 #undef Elf_Ehdr macro
52 # define Elf_Ehdr Elf64_Ehdr macro
76 # define Elf_Ehdr Elf32_Ehdr macro
205 Elf_Ehdr *ehdr;
261 static int do_sort(Elf_Ehdr *ehdr,
/linux-master/scripts/mod/
H A Dmodpost.h27 #define Elf_Ehdr Elf32_Ehdr macro
41 #define Elf_Ehdr Elf64_Ehdr macro
114 Elf_Ehdr *hdr;
/linux-master/arch/arm64/include/asm/
H A Dmodule.h53 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr,
/linux-master/arch/powerpc/kernel/
H A Dmodule.c22 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr,
36 int module_finalize(const Elf_Ehdr *hdr,
/linux-master/arch/riscv/kernel/
H A Dalternative.c174 const Elf_Ehdr *hdr;
179 hdr = (Elf_Ehdr *)vdso_start;
/linux-master/kernel/
H A Dcfi.c48 void module_cfi_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs,
/linux-master/kernel/module/
H A Dstrict_rwx.c81 int module_enforce_rwx_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs,
/linux-master/arch/sparc/kernel/
H A Dmodule.c55 int module_frob_arch_sections(Elf_Ehdr *hdr,
184 static void do_patch_sections(const Elf_Ehdr *hdr,
207 int module_finalize(const Elf_Ehdr *hdr,
/linux-master/arch/m68k/kernel/
H A Dmodule.c102 int module_finalize(const Elf_Ehdr *hdr,
/linux-master/arch/sh/kernel/
H A Dmodule.c90 int module_finalize(const Elf_Ehdr *hdr,
/linux-master/arch/nios2/kernel/
H A Dmodule.c132 int module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs,
/linux-master/arch/hexagon/kernel/
H A Dmodule.c27 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs,
/linux-master/arch/riscv/include/asm/
H A Dmodule.h115 static inline const Elf_Shdr *find_section(const Elf_Ehdr *hdr,
/linux-master/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))
/linux-master/arch/arc/kernel/
H A Dmodule.c26 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs,
/linux-master/lib/
H A Dbug.c88 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs,

Completed in 386 milliseconds

12