| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | atomic_ll_sc.h | 56 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\  argument78 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \  argument
 155 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\  argument
 177 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint)\  argument
 259 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint)	\  argument
 318 #define __CMPXCHG_DBL(name, mb, rel, cl)				\  argument
 
 | 
| /Linux-v5.4/arch/h8300/include/asm/ | 
| D | flat.h | 18 #define	flat_get_relocate_addr(rel)		(rel & ~0x00000001)  argument29 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel)  in flat_put_addr_at_rp()
 
 | 
| /Linux-v5.4/arch/arm/kernel/ | 
| D | module-plts.c | 90 static bool is_zero_addend_relocation(Elf32_Addr base, const Elf32_Rel *rel)  in is_zero_addend_relocation()118 static bool duplicate_rel(Elf32_Addr base, const Elf32_Rel *rel, int num)  in duplicate_rel()
 137 			       const Elf32_Rel *rel, int num, Elf32_Word dstidx)  in count_plts()
 
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | module.h | 51 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM((rel).r_info)  argument52 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE((rel).r_info)  argument
 69 #define ELF_MIPS_R_SYM(rel) ((rel).r_sym)  argument
 70 #define ELF_MIPS_R_TYPE(rel) ((rel).r_type)  argument
 
 | 
| /Linux-v5.4/arch/x86/tools/ | 
| D | relocs.c | 524 			Elf_Rel *rel = &sec->reltab[j];  in read_relocs()  local602 			Elf_Rel *rel;  in print_absolute_relocs()  local
 664 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,  in walk_relocs()
 687 			Elf_Rel *rel = &sec->reltab[j];  in walk_relocs()  local
 769 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,  in do_reloc64()
 859 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym,  in do_reloc32()
 902 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym,  in do_reloc_real()
 1084 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,  in do_reloc_info()
 
 | 
| /Linux-v5.4/arch/m68k/kernel/ | 
| D | module.c | 29 	Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr;  in apply_relocate()  local69 	Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | module.c | 96 	Elf32_Rel *rel = (void *)sechdrs[relsec].sh_addr;  in apply_relocate()  local136 	Elf64_Rela *rel = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 
 | 
| /Linux-v5.4/arch/mips/boot/tools/ | 
| D | relocs.c | 386 			Elf_Rel *rel = &sec->reltab[j];  in read_relocs()  local467 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,  in walk_relocs()
 491 			Elf_Rel *rel = &sec->reltab[j];  in walk_relocs()  local
 500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym,  in do_reloc()
 636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,  in do_reloc_info()
 
 | 
| /Linux-v5.4/arch/nds32/kernel/ | 
| D | module.c | 90 			       struct module *module, Elf32_Rela * rel,  in exceed_limit()120 	Elf32_Rela *rel = (void *)relsec->sh_addr;  in apply_relocate_add()  local
 
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | flat.h | 13 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel)  in flat_put_addr_at_rp()
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | flat.h | 17 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel)  in flat_put_addr_at_rp()
 | 
| /Linux-v5.4/arch/c6x/include/asm/ | 
| D | flat.h | 13 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel)  in flat_put_addr_at_rp()
 | 
| /Linux-v5.4/arch/openrisc/kernel/ | 
| D | module.c | 23 	Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | vpe.c | 237 	int rel;  in apply_r_mips_gprel16()  local262 	int rel;  in apply_r_mips_pc16()  local
 431 	Elf32_Rel *rel = (void *) sechdrs[relsec].sh_addr;  in apply_relocations()  local
 469 static inline void save_gp_address(unsigned int secbase, unsigned int rel)  in save_gp_address()
 
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | flat.h | 20 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel)  in flat_put_addr_at_rp()
 | 
| /Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/ | 
| D | qos_ets_strict.sh | 238 rel()  function
 | 
| /Linux-v5.4/arch/unicore32/kernel/ | 
| D | module.c | 36 	Elf32_Rel *rel = (void *)relsec->sh_addr;  in apply_relocate()  local
 | 
| /Linux-v5.4/arch/x86/kernel/kprobes/ | 
| D | opt.c | 358 	long rel;  in arch_prepare_optimized_kprobe()  local428 		s32 rel = (s32)((long)op->optinsn.insn -  in arch_optimize_kprobes()  local
 
 | 
| /Linux-v5.4/arch/microblaze/include/asm/ | 
| D | flat.h | 82 #define	flat_get_relocate_addr(rel)	(rel & 0x7fffffff)  argument
 | 
| /Linux-v5.4/arch/sh/kernel/ | 
| D | module.c | 31 	Elf32_Rela *rel = (void *)sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.4/arch/c6x/kernel/ | 
| D | module.c | 47 	Elf32_Rela *rel = (void *) sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.4/drivers/gpu/drm/qxl/ | 
| D | qxl_debugfs.c | 61 		int rel;  in qxl_debugfs_buffers_info()  local
 | 
| /Linux-v5.4/arch/mips/mm/ | 
| D | uasm.c | 490 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid)  in uasm_r_mips_pc16()502 void uasm_resolve_relocs(struct uasm_reloc *rel,  in uasm_resolve_relocs()
 514 void uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end,  in uasm_move_relocs()
 532 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,  in uasm_copy_handler()
 544 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr)  in uasm_insn_has_bdelay()
 
 | 
| /Linux-v5.4/arch/csky/kernel/ | 
| D | module.c | 54 	Elf32_Rela	*rel = (void *) sechdrs[relsec].sh_addr;  in apply_relocate_add()  local
 | 
| /Linux-v5.4/arch/x86/realmode/ | 
| D | init.c | 42 	const u32 *rel;  in setup_real_mode()  local
 |