/Linux-v4.19/fs/ |
D | compat_binfmt_elf.c | 98 #undef ELF_PLAT_INIT 99 #define ELF_PLAT_INIT COMPAT_ELF_PLAT_INIT macro
|
D | binfmt_elf.c | 1156 #ifdef ELF_PLAT_INIT in load_elf_binary() 1167 ELF_PLAT_INIT(regs, reloc_func_desc); in load_elf_binary()
|
/Linux-v4.19/arch/arc/include/asm/ |
D | elf.h | 64 #define ELF_PLAT_INIT(_r, load_addr) ((_r)->r0 = 0) macro
|
/Linux-v4.19/arch/x86/um/asm/ |
D | elf.h | 36 #define ELF_PLAT_INIT(regs, load_addr) do { \ macro 132 #define ELF_PLAT_INIT(regs, load_addr) do { \ macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | elf.h | 81 #define ELF_PLAT_INIT(_r, load_addr) {(_r)->UCreg_00 = 0; } macro
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | elf.h | 36 #define ELF_PLAT_INIT(_r) do { (_r)->er1 = 0; } while (0) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | elf.h | 137 #define ELF_PLAT_INIT(_r, load_addr) \ macro 158 #define ELF_PLAT_INIT(_r, load_addr) \ macro
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | elf.h | 60 #define ELF_PLAT_INIT(_r) macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | elf.h | 142 #define ELF_PLAT_INIT(_r, load_addr) (_r)->uregs[0] = 0 macro
|
/Linux-v4.19/arch/microblaze/include/uapi/asm/ |
D | elf.h | 107 #define ELF_PLAT_INIT(_r, _f) \ macro
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | elf.h | 61 #define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0 macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | elf.h | 29 #define ELF_PLAT_INIT(_r, load_addr) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | elf.h | 109 #define ELF_PLAT_INIT(_r, load_addr) \ macro 185 #define ELF_PLAT_INIT(_r, load_addr) \ macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | elf.h | 127 #define ELF_PLAT_INIT(_r, load_addr) (_r)->ARM_r0 = 0 macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | elf.h | 104 #define ELF_PLAT_INIT(_r, load_addr) _r->r0 = 0 macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | elf.h | 141 #define ELF_PLAT_INIT(_r, load_addr) (_r)->regs[0] = 0 macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | elf.h | 171 #define ELF_PLAT_INIT(_r, load_addr) \ macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | elf.h | 141 #define ELF_PLAT_INIT(_r, load_addr) ia64_init_addr_space() macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | elf.h | 83 # define ELF_PLAT_INIT(_r, load_addr) do { \ macro
|
/Linux-v4.19/arch/s390/include/asm/ |
D | elf.h | 189 #define ELF_PLAT_INIT(_r, load_addr) \ macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | elf.h | 199 #define ELF_PLAT_INIT(regs, load_addr) do { } while (0) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | elf.h | 334 #define ELF_PLAT_INIT(_r, load_addr) _r->gr[23] = 0 macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | elf.h | 452 #define ELF_PLAT_INIT(_r, load_addr) do { \ macro
|