Home
last modified time | relevance | path

Searched defs:rela (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/arch/mips/kernel/
A Dmodule.c71 bool rela) in apply_r_mips_hi16()
110 u32 base, Elf_Addr v, bool rela) in apply_r_mips_lo16()
230 static int apply_r_mips_64(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_64()
240 static int apply_r_mips_higher(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_higher()
251 static int apply_r_mips_highest(u32 *location, Elf_Addr v, bool rela) in apply_r_mips_highest()
280 Elf_Addr v, bool rela) in reloc_handler()
316 struct module *me, bool rela) in __apply_relocate()
320 Elf_Mips_Rela *rela; in __apply_relocate() member
/linux-6.3-rc2/arch/arm64/kernel/
A Dmodule-plts.c74 void *loc, const Elf64_Rela *rela, in module_emit_plt_entry()
151 static bool duplicate_rel(const Elf64_Rela *rela, int num) in duplicate_rel()
161 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts()
257 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela, in branch_rela_needs_plt()
271 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, in partition_branch_plt_relas()
/linux-6.3-rc2/arch/alpha/kernel/
A Dmodule.c29 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-6.3-rc2/arch/s390/kernel/
A Dmodule.c72 static void check_rela(Elf_Rela *rela, struct module *me) in check_rela()
126 Elf_Rela *rela; in module_frob_arch_sections() local
235 static int apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, in apply_rela()
446 Elf_Rela *rela; in __apply_relocate_add() local
/linux-6.3-rc2/arch/parisc/kernel/
A 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()
/linux-6.3-rc2/arch/ia64/kernel/
A Dmodule.c321 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-6.3-rc2/arch/powerpc/kernel/
A Dmodule_32.c25 static unsigned int count_relocs(const Elf32_Rela *rela, unsigned int num) in count_relocs()
204 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
A Dmodule_64.c145 static unsigned int count_relocs(const Elf64_Rela *rela, unsigned int num) in count_relocs()
544 Elf64_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
/linux-6.3-rc2/arch/xtensa/kernel/
A Dmodule.c54 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
/linux-6.3-rc2/arch/microblaze/kernel/
A Dmodule.c23 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
/linux-6.3-rc2/arch/nios2/kernel/
A Dmodule.c48 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
/linux-6.3-rc2/arch/hexagon/kernel/
A Dmodule.c76 Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; in apply_relocate_add() local
/linux-6.3-rc2/tools/objtool/
A Dorc_dump.c76 GElf_Rela rela; in orc_dump() local
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/
A Dgen-hyprel.c326 static void emit_rela_abs64(Elf64_Rela *rela, const char *sh_orig_name) in emit_rela_abs64()
364 Elf64_Rela *rela; in emit_rela_section() local
/linux-6.3-rc2/arch/riscv/kernel/
A Dmodule-sections.c63 static bool duplicate_rela(const Elf_Rela *rela, int idx) in duplicate_rela()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dmodule-sections.c68 static bool duplicate_rela(const Elf_Rela *rela, int idx) in duplicate_rela()
A Drelocate.c26 Elf64_Rela *rela, *rela_end; in relocate_relative() local
/linux-6.3-rc2/arch/s390/boot/
A Dstartup.c104 Elf64_Rela *rela_start, *rela_end, *rela; in handle_relocs() local
/linux-6.3-rc2/tools/objtool/include/objtool/
A Delf.h72 GElf_Rela rela; member
/linux-6.3-rc2/tools/perf/util/
A Dsymbol-elf.c331 GElf_Rela rela; member
349 GElf_Rela rela; in get_rel_offset() local
507 GElf_Rela rela; in sort_rela_dyn() local
/linux-6.3-rc2/scripts/mod/
A Dmodpost.c1536 Elf_Rela *rela; in section_rela() local

Completed in 57 milliseconds