Searched refs:do_reloc (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/arm64/kernel/ |
| H A D | module.c | 34 static u64 do_reloc(enum aarch64_reloc_op reloc_op, __le32 *place, u64 val) in do_reloc() function 53 s64 sval = do_reloc(op, place, val); in reloc_data() 122 sval = do_reloc(op, place, val); in reloc_insn_movw() 164 sval = do_reloc(op, place, val); in reloc_insn_imm()
|
| /linux-6.15/arch/x86/tools/ |
| H A D | relocs.c | 963 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, const char *symname); in emit_relocs() local 967 do_reloc = do_reloc64; in emit_relocs() 972 do_reloc = do_reloc32; in emit_relocs() 974 do_reloc = do_reloc_real; in emit_relocs() 978 walk_relocs(do_reloc); in emit_relocs()
|
| /linux-6.15/arch/s390/tools/ |
| H A D | relocs.c | 266 static int do_reloc(struct section *sec, Elf_Rel *rel) in do_reloc() function 313 do_reloc(sec, rel); in walk_relocs()
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_gem.c | 759 bool do_reloc = false, sync = false; in nouveau_gem_ioctl_pushbuf() local 826 req->nr_buffers, &op, &do_reloc); in nouveau_gem_ioctl_pushbuf() 834 if (do_reloc) { in nouveau_gem_ioctl_pushbuf() 939 if (do_reloc) { in nouveau_gem_ioctl_pushbuf()
|
| /linux-6.15/arch/mips/boot/tools/ |
| H A D | relocs.c | 505 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() function 592 walk_relocs(do_reloc); in emit_relocs()
|