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

/linux-4.4.14/arch/arm64/kernel/
H A Dmodule.c59 static u64 do_reloc(enum aarch64_reloc_op reloc_op, void *place, u64 val) do_reloc() function
72 pr_err("do_reloc: unknown relocation operation %d\n", reloc_op); do_reloc()
79 s64 sval = do_reloc(op, place, val); reloc_data()
120 sval = do_reloc(op, place, val); reloc_insn_movw()
179 sval = do_reloc(op, place, val); reloc_insn_imm()
/linux-4.4.14/arch/x86/tools/
H A Drelocs.c973 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, emit_relocs()
978 do_reloc = do_reloc64; emit_relocs()
983 do_reloc = do_reloc32; emit_relocs()
985 do_reloc = do_reloc_real; emit_relocs()
989 walk_relocs(do_reloc); emit_relocs()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c681 int i, j, ret = 0, do_reloc = 0; nouveau_gem_ioctl_pushbuf() local
740 req->nr_buffers, &op, &do_reloc); nouveau_gem_ioctl_pushbuf()
748 if (do_reloc) { nouveau_gem_ioctl_pushbuf()
/linux-4.4.14/arch/ia64/kernel/
H A Dmodule.c617 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, do_reloc() function
827 ret = do_reloc(mod, ELF64_R_TYPE(rela[i].r_info), apply_relocate_add()

Completed in 201 milliseconds