/arch/x86/ia32/ |
D | ia32_aout.c | 108 struct exec ex; in load_aout_binary() local 111 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 112 if ((N_MAGIC(ex) != ZMAGIC && N_MAGIC(ex) != OMAGIC && in load_aout_binary() 113 N_MAGIC(ex) != QMAGIC && N_MAGIC(ex) != NMAGIC) || in load_aout_binary() 114 N_TRSIZE(ex) || N_DRSIZE(ex) || in load_aout_binary() 116 ex.a_text+ex.a_data+N_SYMSIZE(ex)+N_TXTOFF(ex)) { in load_aout_binary() 120 fd_offset = N_TXTOFF(ex); in load_aout_binary() 129 if (ex.a_data + ex.a_bss > rlim) in load_aout_binary() 147 current->mm->end_code = ex.a_text + in load_aout_binary() 148 (current->mm->start_code = N_TXTADDR(ex)); in load_aout_binary() [all …]
|
/arch/arm64/boot/dts/renesas/ |
D | Makefile | 4 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-ex.dtb 5 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb 7 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-rev2-ex.dtb 8 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb 11 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-ex.dtb 12 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb 14 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-rev2-ex.dtb 15 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb 23 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-hihope-rzg2h-ex.dtb 24 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb
|
D | r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts | 9 #include "r8a774e1-hihope-rzg2h-ex.dts" 10 #include "hihope-rzg2-ex-lvds.dtsi"
|
D | r8a774a1-hihope-rzg2m-ex-idk-1110wr.dts | 9 #include "r8a774a1-hihope-rzg2m-ex.dts" 10 #include "hihope-rzg2-ex-lvds.dtsi"
|
D | r8a774b1-hihope-rzg2n-ex-idk-1110wr.dts | 9 #include "r8a774b1-hihope-rzg2n-ex.dts" 10 #include "hihope-rzg2-ex-lvds.dtsi"
|
D | r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dts | 9 #include "r8a774a1-hihope-rzg2m-rev2-ex.dts" 10 #include "hihope-rzg2-ex-lvds.dtsi"
|
D | r8a774b1-hihope-rzg2n-rev2-ex.dts | 9 #include "hihope-rzg2-ex.dtsi" 13 compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2n",
|
D | r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dts | 9 #include "r8a774b1-hihope-rzg2n-rev2-ex.dts" 10 #include "hihope-rzg2-ex-lvds.dtsi"
|
D | r8a774e1-hihope-rzg2h-ex.dts | 9 #include "hihope-rzg2-ex.dtsi" 13 compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2h",
|
D | r8a774a1-hihope-rzg2m-ex.dts | 10 #include "hihope-rzg2-ex.dtsi" 14 compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2m",
|
D | r8a774b1-hihope-rzg2n-ex.dts | 10 #include "hihope-rzg2-ex.dtsi" 14 compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2n",
|
D | r8a774a1-hihope-rzg2m-rev2-ex.dts | 9 #include "hihope-rzg2-ex.dtsi" 13 compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2m",
|
/arch/mips/include/asm/ |
D | elf.h | 345 #define SET_PERSONALITY2(ex, state) \ argument 376 #define __SET_PERSONALITY32_O32(ex, state) \ argument 388 #define __SET_PERSONALITY32_O32(ex, state) \ argument 393 #define __SET_PERSONALITY32(ex, state) \ argument 395 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \ 396 ((ex).e_flags & EF_MIPS_ABI) == 0) \ 399 __SET_PERSONALITY32_O32(ex, state); \ 402 #define __SET_PERSONALITY32(ex, state) do { } while (0) argument 405 #define SET_PERSONALITY2(ex, state) \ argument 415 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ [all …]
|
/arch/powerpc/include/asm/ |
D | elf.h | 83 # define SET_PERSONALITY(ex) \ argument 85 if (((ex).e_flags & 0x3) == 2) \ 89 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \ 104 # define elf_read_implies_exec(ex, exec_stk) (is_32bit_task() ? \ argument 107 # define elf_read_implies_exec(ex, exec_stk) (exec_stk == EXSTACK_DEFAULT) 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/arm64/include/asm/ |
D | extable.h | 26 int arm64_bpf_fixup_exception(const struct exception_table_entry *ex, 30 int arm64_bpf_fixup_exception(const struct exception_table_entry *ex, in arm64_bpf_fixup_exception() argument
|
D | elf.h | 120 #define compat_elf_read_implies_exec(ex, stk) (stk == EXSTACK_DEFAULT) argument 161 #define SET_PERSONALITY(ex) \ argument 226 #define COMPAT_SET_PERSONALITY(ex) \ argument
|
/arch/nds32/kernel/ |
D | Makefile | 10 obj-y := ex-entry.o ex-exit.o ex-scall.o irq.o \
|
/arch/mips/boot/ |
D | elf2ecoff.c | 270 Elf32_Ehdr ex; in main() local 307 i = read(infile, &ex, sizeof ex); in main() 308 if (i != sizeof ex) { in main() 315 if (ex.e_ident[EI_DATA] == ELFDATA2MSB) in main() 326 convert_elf_hdr(&ex); in main() 329 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main() 330 ex.e_phnum * sizeof(Elf32_Phdr), in main() 333 convert_elf_phdrs(ph, ex.e_phnum); in main() 335 sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff, in main() 336 ex.e_shnum * sizeof(Elf32_Shdr), in main() [all …]
|
/arch/arm/include/asm/ |
D | elf.h | 112 #define elf_read_implies_exec(ex,stk) arm_elf_read_implies_exec(stk) argument 137 #define SET_PERSONALITY(ex) elf_set_personality(&(ex)) argument
|
/arch/s390/lib/ |
D | mem.S | 39 ex %r4,0(%r5) 86 ex %r4,0(%r3) 105 ex %r4,0(%r5) 133 ex %r4,0(%r5) 173 ex %r4,0(%r5)
|
/arch/s390/include/asm/ |
D | elf.h | 232 #define SET_PERSONALITY(ex) \ argument 240 #define SET_PERSONALITY(ex) \ argument 245 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) { \
|