Home
last modified time | relevance | path

Searched refs:Elf_Rela (Results 1 – 7 of 7) sorted by relevance

/arch/riscv/kernel/
Dmodule-sections.c58 static int is_rela_equal(const Elf_Rela *x, const Elf_Rela *y) in is_rela_equal()
63 static bool duplicate_rela(const Elf_Rela *rela, int idx) in duplicate_rela()
73 static void count_max_entries(Elf_Rela *relas, int num, in count_max_entries()
124 Elf_Rela *relas = (void *)ehdr + sechdrs[i].sh_offset; in module_frob_arch_sections()
125 int num_rela = sechdrs[i].sh_size / sizeof(Elf_Rela); in module_frob_arch_sections()
Dmodule.c296 Elf_Rela *rel = (void *) sechdrs[relsec].sh_addr; in apply_relocate_add()
/arch/s390/kernel/
Dmodule.c60 static void check_rela(Elf_Rela *rela, struct module *me) in check_rela()
114 Elf_Rela *rela; in module_frob_arch_sections()
156 nrela = sechdrs[i].sh_size / sizeof(Elf_Rela); in module_frob_arch_sections()
215 static int apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, in apply_rela()
421 Elf_Rela *rela; in apply_relocate_add()
429 rela = (Elf_Rela *) sechdrs[relsec].sh_addr; in apply_relocate_add()
430 n = sechdrs[relsec].sh_size / sizeof(Elf_Rela); in apply_relocate_add()
Dmachine_kexec_file.c270 Elf_Rela *relas; in arch_kexec_apply_relocations_add()
/arch/mips/include/asm/
Dmodule.h44 #define Elf_Rela Elf32_Rela macro
62 #define Elf_Rela Elf64_Rela macro
/arch/parisc/kernel/
Dmodule.c207 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots()
212 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs()
217 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs()
233 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots()
250 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs()
265 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs()
312 const Elf_Rela *rels = (void *)sechdrs[i].sh_addr; in module_frob_arch_sections()
/arch/sparc/kernel/
Dmodule.c90 Elf_Rela *rel = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add()