/src/usr.bin/ldd/ |
Makefile | 3 SUBDIR+= elf32 elf64 elf32_compat .WAIT build
|
Makefile | 3 SUBDIR+= elf32 elf64 elf32_compat .WAIT build
|
Makefile | 3 SUBDIR+= elf32 elf64 elf32_compat .WAIT build
|
/src/usr.sbin/lockstat/ |
Makefile | 5 SRCS= elf32.c elf64.c main.c 12 elf64.o: elf32.c
|
Makefile | 5 SRCS= elf32.c elf64.c main.c 12 elf64.o: elf32.c
|
Makefile | 5 SRCS= elf32.c elf64.c main.c 12 elf64.o: elf32.c
|
/src/sys/arch/zaurus/stand/zboot/ |
loadfile_zboot.c | 68 Elf32_Ehdr elf32; local in function:fdloadfile_zboot 75 nr = read(fd, &elf32, sizeof(elf32)); 80 if (nr != sizeof(elf32)) { 86 if (memcmp(elf32.e_ident, ELFMAG, SELFMAG) == 0 && 87 elf32.e_ident[EI_CLASS] == ELFCLASS32) {
|
loadfile_zboot.c | 68 Elf32_Ehdr elf32; local in function:fdloadfile_zboot 75 nr = read(fd, &elf32, sizeof(elf32)); 80 if (nr != sizeof(elf32)) { 86 if (memcmp(elf32.e_ident, ELFMAG, SELFMAG) == 0 && 87 elf32.e_ident[EI_CLASS] == ELFCLASS32) {
|
loadfile_zboot.c | 68 Elf32_Ehdr elf32; local in function:fdloadfile_zboot 75 nr = read(fd, &elf32, sizeof(elf32)); 80 if (nr != sizeof(elf32)) { 86 if (memcmp(elf32.e_ident, ELFMAG, SELFMAG) == 0 && 87 elf32.e_ident[EI_CLASS] == ELFCLASS32) {
|
/src/sys/lib/libsa/ |
loadfile.c | 128 Elf32_Ehdr elf32; member in union:fdloadfile::__anona6a80eac010a 160 if (memcmp(hdr.elf32.e_ident, ELFMAG, SELFMAG) == 0 && 161 hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) { 163 netbsd_elf_data = hdr.elf32.e_ident[EI_DATA]; 164 rval = loadfile_elf32(fd, &hdr.elf32, marks, flags);
|
loadfile.c | 128 Elf32_Ehdr elf32; member in union:fdloadfile::__anona6a80eac010a 160 if (memcmp(hdr.elf32.e_ident, ELFMAG, SELFMAG) == 0 && 161 hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) { 163 netbsd_elf_data = hdr.elf32.e_ident[EI_DATA]; 164 rval = loadfile_elf32(fd, &hdr.elf32, marks, flags);
|
loadfile.c | 128 Elf32_Ehdr elf32; member in union:fdloadfile::__anona6a80eac010a 160 if (memcmp(hdr.elf32.e_ident, ELFMAG, SELFMAG) == 0 && 161 hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) { 163 netbsd_elf_data = hdr.elf32.e_ident[EI_DATA]; 164 rval = loadfile_elf32(fd, &hdr.elf32, marks, flags);
|
/src/usr.bin/ldd/build/ |
Makefile | 14 LIB_ELF32DIR!= cd ${.CURDIR}/../elf32 && ${PRINTOBJDIR}
|
Makefile | 14 LIB_ELF32DIR!= cd ${.CURDIR}/../elf32 && ${PRINTOBJDIR}
|
Makefile | 14 LIB_ELF32DIR!= cd ${.CURDIR}/../elf32 && ${PRINTOBJDIR}
|
/src/sys/dev/splash/ |
splash.mk | 11 BFD_ELFTARGET=elf32
|
splash.mk | 11 BFD_ELFTARGET=elf32
|
splash.mk | 11 BFD_ELFTARGET=elf32
|
/src/sys/arch/sparc/stand/bootblk/ |
Makefile | 52 ../fakeboot/fakeboot -elf32 <bootblk >/bootblk 53 ../fakeboot/fakeboot -elf32 <bootblk.text >/bootblk.text
|
Makefile | 52 ../fakeboot/fakeboot -elf32 <bootblk >/bootblk 53 ../fakeboot/fakeboot -elf32 <bootblk.text >/bootblk.text
|
Makefile | 52 ../fakeboot/fakeboot -elf32 <bootblk >/bootblk 53 ../fakeboot/fakeboot -elf32 <bootblk.text >/bootblk.text
|
/src/distrib/sgimips/instkernel/ |
Makefile | 14 SFX= .elf32
|
Makefile | 14 SFX= .elf32
|
Makefile | 14 SFX= .elf32
|
/src/rescue/ |
Makefile | 49 LDD_ELF32DIR!= cd ${NETBSDSRCDIR}/usr.bin/ldd/elf32 && ${PRINTOBJDIR}
|