| /kernel/linux/linux-4.19/tools/objtool/ |
| D | elf.h | 45 struct section *base, *rela; member 67 struct rela { struct 70 GElf_Rela rela; argument 71 struct section *rela_sec; argument 93 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset); argument
|
| D | check.c | 116 struct rela *rela; in ignore_func() local 339 struct rela *rela; in add_dead_ends() local 466 struct rela *rela; in add_nospec_ignores() local 497 struct rela *rela; in add_jump_destinations() local 584 struct rela *rela; in add_call_destinations() local 842 struct rela *rela = table; in add_switch_table() local 1002 struct rela *rela, *prev_rela = NULL; in add_func_switch_tables() local 1085 struct rela *rela; in read_unwind_hints() local 1180 struct rela *rela; in read_retpoline_hints() local
|
| D | elf.c | 112 struct rela *rela; in find_rela_by_dest_range() local 358 struct rela *rela; in read_relas() local 599 struct rela *rela; in elf_rebuild_rela_section() local 666 struct rela *rela, *tmprela; in elf_close() local
|
| /kernel/linux/linux-4.19/arch/mips/kernel/ |
| D | module.c | 57 u32 base, Elf_Addr v, bool rela) in apply_r_mips_none() 63 u32 base, Elf_Addr v, bool rela) in apply_r_mips_32() 71 u32 base, Elf_Addr v, bool rela) in apply_r_mips_26() 92 u32 base, Elf_Addr v, bool rela) in apply_r_mips_hi16() 131 u32 base, Elf_Addr v, bool rela) in apply_r_mips_lo16() 234 u32 base, Elf_Addr v, bool rela) in apply_r_mips_pc16() 240 u32 base, Elf_Addr v, bool rela) in apply_r_mips_pc21() 246 u32 base, Elf_Addr v, bool rela) in apply_r_mips_pc26() 252 u32 base, Elf_Addr v, bool rela) in apply_r_mips_64() 263 u32 base, Elf_Addr v, bool rela) in apply_r_mips_higher() [all …]
|
| /kernel/linux/linux-5.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 …]
|
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-4.19/arch/s390/kernel/ |
| D | module.c | 53 static void check_rela(Elf_Rela *rela, struct module *me) in check_rela() 107 Elf_Rela *rela; in module_frob_arch_sections() local 208 static int apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, in apply_rela() 414 Elf_Rela *rela; in apply_relocate_add() local
|
| /kernel/linux/linux-4.19/arch/alpha/kernel/ |
| D | module.c | 41 process_reloc_for_got(Elf64_Rela *rela, in process_reloc_for_got() 80 Elf64_Rela *rela; in module_frob_arch_sections() local 149 Elf64_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-4.19/arch/arm64/kernel/ |
| D | module-plts.c | 19 u64 module_emit_plt_entry(struct module *mod, void *loc, const Elf64_Rela *rela, in module_emit_plt_entry() 102 static bool duplicate_rel(const Elf64_Rela *rela, int num) in duplicate_rel() 112 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts()
|
| /kernel/linux/linux-4.19/arch/parisc/kernel/ |
| D | module.c | 228 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() 233 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() 238 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() 254 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() 271 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() 286 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs()
|
| /kernel/linux/linux-5.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()
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | module_32.c | 36 static unsigned int count_relocs(const Elf32_Rela *rela, unsigned int num) in count_relocs() 219 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-4.19/arch/h8300/kernel/ |
| D | module.c | 16 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-5.10/arch/h8300/kernel/ |
| D | module.c | 16 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-4.19/arch/xtensa/kernel/ |
| D | module.c | 54 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-5.10/arch/xtensa/kernel/ |
| D | module.c | 54 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-4.19/arch/microblaze/kernel/ |
| D | module.c | 26 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-5.10/arch/microblaze/kernel/ |
| D | module.c | 23 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-5.10/arch/nios2/kernel/ |
| D | module.c | 48 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
| /kernel/linux/linux-4.19/arch/nios2/kernel/ |
| D | module.c | 49 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|