| /Linux-v5.10/arch/mips/kernel/ | 
| D | module.c | 44 			     u32 base, Elf_Addr v, bool rela)  in apply_r_mips_none()50 			   u32 base, Elf_Addr v, bool rela)  in apply_r_mips_32()
 58 			   u32 base, Elf_Addr v, bool rela)  in apply_r_mips_26()
 79 			     u32 base, Elf_Addr v, bool rela)  in apply_r_mips_hi16()
 118 			     u32 base, Elf_Addr v, bool rela)  in apply_r_mips_lo16()
 221 			     u32 base, Elf_Addr v, bool rela)  in apply_r_mips_pc16()
 227 			     u32 base, Elf_Addr v, bool rela)  in apply_r_mips_pc21()
 233 			     u32 base, Elf_Addr v, bool rela)  in apply_r_mips_pc26()
 239 			   u32 base, Elf_Addr v, bool rela)  in apply_r_mips_64()
 250 			       u32 base, Elf_Addr v, bool rela)  in apply_r_mips_higher()
 [all …]
 
 | 
| /Linux-v5.10/arch/arm64/kernel/ | 
| D | module-plts.c | 73 			  void *loc, const Elf64_Rela *rela,  in module_emit_plt_entry()150 static bool duplicate_rel(const Elf64_Rela *rela, int num)  in duplicate_rel()
 160 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num,  in count_plts()
 256 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela,  in branch_rela_needs_plt()
 270 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela,  in partition_branch_plt_relas()
 
 | 
| /Linux-v5.10/arch/alpha/kernel/ | 
| D | module.c | 29 process_reloc_for_got(Elf64_Rela *rela,  in process_reloc_for_got()68 	Elf64_Rela *rela;  in module_frob_arch_sections()  local
 137 	Elf64_Rela *rela = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 
 | 
| /Linux-v5.10/arch/s390/kernel/ | 
| D | module.c | 61 static void check_rela(Elf_Rela *rela, struct module *me)  in check_rela()115 	Elf_Rela *rela;  in module_frob_arch_sections()  local
 224 static int apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab,  in apply_rela()
 436 	Elf_Rela *rela;  in __apply_relocate_add()  local
 
 | 
| /Linux-v5.10/arch/parisc/kernel/ | 
| D | module.c | 207 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()
 
 | 
| /Linux-v5.10/arch/powerpc/kernel/ | 
| D | module_32.c | 24 static unsigned int count_relocs(const Elf32_Rela *rela, unsigned int num)  in count_relocs()200 	Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 
 | 
| D | module_64.c | 150 static unsigned int count_relocs(const Elf64_Rela *rela, unsigned int num)  in count_relocs()527 	Elf64_Rela *rela = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 
 | 
| /Linux-v5.10/arch/ia64/kernel/ | 
| D | module.c | 321 duplicate_reloc (const Elf64_Rela *rela, unsigned int num)  in duplicate_reloc()334 count_gots (const Elf64_Rela *rela, unsigned int num)  in count_gots()
 361 count_plts (const Elf64_Rela *rela, unsigned int num)  in count_plts()
 387 count_fdescs (const Elf64_Rela *rela, unsigned int num)  in count_fdescs()
 793 	Elf64_Rela *rela = (void *) sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 
 | 
| /Linux-v5.10/arch/h8300/kernel/ | 
| D | module.c | 16 	Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.10/arch/xtensa/kernel/ | 
| D | module.c | 54 	Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.10/arch/microblaze/kernel/ | 
| D | module.c | 23 	Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.10/arch/nios2/kernel/ | 
| D | module.c | 48 	Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.10/arch/hexagon/kernel/ | 
| D | module.c | 76 	Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.10/arch/s390/boot/ | 
| D | startup.c | 92 	Elf64_Rela *rela_start, *rela_end, *rela;  in handle_relocs()  local
 | 
| /Linux-v5.10/tools/objtool/ | 
| D | orc_dump.c | 75 	GElf_Rela rela;  in orc_dump()  local
 | 
| D | elf.h | 66 		GElf_Rela rela;  member
 | 
| /Linux-v5.10/arch/riscv/kernel/ | 
| D | module-sections.c | 63 static bool duplicate_rela(const Elf_Rela *rela, int idx)  in duplicate_rela()
 | 
| /Linux-v5.10/scripts/mod/ | 
| D | modpost.c | 1848 	Elf_Rela *rela;  in section_rela()  local
 |