/linux/arch/mips/kernel/ |
H A D | module.c | 60 bool rela) in apply_r_mips_hi16() 99 u32 base, Elf_Addr v, bool rela) in apply_r_mips_lo16() 219 static int apply_r_mips_64(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_64() 229 static int apply_r_mips_higher(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_higher() 240 static int apply_r_mips_highest(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_highest() 269 Elf_Addr v, bool rela) in reloc_handler() 305 struct module *me, bool rela) in __apply_relocate() 309 Elf_Mips_Rela *rela; in __apply_relocate() member
|
/linux/arch/arm64/kernel/ |
H A D | module-plts.c | 70 void *loc, const Elf64_Rela *rela, in module_emit_plt_entry() 147 static bool duplicate_rel(const Elf64_Rela *rela, int num) in duplicate_rel() 157 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts() 249 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela, in branch_rela_needs_plt() 263 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, in partition_branch_plt_relas()
|
/linux/arch/alpha/kernel/ |
H A 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/arch/parisc/kernel/ |
H A D | module.c | 176 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() 181 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() 186 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs() 202 static inline unsigned long count_gots(const Elf_Rela *rela, unsigned long n) in count_gots() 219 static inline unsigned long count_fdescs(const Elf_Rela *rela, unsigned long n) in count_fdescs() 234 static inline unsigned long count_stubs(const Elf_Rela *rela, unsigned long n) in count_stubs()
|
/linux/arch/s390/kernel/ |
H A D | module.c | 57 static void check_rela(Elf_Rela *rela, struct module *me) in check_rela() 111 Elf_Rela *rela; in module_frob_arch_sections() local 222 static int apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, in apply_rela() 434 Elf_Rela *rela; in __apply_relocate_add() local
|
/linux/arch/arm64/kernel/pi/ |
H A D | relocate.c | 19 for (const Elf64_Rela *rela = rela_start; rela < rela_end; rela++) { in relocate_kernel() local
|
H A D | relacheck.c | 80 Elf64_Rela *rela; in main() local
|
/linux/arch/xtensa/kernel/ |
H A D | module.c | 54 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
/linux/arch/microblaze/kernel/ |
H A D | module.c | 23 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
/linux/arch/nios2/kernel/ |
H A D | module.c | 28 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
/linux/tools/objtool/ |
H A D | orc_dump.c | 24 GElf_Rela rela; in orc_dump() local
|
/linux/arch/hexagon/kernel/ |
H A D | module.c | 76 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 329 static void emit_rela_abs64(Elf64_Rela *rela, const char *sh_orig_name) in emit_rela_abs64() 367 Elf64_Rela *rela; in emit_rela_section() local
|
/linux/arch/riscv/kernel/ |
H A D | module-sections.c | 63 static bool duplicate_rela(const Elf_Rela *rela, int idx) in duplicate_rela()
|
/linux/arch/loongarch/kernel/ |
H A D | module-sections.c | 69 static bool duplicate_rela(const Elf_Rela *rela, int idx) in duplicate_rela()
|
H A D | relocate.c | 27 Elf64_Rela *rela, *rela_end; in relocate_relative() local
|
/linux/tools/perf/util/ |
H A D | symbol-elf.c | 340 GElf_Rela rela; global() member 358 GElf_Rela rela; get_rel_offset() local 520 GElf_Rela rela; sort_rela_dyn() local [all...] |
/linux/arch/riscv/mm/ |
H A D | init.c | 901 Elf64_Rela *rela = (Elf64_Rela *)&__rela_dyn_start; in relocate_kernel() local
|
/linux/scripts/mod/ |
H A D | modpost.c | 1321 const Elf_Rela *rela; in section_rela() local
|