Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 25 of 53) sorted by relevance

123

/arch/x86/ia32/
Dia32_aout.c282 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/
Dbuild.c112 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/
Delf.h100 #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/
Delf.h250 #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/
Dcanyonlands.dts53 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 …]
Dkilauea.dts52 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 …]
Dmakalu.dts52 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/
Delf2ecoff.c267 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/
Dfpu.c128 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/
Delf.h173 #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/
Delf.h235 # 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/
Delf.h205 #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/
DMakefile5 obj-y := ex.o probe.o entry.o
/arch/sparc/include/asm/
Delf_64.h198 #define SET_PERSONALITY(ex) \ argument
201 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
Delf_32.h140 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
/arch/um/sys-ppc/asm/
Delf.h8 #define SET_PERSONALITY(ex) do ; while(0) argument
/arch/cris/include/asm/
Delf.h91 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
/arch/x86/include/asm/
Delf.h189 #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/
DMakefile7 common-y += ex.o entry.o
/arch/sh/kernel/cpu/sh4/
DMakefile6 common-y += $(addprefix ../sh3/, entry.o ex.o)
/arch/h8300/include/asm/
Delf.h58 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument
/arch/avr32/include/asm/
Delf.h106 #define SET_PERSONALITY(ex) set_personality(PER_LINUX_32BIT) argument
/arch/ia64/ia32/
Dbinfmt_elf32.c44 #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/
DMakefile5 obj-y := ex.o probe.o entry.o setup-sh3.o
/arch/m68k/include/asm/
Delf_no.h108 #define SET_PERSONALITY(ex) set_personality(PER_LINUX) argument

123