/Linux-v5.4/fs/ |
D | compat_binfmt_elf.c | 95 #undef ELF_PLAT_INIT 96 #define ELF_PLAT_INIT COMPAT_ELF_PLAT_INIT macro
|
D | binfmt_elf.c | 1139 #ifdef ELF_PLAT_INIT in load_elf_binary() 1150 ELF_PLAT_INIT(regs, reloc_func_desc); in load_elf_binary()
|
/Linux-v5.4/arch/arc/include/asm/ |
D | elf.h | 57 #define ELF_PLAT_INIT(_r, load_addr) ((_r)->r0 = 0) macro
|
/Linux-v5.4/arch/x86/um/asm/ |
D | elf.h | 36 #define ELF_PLAT_INIT(regs, load_addr) do { \ macro 131 #define ELF_PLAT_INIT(regs, load_addr) do { \ macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | elf.h | 77 #define ELF_PLAT_INIT(_r, load_addr) {(_r)->UCreg_00 = 0; } macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | elf.h | 56 #define ELF_PLAT_INIT(_r, load_addr) { _r->a0 = 0; } macro
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | elf.h | 36 #define ELF_PLAT_INIT(_r) do { (_r)->er1 = 0; } while (0) macro
|
/Linux-v5.4/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-v5.4/arch/c6x/include/asm/ |
D | elf.h | 57 #define ELF_PLAT_INIT(_r) macro
|
/Linux-v5.4/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-v5.4/arch/microblaze/include/uapi/asm/ |
D | elf.h | 107 #define ELF_PLAT_INIT(_r, _f) \ macro
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | elf.h | 16 #define ELF_PLAT_INIT(_r, load_addr) macro
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | elf.h | 142 #define ELF_PLAT_INIT(_r, load_addr) (_r)->uregs[0] = 0 macro
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | elf.h | 61 #define ELF_PLAT_INIT(_r, load_addr) _r->a1 = 0 macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | elf.h | 127 #define ELF_PLAT_INIT(_r, load_addr) (_r)->ARM_r0 = 0 macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | elf.h | 104 #define ELF_PLAT_INIT(_r, load_addr) _r->r0 = 0 macro
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | elf.h | 155 #define ELF_PLAT_INIT(_r, load_addr) \ macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | elf.h | 134 #define ELF_PLAT_INIT(_r, load_addr) (_r)->regs[0] = 0 macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | elf.h | 141 #define ELF_PLAT_INIT(_r, load_addr) ia64_init_addr_space() macro
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | elf.h | 79 # define ELF_PLAT_INIT(_r, load_addr) do { \ macro
|
/Linux-v5.4/arch/s390/include/asm/ |
D | elf.h | 193 #define ELF_PLAT_INIT(_r, load_addr) \ macro
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | elf.h | 182 #define ELF_PLAT_INIT(regs, load_addr) do { } while (0) macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | elf.h | 334 #define ELF_PLAT_INIT(_r, load_addr) _r->gr[23] = 0 macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | elf.h | 452 #define ELF_PLAT_INIT(_r, load_addr) do { \ macro
|