Searched refs:do_reloc (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | module.c | 35 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() function 64 s64 sval = do_reloc(op, place, val); in reloc_data() 134 sval = do_reloc(op, place, val); in reloc_insn_movw() 177 sval = do_reloc(op, place, val); in reloc_insn_imm()
|
| /linux/arch/mips/boot/tools/ |
| H A D | relocs.c | 506 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() function 594 walk_relocs(do_reloc); in emit_relocs()
|