/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | module.c | 72 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() function 85 pr_err("do_reloc: unknown relocation operation %d\n", reloc_op); in do_reloc() 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()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | module.c | 160 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() function 173 pr_err("do_reloc: unknown relocation operation %d\n", reloc_op); in do_reloc() 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()
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 1008 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs() 1013 do_reloc = do_reloc64; in emit_relocs() 1018 do_reloc = do_reloc32; in emit_relocs() 1020 do_reloc = do_reloc_real; in emit_relocs() 1024 walk_relocs(do_reloc); in emit_relocs()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 1075 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in emit_relocs() 1080 do_reloc = do_reloc64; in emit_relocs() 1085 do_reloc = do_reloc32; in emit_relocs() 1087 do_reloc = do_reloc_real; in emit_relocs() 1091 walk_relocs(do_reloc); in emit_relocs()
|
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/ |
H A D | relocs.c | 387 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() function 474 walk_relocs(do_reloc); in emit_relocs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 684 bool do_reloc = false, sync = false; in nouveau_gem_ioctl_pushbuf() local 748 req->nr_buffers, &op, &do_reloc); in nouveau_gem_ioctl_pushbuf() 756 if (do_reloc) { in nouveau_gem_ioctl_pushbuf() 860 if (do_reloc) { in nouveau_gem_ioctl_pushbuf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 755 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()
|
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/mips/boot/tools/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | module.c | 619 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()
|