Searched refs:do_reloc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/arm64/kernel/ |
D | module.c | 72 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() function 91 s64 sval = do_reloc(op, place, val); in reloc_data() 160 sval = do_reloc(op, place, val); in reloc_insn_movw() 202 sval = do_reloc(op, place, val); in reloc_insn_imm()
|
/Linux-v5.10/arch/x86/tools/ |
D | relocs.c | 1004 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs() local 1009 do_reloc = do_reloc64; in emit_relocs() 1014 do_reloc = do_reloc32; in emit_relocs() 1016 do_reloc = do_reloc_real; in emit_relocs() 1020 walk_relocs(do_reloc); in emit_relocs()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.c | 686 bool do_reloc = false, sync = false; in nouveau_gem_ioctl_pushbuf() local 750 req->nr_buffers, &op, &do_reloc); in nouveau_gem_ioctl_pushbuf() 758 if (do_reloc) { in nouveau_gem_ioctl_pushbuf() 862 if (do_reloc) { in nouveau_gem_ioctl_pushbuf()
|
/Linux-v5.10/arch/mips/boot/tools/ |
D | relocs.c | 500 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()
|
/Linux-v5.10/arch/ia64/kernel/ |
D | module.c | 619 do_reloc (struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, in do_reloc() function 829 ret = do_reloc(mod, ELF64_R_TYPE(rela[i].r_info), in apply_relocate_add()
|