Lines Matching refs:Elf_Addr
30 static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_32_rela()
41 static int apply_r_riscv_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_64_rela()
48 Elf_Addr v) in apply_r_riscv_branch_rela()
61 Elf_Addr v) in apply_r_riscv_jal_rela()
74 Elf_Addr v) in apply_r_riscv_rvc_branch_rela()
89 Elf_Addr v) in apply_r_riscv_rvc_jump_rela()
107 Elf_Addr v) in apply_r_riscv_pcrel_hi20_rela()
125 Elf_Addr v) in apply_r_riscv_pcrel_lo12_i_rela()
136 Elf_Addr v) in apply_r_riscv_pcrel_lo12_s_rela()
150 Elf_Addr v) in apply_r_riscv_hi20_rela()
167 Elf_Addr v) in apply_r_riscv_lo12_i_rela()
177 Elf_Addr v) in apply_r_riscv_lo12_s_rela()
189 Elf_Addr v) in apply_r_riscv_got_hi20_rela()
211 Elf_Addr v) in apply_r_riscv_call_plt_rela()
237 Elf_Addr v) in apply_r_riscv_call_rela()
257 Elf_Addr v) in apply_r_riscv_relax_rela()
263 Elf_Addr v) in apply_r_riscv_align_rela()
272 Elf_Addr v) in apply_r_riscv_add32_rela()
279 Elf_Addr v) in apply_r_riscv_add64_rela()
286 Elf_Addr v) in apply_r_riscv_sub32_rela()
293 Elf_Addr v) in apply_r_riscv_sub64_rela()
300 Elf_Addr v) = {
329 int (*handler)(struct module *me, u32 *location, Elf_Addr v); in apply_relocate_add()
333 Elf_Addr v; in apply_relocate_add()