Home
last modified time | relevance | path

Searched refs:do_reloc (Results 1 – 4 of 4) sorted by relevance

/arch/arm64/kernel/
A Dmodule.c35 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()
/arch/x86/tools/
A Drelocs.c963 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname); in emit_relocs() local
967 do_reloc = do_reloc64; in emit_relocs()
972 do_reloc = do_reloc32; in emit_relocs()
974 do_reloc = do_reloc_real; in emit_relocs()
978 walk_relocs(do_reloc); in emit_relocs()
/arch/s390/tools/
A Drelocs.c266 static int do_reloc(struct section *sec, Elf_Rel *rel) in do_reloc() function
313 do_reloc(sec, rel); in walk_relocs()
/arch/mips/boot/tools/
A Drelocs.c505 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() function
592 walk_relocs(do_reloc); in emit_relocs()

Completed in 9 milliseconds