Lines Matching defs:location

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()
47 static int apply_r_riscv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_branch_rela()
60 static int apply_r_riscv_jal_rela(struct module *me, u32 *location, in apply_r_riscv_jal_rela()
73 static int apply_r_riscv_rvc_branch_rela(struct module *me, u32 *location, in apply_r_riscv_rvc_branch_rela()
88 static int apply_r_riscv_rvc_jump_rela(struct module *me, u32 *location, in apply_r_riscv_rvc_jump_rela()
106 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_hi20_rela()
124 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_i_rela()
135 static int apply_r_riscv_pcrel_lo12_s_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_s_rela()
149 static int apply_r_riscv_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_hi20_rela()
166 static int apply_r_riscv_lo12_i_rela(struct module *me, u32 *location, in apply_r_riscv_lo12_i_rela()
176 static int apply_r_riscv_lo12_s_rela(struct module *me, u32 *location, in apply_r_riscv_lo12_s_rela()
188 static int apply_r_riscv_got_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_got_hi20_rela()
210 static int apply_r_riscv_call_plt_rela(struct module *me, u32 *location, in apply_r_riscv_call_plt_rela()
236 static int apply_r_riscv_call_rela(struct module *me, u32 *location, in apply_r_riscv_call_rela()
256 static int apply_r_riscv_relax_rela(struct module *me, u32 *location, in apply_r_riscv_relax_rela()
262 static int apply_r_riscv_align_rela(struct module *me, u32 *location, in apply_r_riscv_align_rela()
271 static int apply_r_riscv_add16_rela(struct module *me, u32 *location, in apply_r_riscv_add16_rela()
278 static int apply_r_riscv_add32_rela(struct module *me, u32 *location, in apply_r_riscv_add32_rela()
285 static int apply_r_riscv_add64_rela(struct module *me, u32 *location, in apply_r_riscv_add64_rela()
292 static int apply_r_riscv_sub16_rela(struct module *me, u32 *location, in apply_r_riscv_sub16_rela()
299 static int apply_r_riscv_sub32_rela(struct module *me, u32 *location, in apply_r_riscv_sub32_rela()
306 static int apply_r_riscv_sub64_rela(struct module *me, u32 *location, in apply_r_riscv_sub64_rela()
347 u32 *location; in apply_relocate_add() local