Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dmodule.c160 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() function
179 s64 sval = do_reloc(op, place, val); in reloc_data()
248 sval = do_reloc(op, place, val); in reloc_insn_movw()
290 sval = do_reloc(op, place, val); in reloc_insn_imm()
/openbmc/linux/arch/x86/tools/
H A Drelocs.c1084 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs() local
1089 do_reloc = do_reloc64; in emit_relocs()
1094 do_reloc = do_reloc32; in emit_relocs()
1096 do_reloc = do_reloc_real; in emit_relocs()
1100 walk_relocs(do_reloc); in emit_relocs()
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa-internal.h92 xtensa_do_reloc_fn do_reloc; /* Perform a PC-relative reloc. */ member
H A Dxtensa-isa.c1181 if (!intop->do_reloc) { in xtensa_operand_do_reloc()
1187 if ((*intop->do_reloc)(valp, pc)) { in xtensa_operand_do_reloc()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c755 bool do_reloc = false, sync = false; in nouveau_gem_ioctl_pushbuf() local
822 req->nr_buffers, &op, &do_reloc); in nouveau_gem_ioctl_pushbuf()
830 if (do_reloc) { in nouveau_gem_ioctl_pushbuf()
935 if (do_reloc) { in nouveau_gem_ioctl_pushbuf()
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() function
587 walk_relocs(do_reloc); in emit_relocs()
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c619 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc() function
833 ret = do_reloc(mod, ELF64_R_TYPE(rela[i].r_info), in apply_relocate_add()