Lines Matching refs:Elf_Addr
16 static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_32_rela()
27 static int apply_r_riscv_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_64_rela()
34 Elf_Addr v) in apply_r_riscv_branch_rela()
47 Elf_Addr v) in apply_r_riscv_jal_rela()
60 Elf_Addr v) in apply_r_riscv_rcv_branch_rela()
75 Elf_Addr v) in apply_r_riscv_rvc_jump_rela()
93 Elf_Addr v) in apply_r_riscv_pcrel_hi20_rela()
111 Elf_Addr v) in apply_r_riscv_pcrel_lo12_i_rela()
122 Elf_Addr v) in apply_r_riscv_pcrel_lo12_s_rela()
136 Elf_Addr v) in apply_r_riscv_hi20_rela()
153 Elf_Addr v) in apply_r_riscv_lo12_i_rela()
163 Elf_Addr v) in apply_r_riscv_lo12_s_rela()
175 Elf_Addr v) in apply_r_riscv_got_hi20_rela()
197 Elf_Addr v) in apply_r_riscv_call_plt_rela()
224 Elf_Addr v) in apply_r_riscv_call_rela()
245 Elf_Addr v) in apply_r_riscv_relax_rela()
251 Elf_Addr v) in apply_r_riscv_align_rela()
260 Elf_Addr v) in apply_r_riscv_add32_rela()
267 Elf_Addr v) in apply_r_riscv_add64_rela()
274 Elf_Addr v) in apply_r_riscv_sub32_rela()
281 Elf_Addr v) in apply_r_riscv_sub64_rela()
288 Elf_Addr v) = {
317 int (*handler)(struct module *me, u32 *location, Elf_Addr v); in apply_relocate_add()
321 Elf_Addr v; in apply_relocate_add()