/arch/x86/ia32/ |
D | ia32_aout.c | 264 struct exec ex; in load_aout_binary() local 267 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 268 if ((N_MAGIC(ex) != ZMAGIC && N_MAGIC(ex) != OMAGIC && in load_aout_binary() 269 N_MAGIC(ex) != QMAGIC && N_MAGIC(ex) != NMAGIC) || in load_aout_binary() 270 N_TRSIZE(ex) || N_DRSIZE(ex) || in load_aout_binary() 272 ex.a_text+ex.a_data+N_SYMSIZE(ex)+N_TXTOFF(ex)) { in load_aout_binary() 276 fd_offset = N_TXTOFF(ex); in load_aout_binary() 285 if (ex.a_data + ex.a_bss > rlim) in load_aout_binary() 303 current->mm->end_code = ex.a_text + in load_aout_binary() 304 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary() [all …]
|
/arch/mips/include/asm/ |
D | elf.h | 296 #define SET_PERSONALITY2(ex, state) \ argument 327 #define __SET_PERSONALITY32_O32(ex, state) \ argument 339 #define __SET_PERSONALITY32_O32(ex, state) \ argument 344 #define __SET_PERSONALITY32(ex, state) \ argument 346 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \ 347 ((ex).e_flags & EF_MIPS_ABI) == 0) \ 350 __SET_PERSONALITY32_O32(ex, state); \ 353 #define __SET_PERSONALITY32(ex, state) do { } while (0) argument 356 #define SET_PERSONALITY2(ex, state) \ argument 365 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ [all …]
|
/arch/cris/boot/tools/ |
D | build.c | 112 struct exec *ex = (struct exec *)buf; in main() local 236 if (N_MAGIC(*ex) == ZMAGIC) { in main() 239 } else if (N_MAGIC(*ex) != QMAGIC) in main() 242 (ex->a_text+ex->a_data+ex->a_bss)/1024, in main() 243 ex->a_text /1024, in main() 244 ex->a_data /1024, in main() 245 ex->a_bss /1024); in main() 246 sz = N_SYMOFF(*ex) - GCC_HEADER + 4; in main()
|
/arch/powerpc/include/asm/ |
D | elf.h | 89 # define SET_PERSONALITY(ex) \ argument 91 if (((ex).e_flags & 0x3) == 2) \ 95 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ 110 # define elf_read_implies_exec(ex, exec_stk) (is_32bit_task() ? \ argument 113 # define elf_read_implies_exec(ex, exec_stk) (exec_stk == EXSTACK_DEFAULT) argument
|
/arch/arm/include/asm/ |
D | elf.h | 106 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(&(ex), stk) argument 128 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
|
/arch/powerpc/boot/dts/ |
D | obs600.dts | 56 compatible = "ibm,uic-405ex", "ibm,uic"; 66 compatible = "ibm,uic-405ex","ibm,uic"; 78 compatible = "ibm,uic-405ex","ibm,uic"; 99 compatible = "ibm,plb-405ex", "ibm,plb4"; 106 compatible = "ibm,sdram-405ex", "ibm,sdram-4xx-ddr2"; 121 compatible = "ibm,mcmal-405ex", "ibm,mcmal2"; 139 compatible = "ibm,opb-405ex", "ibm,opb"; 149 compatible = "ibm,ebc-405ex", "ibm,ebc"; 218 compatible = "ibm,iic-405ex", "ibm,iic"; 232 compatible = "ibm,iic-405ex", "ibm,iic"; [all …]
|
D | canyonlands.dts | 53 compatible = "ibm,uic-460ex","ibm,uic"; 63 compatible = "ibm,uic-460ex","ibm,uic"; 75 compatible = "ibm,uic-460ex","ibm,uic"; 87 compatible = "ibm,uic-460ex","ibm,uic"; 99 compatible = "ibm,sdr-460ex"; 104 compatible = "ibm,cpr-460ex"; 118 compatible = "ibm,l2-cache-460ex", "ibm,l2-cache"; 128 compatible = "ibm,plb-460ex", "ibm,plb4"; 135 compatible = "ibm,sdram-460ex", "ibm,sdram-405gp"; 152 compatible = "ibm,mcmal-460ex", "ibm,mcmal2"; [all …]
|
D | makalu.dts | 52 compatible = "ibm,uic-405ex", "ibm,uic"; 62 compatible = "ibm,uic-405ex","ibm,uic"; 74 compatible = "ibm,uic-405ex","ibm,uic"; 86 compatible = "ibm,plb-405ex", "ibm,plb4"; 93 compatible = "ibm,sdram-405ex", "ibm,sdram-4xx-ddr2"; 101 compatible = "ibm,mcmal-405ex", "ibm,mcmal2"; 119 compatible = "ibm,opb-405ex", "ibm,opb"; 129 compatible = "ibm,ebc-405ex", "ibm,ebc"; 190 compatible = "ibm,iic-405ex", "ibm,iic"; 197 compatible = "ibm,iic-405ex", "ibm,iic"; [all …]
|
D | kilauea.dts | 52 compatible = "ibm,uic-405ex", "ibm,uic"; 62 compatible = "ibm,uic-405ex","ibm,uic"; 74 compatible = "ibm,uic-405ex","ibm,uic"; 95 compatible = "ibm,plb-405ex", "ibm,plb4"; 102 compatible = "ibm,sdram-405ex", "ibm,sdram-4xx-ddr2"; 117 compatible = "ibm,mcmal-405ex", "ibm,mcmal2"; 135 compatible = "ibm,opb-405ex", "ibm,opb"; 145 compatible = "ibm,ebc-405ex", "ibm,ebc"; 233 compatible = "ibm,iic-405ex", "ibm,iic"; 252 compatible = "ibm,iic-405ex", "ibm,iic"; [all …]
|
/arch/mips/boot/ |
D | elf2ecoff.c | 268 Elf32_Ehdr ex; in main() local 305 i = read(infile, &ex, sizeof ex); in main() 306 if (i != sizeof ex) { in main() 313 if (ex.e_ident[EI_DATA] == ELFDATA2MSB) in main() 324 convert_elf_hdr(&ex); in main() 327 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main() 328 ex.e_phnum * sizeof(Elf32_Phdr), in main() 331 convert_elf_phdrs(ph, ex.e_phnum); in main() 333 sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff, in main() 334 ex.e_shnum * sizeof(Elf32_Shdr), in main() [all …]
|
/arch/s390/lib/ |
D | mem64.S | 40 ex %r4,0(%r3) 57 ex %r4,0(%r3) 79 ex %r4,0(%r5)
|
D | mem32.S | 42 ex %r4,.Lmemset_xc-.Lmemset_base(%r5) 59 ex %r4,.Lmemset_mvc-.Lmemset_base(%r5) 83 ex %r4,.Lmemcpy_mvc-.Lmemcpy_base(%r5)
|
/arch/unicore32/include/asm/ |
D | elf.h | 84 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
|
/arch/tile/include/asm/ |
D | elf.h | 127 #define SET_PERSONALITY(ex) do { } while (0) argument 166 #define SET_PERSONALITY(ex) \ argument 171 #define COMPAT_SET_PERSONALITY(ex) \ argument
|
/arch/arm64/include/asm/ |
D | elf.h | 117 #define elf_read_implies_exec(ex,stk) (stk != EXSTACK_DISABLE_X) argument 138 #define SET_PERSONALITY(ex) clear_thread_flag(TIF_32BIT); argument 185 #define COMPAT_SET_PERSONALITY(ex) set_thread_flag(TIF_32BIT); argument
|
/arch/s390/include/asm/ |
D | elf.h | 187 #define SET_PERSONALITY(ex) \ argument 195 #define SET_PERSONALITY(ex) \ argument 200 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
|
/arch/mips/loongson/loongson-3/ |
D | Makefile | 4 obj-y += irq.o cop2-ex.o
|
/arch/microblaze/include/asm/ |
D | elf.h | 27 #define SET_PERSONALITY(ex) \ argument
|
/arch/sh/kernel/cpu/sh2/ |
D | Makefile | 5 obj-y := ex.o probe.o entry.o
|
/arch/sparc/include/asm/ |
D | elf_64.h | 201 #define SET_PERSONALITY(ex) \ argument 202 do { if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
/arch/sh/kernel/cpu/sh5/ |
D | fpu.c | 104 asmlinkage void do_fpu_error(unsigned long ex, struct pt_regs *regs) in do_fpu_error() argument
|
/arch/x86/include/asm/ |
D | elf.h | 193 #define COMPAT_SET_PERSONALITY(ex) \ argument 194 set_personality_ia32((ex).e_machine == EM_X86_64) 267 #define SET_PERSONALITY(ex) set_personality_64bit() argument 273 #define elf_read_implies_exec(ex, executable_stack) \ argument
|
/arch/mips/netlogic/xlp/ |
D | Makefile | 1 obj-y += setup.o nlm_hal.o cop2-ex.o dt.o
|
/arch/um/sys-ppc/asm/ |
D | elf.h | 8 #define SET_PERSONALITY(ex) do ; while(0) argument
|
/arch/ia64/include/asm/ |
D | elf.h | 204 #define elf_read_implies_exec(ex, executable_stack) \ argument 205 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
|