/arch/x86/ia32/ |
D | ia32_aout.c | 282 struct exec ex; in load_aout_binary() local 285 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 286 if ((N_MAGIC(ex) != ZMAGIC && N_MAGIC(ex) != OMAGIC && in load_aout_binary() 287 N_MAGIC(ex) != QMAGIC && N_MAGIC(ex) != NMAGIC) || in load_aout_binary() 288 N_TRSIZE(ex) || N_DRSIZE(ex) || in load_aout_binary() 290 ex.a_text+ex.a_data+N_SYMSIZE(ex)+N_TXTOFF(ex)) { in load_aout_binary() 294 fd_offset = N_TXTOFF(ex); in load_aout_binary() 303 if (ex.a_data + ex.a_bss > rlim) in load_aout_binary() 320 current->mm->end_code = ex.a_text + in load_aout_binary() 321 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary() [all …]
|
/arch/cris/arch-v10/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/arm/include/asm/ |
D | elf.h | 100 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(&(ex), stk) argument 118 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
|
/arch/mips/include/asm/ |
D | elf.h | 250 #define SET_PERSONALITY(ex) \ argument 285 #define __SET_PERSONALITY32(ex) \ argument 287 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \ 288 ((ex).e_flags & EF_MIPS_ABI) == 0) \ 294 #define __SET_PERSONALITY32(ex) do { } while (0) argument 297 #define SET_PERSONALITY(ex) \ argument 302 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ 303 __SET_PERSONALITY32(ex); \
|
/arch/powerpc/boot/dts/ |
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"; 109 compatible = "ibm,l2-cache-460ex", "ibm,l2-cache"; 119 compatible = "ibm,plb-460ex", "ibm,plb4"; 126 compatible = "ibm,sdram-460ex", "ibm,sdram-405gp"; 131 compatible = "ibm,mcmal-460ex", "ibm,mcmal2"; [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"; 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 | 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 …]
|
/arch/mips/boot/ |
D | elf2ecoff.c | 267 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/sh/kernel/cpu/sh5/ |
D | fpu.c | 128 do_fpu_error(unsigned long ex, struct pt_regs *regs) in do_fpu_error() argument 141 do_fpu_state_restore(unsigned long ex, struct pt_regs *regs) in do_fpu_state_restore() argument 146 die("FPU used in kernel", regs, ex); in do_fpu_state_restore()
|
/arch/s390/include/asm/ |
D | elf.h | 173 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument 175 #define SET_PERSONALITY(ex) \ argument 179 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ 190 #define elf_read_implies_exec(ex, executable_stack) \ argument
|
/arch/powerpc/include/asm/ |
D | elf.h | 235 # define SET_PERSONALITY(ex) \ argument 238 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ 256 # define elf_read_implies_exec(ex, exec_stk) (test_thread_flag(TIF_32BIT) ? \ argument 259 # define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
|
/arch/ia64/include/asm/ |
D | elf.h | 205 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument 206 #define elf_read_implies_exec(ex, executable_stack) \ argument 207 ((executable_stack!=EXSTACK_DISABLE_X) && ((ex).e_flags & EF_IA_64_LINUX_EXECUTABLE_STACK) != 0)
|
/arch/sh/kernel/cpu/sh2/ |
D | Makefile | 5 obj-y := ex.o probe.o entry.o
|
/arch/sparc/include/asm/ |
D | elf_64.h | 198 #define SET_PERSONALITY(ex) \ argument 201 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
|
D | elf_32.h | 140 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
|
/arch/um/sys-ppc/asm/ |
D | elf.h | 8 #define SET_PERSONALITY(ex) do ; while(0) argument
|
/arch/cris/include/asm/ |
D | elf.h | 91 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
|
/arch/x86/include/asm/ |
D | elf.h | 189 #define COMPAT_SET_PERSONALITY(ex) \ argument 270 #define SET_PERSONALITY(ex) set_personality_64bit() argument 276 #define elf_read_implies_exec(ex, executable_stack) \ argument
|
/arch/sh/kernel/cpu/sh2a/ |
D | Makefile | 7 common-y += ex.o entry.o
|
/arch/sh/kernel/cpu/sh4/ |
D | Makefile | 6 common-y += $(addprefix ../sh3/, entry.o ex.o)
|
/arch/h8300/include/asm/ |
D | elf.h | 58 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
|
/arch/avr32/include/asm/ |
D | elf.h | 106 #define SET_PERSONALITY(ex) set_personality(PER_LINUX_32BIT) argument
|
/arch/ia64/ia32/ |
D | binfmt_elf32.c | 44 #define SET_PERSONALITY(ex) elf32_set_personality() argument 46 #define elf_read_implies_exec(ex, have_pt_gnu_stack) (!(have_pt_gnu_stack)) argument
|
/arch/sh/kernel/cpu/sh3/ |
D | Makefile | 5 obj-y := ex.o probe.o entry.o setup-sh3.o
|
/arch/m68k/include/asm/ |
D | elf_no.h | 108 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
|