/arch/x86/um/ |
D | user-offsets.c | 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument 17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument 18 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, argument 19 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ argument 25 #define DEFINE(sym, val) \ argument 28 #define DEFINE_LONGS(sym, val) \ argument
|
D | sys_call_table_64.c | 36 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 37 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ argument 39 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument 43 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, argument
|
D | sys_call_table_32.c | 27 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument 31 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, argument
|
/arch/x86/kernel/ |
D | syscall_64.c | 9 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 12 # define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 14 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ argument 17 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument 21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
|
D | asm-offsets_64.c | 3 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument 4 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, argument 6 # define __SYSCALL_X32(nr, sym, compat) [nr] = 1, argument 8 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ argument 13 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
D | syscall_32.c | 8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = sym, argument
|
D | asm-offsets_32.c | 6 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
D | module.c | 104 Elf32_Sym *sym; in apply_relocate() local 144 Elf64_Sym *sym; in apply_relocate_add() local
|
/arch/frv/kernel/ |
D | asm-offsets.c | 17 #define DEF_PTREG(sym, reg) \ argument 21 #define DEF_IREG(sym, reg) \ argument 25 #define DEF_FREG(sym, reg) \ argument 29 #define DEF_0REG(sym, reg) \ argument
|
/arch/ia64/kvm/ |
D | kvm_lib.c | 18 #define EXPORT_SYMBOL(sym) argument 19 #define EXPORT_SYMBOL_GPL(sym) argument
|
/arch/x86/um/shared/sysdep/ |
D | kernel-offsets.h | 7 #define DEFINE(sym, val) \ argument 12 #define OFFSET(sym, str, mem) \ argument
|
/arch/x86/ia32/ |
D | syscall_ia32.c | 8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void compat(void) ; argument 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = compat, argument
|
/arch/ia64/kernel/ |
D | paravirtentry.S | 30 #define DATA8(sym, init_value) \ argument 48 #define BRANCH_PROC(sym, reg, breg, type) \ argument 54 #define BRANCH_PROC_UNWINFO(sym, reg, breg, type) \ argument
|
/arch/um/os-Linux/ |
D | user_syms.c | 39 #define EXPORT_SYMBOL_PROTO(sym) \ argument
|
/arch/x86/tools/ |
D | relocs.c | 255 static const char *sym_name(const char *sym_strtab, Elf_Sym *sym) in sym_name() 276 Elf_Sym *sym; in sym_lookup() local 472 Elf_Sym *sym = &sec->symtab[j]; in read_symtabs() local 538 Elf_Sym *sym; in print_absolute_symbols() local 584 Elf_Sym *sym; in print_absolute_relocs() local 646 Elf_Sym *sym, const char *symname)) in walk_relocs() 669 Elf_Sym *sym = &sh_symtab[ELF_R_SYM(rel->r_info)]; in walk_relocs() local 741 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym() 750 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() 828 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32() [all …]
|
/arch/m68k/kernel/ |
D | module.c | 30 Elf32_Sym *sym; in apply_relocate() local 70 Elf32_Sym *sym; in apply_relocate_add() local
|
/arch/x86/include/asm/ |
D | atomic64_32.h | 17 #define __ATOMIC64_DECL(sym) void atomic64_##sym(atomic64_t *, ...) argument 21 #define ATOMIC64_DECL_ONE(sym) __ATOMIC64_DECL(sym); \ argument 30 #define ATOMIC64_DECL(sym) ATOMIC64_DECL_ONE(sym##_cx8) argument 36 #define ATOMIC64_DECL(sym) ATOMIC64_DECL_ONE(sym##_cx8); \ argument
|
/arch/sparc/kernel/ |
D | module.c | 60 Elf_Sym *sym; in module_frob_arch_sections() local 90 Elf_Sym *sym; in apply_relocate_add() local
|
/arch/openrisc/kernel/ |
D | module.c | 28 Elf32_Sym *sym; in apply_relocate_add() local
|
/arch/arm64/kernel/ |
D | sys.c | 47 #define __SYSCALL(nr, sym) [nr] = sym, argument
|
/arch/powerpc/include/asm/ |
D | ftrace.h | 66 static inline bool arch_syscall_match_sym_name(const char *sym, const char *name) in arch_syscall_match_sym_name()
|
/arch/xtensa/kernel/ |
D | module.c | 57 Elf32_Sym *sym; in apply_relocate_add() local
|
/arch/arm/include/asm/ |
D | ftrace.h | 59 static inline bool arch_syscall_match_sym_name(const char *sym, in arch_syscall_match_sym_name()
|
/arch/unicore32/kernel/ |
D | module.c | 44 Elf32_Sym *sym; in apply_relocate() local
|
/arch/microblaze/kernel/ |
D | module.c | 27 Elf32_Sym *sym; in apply_relocate_add() local
|