HomeSort by: relevance | last modified time | path
    Searched refs:elf32 (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/ldd/
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
  /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) {
  /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);
  /src/usr.bin/ldd/build/
Makefile 14 LIB_ELF32DIR!= cd ${.CURDIR}/../elf32 && ${PRINTOBJDIR}
  /src/sys/dev/splash/
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
  /src/distrib/sgimips/instkernel/
Makefile 14 SFX= .elf32
  /src/rescue/
Makefile 49 LDD_ELF32DIR!= cd ${NETBSDSRCDIR}/usr.bin/ldd/elf32 && ${PRINTOBJDIR}
  /src/share/mk/
bsd.own.mk 1652 OBJECT_FMTS+= elf32

Completed in 18 milliseconds