| /netbsd-src/tools/arm-elf2aout/sys/ |
| H A D | exec_elf.h | 1078 #if !defined(ELFSIZE) 1080 # define ELFSIZE ARCH_ELFSIZE macro 1082 # define ELFSIZE KERN_ELFSIZE macro 1086 #if defined(ELFSIZE) 1088 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x))) 1089 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 1090 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)) 1091 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x))) 1092 #define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x))) 1095 #if defined(ELFSIZE) && (ELFSIZE == 32) [all …]
|
| /netbsd-src/tools/m68k-elf2aout/sys/ |
| H A D | exec_elf.h | 1078 #if !defined(ELFSIZE) 1080 # define ELFSIZE ARCH_ELFSIZE macro 1082 # define ELFSIZE KERN_ELFSIZE macro 1086 #if defined(ELFSIZE) 1088 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x))) 1089 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 1090 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)) 1091 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x))) 1092 #define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x))) 1095 #if defined(ELFSIZE) && (ELFSIZE == 32) [all …]
|
| /netbsd-src/usr.sbin/mdsetimage/ |
| H A D | exec_elf32.c | 37 #ifndef ELFSIZE 38 #define ELFSIZE 32 macro 50 #if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \ 51 (defined(NLIST_ELF64) && (ELFSIZE == 64)) 91 #if (ELFSIZE == 32) in ELFNAMEEND() 93 #elif (ELFSIZE == 64) in ELFNAMEEND()
|
| /netbsd-src/sys/compat/linux/arch/mips/ |
| H A D | linux_types.h | 47 #if defined(ELFSIZE) && (ELFSIZE == 64) 63 #if defined(ELFSIZE) && (ELFSIZE == 64) 71 #if defined(ELFSIZE) && (ELFSIZE == 64)
|
| /netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
| H A D | elf.h | 1053 #if !defined(ELFSIZE) && defined(ARCH_ELFSIZE) 1054 #define ELFSIZE ARCH_ELFSIZE macro 1057 #if defined(ELFSIZE) 1059 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x))) 1060 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 1061 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)) 1062 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x))) 1063 #define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x))) 1066 #if defined(ELFSIZE) && (ELFSIZE == 32) 1092 #elif defined(ELFSIZE) && (ELFSIZE == 64) [all …]
|
| /netbsd-src/libexec/ld.elf_so/arch/mips/ |
| H A D | mips_reloc.c | 77 #if ELFSIZE == 64 104 #if ELFSIZE == 64 126 #if ELFSIZE == 64 220 #if ELFSIZE == 64 in _rtld_relocate_nonplt_self() 343 #if ELFSIZE == 64 in _rtld_relocate_nonplt_objects() 423 #if ELFSIZE == 64 in _rtld_relocate_nonplt_objects() 429 Elf_Addr old = load_ptr(where, ELFSIZE / 8); in _rtld_relocate_nonplt_objects() 434 store_ptr(where, val, ELFSIZE / 8); in _rtld_relocate_nonplt_objects() 441 #if ELFSIZE == 64 in _rtld_relocate_nonplt_objects() 447 Elf_Addr old = load_ptr(where, ELFSIZE / in _rtld_relocate_nonplt_objects() [all...] |
| /netbsd-src/lib/libc/gen/ |
| H A D | nlist_elf32.c | 43 #ifndef ELFSIZE 44 #define ELFSIZE 32 macro 68 #if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \ 69 (defined(NLIST_ELF64) && (ELFSIZE == 64)) 81 #if defined(_LP64) || ELFSIZE == 32 || defined(ELF64_MACHDEP_ID) in ELFNAMEEND() 82 #if (ELFSIZE == 32) in ELFNAMEEND() 84 #elif (ELFSIZE == 64) in ELFNAMEEND() 142 #if defined(_LP64) || ELFSIZE == 32 || defined(ELF64_MACHDEP_ID) in ELFNAMEEND() 183 #if !defined(_LP64) && ELFSIZE == 64 in ELFNAMEEND()
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | loadfile_elf32.c | 34 #ifndef ELFSIZE 35 #define ELFSIZE 32 macro 56 #if ((ELFSIZE == 32) && defined(BOOT_ELF32)) || \ 57 ((ELFSIZE == 64) && defined(BOOT_ELF64)) 59 #define ELFROUND (ELFSIZE / 8) 92 #if ELFSIZE == 32 in internalize_ehdr() 106 #elif ELFSIZE == 64 in internalize_ehdr() 121 #error ELFSIZE is not 32 or 64 in internalize_ehdr() 129 #if ELFSIZE == 32 in externalize_ehdr() 143 #elif ELFSIZE == 64 in externalize_ehdr() [all …]
|
| H A D | lookup_elf32.c | 33 #ifndef ELFSIZE 34 #define ELFSIZE 32 macro 41 #if ((ELFSIZE == 32) && defined(BOOT_ELF32)) || \ 42 ((ELFSIZE == 64) && defined(BOOT_ELF64))
|
| /netbsd-src/sys/sys/ |
| H A D | exec_elf.h | 1185 #if !defined(ELFSIZE) 1187 # define ELFSIZE ARCH_ELFSIZE macro 1189 # define ELFSIZE KERN_ELFSIZE macro 1193 #if defined(ELFSIZE) 1195 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x))) 1196 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 1197 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)) 1198 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x))) 1199 #define ElfW(x) CONCAT(Elf,CONCAT(ELFSIZE,CONCAT(_,x))) 1202 #if defined(ELFSIZE) && (ELFSIZE == 32) [all …]
|
| H A D | ksyms.h | 33 #if !defined(ELFSIZE) && !defined(_RUMPKERNEL) 34 #define ELFSIZE KERN_ELFSIZE macro 106 #ifdef ELFSIZE
|
| H A D | kobj.h | 32 #if !defined(ELFSIZE) && !defined(_RUMPKERNEL) 33 #define ELFSIZE KERN_ELFSIZE macro
|
| /netbsd-src/sys/kern/ |
| H A D | core_elf32.c | 49 #ifndef ELFSIZE 50 #define ELFSIZE 32 macro 103 #define elf_read_lwpstatus CONCAT(process_read_lwpstatus, ELFSIZE) 104 #define elf_lwpstatus CONCAT(process_lwpstatus, ELFSIZE) 106 #define elf_process_read_regs CONCAT(process_read_regs, ELFSIZE) 107 #define elf_process_read_fpregs CONCAT(process_read_fpregs, ELFSIZE) 108 #define elf_reg CONCAT(process_reg, ELFSIZE) 109 #define elf_fpreg CONCAT(process_fpreg, ELFSIZE) 161 #if ELFSIZE == 32 in ELFNAMEEND() 163 #elif ELFSIZE == 64 in ELFNAMEEND() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | kvxelf.em | 33 elf${ELFSIZE}_kvx_before_allocation (void) 139 /* Call-back for elf${ELFSIZE}_kvx_size_stubs. */ 145 elf${ELFSIZE}_kvx_add_stub_section (const char *stub_sec_name, 181 /* Another call-back for elf${ELFSIZE}_kvx_size_stubs. */ 204 elf${ELFSIZE}_kvx_next_input_section (& link_info, i); 230 ret = elf${ELFSIZE}_kvx_setup_section_lists (link_info.output_bfd, 243 if (! elf${ELFSIZE}_kvx_size_stubs (link_info.output_bfd, 247 & elf${ELFSIZE}_kvx_add_stub_section, 269 if (! elf${ELFSIZE}_kvx_build_stubs (& link_info)) 302 if (!kvx_elf${ELFSIZE}_init_stub_bfd (&link_info, stub_file->the_bfd)) [all …]
|
| H A D | aarch64elf.em | 76 bfd_elf${ELFSIZE}_aarch64_init_maps (is->the_bfd); 170 /* Call-back for elf${ELFSIZE}_aarch64_size_stubs. */ 176 elf${ELFSIZE}_aarch64_add_stub_section (const char *stub_sec_name, 214 /* Another call-back for elf${ELFSIZE}_aarch64_size_stubs. */ 237 elf${ELFSIZE}_aarch64_next_input_section (& link_info, i); 263 ret = elf${ELFSIZE}_aarch64_setup_section_lists (link_info.output_bfd, 277 if (! elf${ELFSIZE}_aarch64_size_stubs (link_info.output_bfd, 281 & elf${ELFSIZE}_aarch64_add_stub_section, 302 if (! elf${ELFSIZE}_aarch64_build_stubs (& link_info)) 330 bfd_elf${ELFSIZE}_aarch64_set_options (link_info.output_bfd, &link_info,
|
| /netbsd-src/tools/amiga-elf2bb/sys/ |
| H A D | exec_elf.h | 699 #if defined(ELFSIZE) 701 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x))) 702 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 703 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)) 704 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x))) 707 #if defined(ELFSIZE) && (ELFSIZE == 32) 730 #elif defined(ELFSIZE) && (ELFSIZE == 64)
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_mod.c | 39 #ifndef ELFSIZE 40 #define ELFSIZE ARCH_ELFSIZE macro 53 #if defined(EXEC_ELF32) && ELFSIZE == 32 75 #if defined(EXEC_ELF32) && ELFSIZE == 32
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emulparams/ |
| H A D | elf32bmipn32-defs.sh | 19 xelf32*n32*) ELFSIZE=32 ;; 20 xelf64*) ELFSIZE=64 ;; 34 LIBPATH_SUFFIX=$ELFSIZE
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emulparams/ |
| H A D | elf32bmipn32-defs.sh | 19 xelf32*n32*) ELFSIZE=32 ;; 20 xelf64*) ELFSIZE=64 ;; 34 LIBPATH_SUFFIX=$ELFSIZE
|
| /netbsd-src/usr.sbin/kvm_mkdb/ |
| H A D | nlist_elf32.c | 43 #ifndef ELFSIZE 44 #define ELFSIZE 32 macro 73 #if (defined(NLIST_ELF32) && (ELFSIZE == 32)) || \ 74 (defined(NLIST_ELF64) && (ELFSIZE == 64)) 107 #if (ELFSIZE == 32) 109 #elif (ELFSIZE == 64)
|
| /netbsd-src/usr.sbin/lockstat/ |
| H A D | elf32.c | 71 #ifndef ELFSIZE 72 #define ELFSIZE 32 macro 89 #if (ELFSIZE == 32) 91 #elif (ELFSIZE == 64)
|
| /netbsd-src/sys/arch/mips/include/ |
| H A D | elf_machdep.h | 39 #if ELFSIZE == 32 45 #elif ELFSIZE == 64 211 #ifdef ELFSIZE
|
| /netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | exec_elf.h | 566 #if defined(ELFSIZE) 568 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x))) 569 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 570 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)) 571 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
|
| /netbsd-src/sys/compat/linux/arch/amd64/ |
| H A D | linux_exec.h | 37 #ifndef ELFSIZE 38 #define ELFSIZE 64 macro
|
| /netbsd-src/sys/compat/freebsd/ |
| H A D | freebsd_exec_elf32.c | 41 #ifndef ELFSIZE 42 # define ELFSIZE 32 macro
|