Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dmodule.c72 static u64 do_reloc(enum aarch64_reloc_op reloc_op, void *place, u64 val) in do_reloc() function
91 s64 sval = do_reloc(op, place, val); in reloc_data()
126 sval = do_reloc(op, place, val); in reloc_insn_movw()
168 sval = do_reloc(op, place, val); in reloc_insn_imm()
/arch/x86/tools/
Drelocs.c976 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs() local
981 do_reloc = do_reloc64; in emit_relocs()
986 do_reloc = do_reloc32; in emit_relocs()
988 do_reloc = do_reloc_real; in emit_relocs()
992 walk_relocs(do_reloc); in emit_relocs()
/arch/mips/boot/tools/
Drelocs.c499 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() function
586 walk_relocs(do_reloc); in emit_relocs()
/arch/ia64/kernel/
Dmodule.c617 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc() function
827 ret = do_reloc(mod, ELF64_R_TYPE(rela[i].r_info), in apply_relocate_add()