Searched refs:elf (Results 151 - 175 of 269) sorted by relevance

1234567891011

/freebsd-9.3-release/lib/libkvm/
H A Dkvm_minidump_arm.c51 #include <machine/elf.h>
H A Dkvm_minidump_mips.c52 #include <machine/elf.h>
H A Dkvm_powerpc.c40 #include <elf.h>
H A Dkvm_powerpc64.c40 #include <elf.h>
/freebsd-9.3-release/lib/libprocstat/
H A Dlibprocstat.h33 * XXX: sys/elf.h conflicts with zfs_context.h. Workaround this by not
37 #include <sys/elf.h>
/freebsd-9.3-release/sbin/ldconfig/
H A Delfhints.c35 #include <elf-hints.h>
/freebsd-9.3-release/sys/amd64/amd64/
H A Delf_machdep.c47 #include <machine/elf.h>
93 .interp_path = "/libexec/ld-elf.so.1",
109 .interp_path = "/usr/libexec/ld-elf.so.1",
143 /* Process one elf relocation with addend. */
/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c27 #include <machine/elf.h>
/freebsd-9.3-release/sys/boot/ia64/common/
H A Dexec.c35 #include <machine/elf.h>
/freebsd-9.3-release/sys/i386/i386/
H A Delf_machdep.c46 #include <machine/elf.h>
92 .interp_path = "/libexec/ld-elf.so.1",
108 .interp_path = "/usr/libexec/ld-elf.so.1",
143 /* Process one elf relocation with addend. */
/freebsd-9.3-release/sys/ia64/ia64/
H A Ddump_machdep.c45 #include <machine/elf.h>
H A Delf_machdep.c47 #include <machine/elf.h>
96 .interp_path = "/libexec/ld-elf.so.1",
110 .interp_path = "/usr/libexec/ld-elf.so.1",
177 /* Process one elf relocation with addend. */
/freebsd-9.3-release/sys/mips/mips/
H A Delf_machdep.c48 #include <machine/elf.h>
93 .interp_path = "/libexec/ld-elf.so.1",
149 .interp_path = "/libexec/ld-elf.so.1",
166 /* Process one elf relocation with addend. */
H A Dminidump_machdep.c44 #include <machine/elf.h>
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Ddump_machdep.c44 #include <machine/elf.h>
H A Delf32_machdep.c51 #include <machine/elf.h>
118 .interp_path = "/libexec/ld-elf.so.1",
138 .interp_path = "/usr/libexec/ld-elf.so.1",
156 /* Process one elf relocation with addend. */
/freebsd-9.3-release/sys/sys/
H A Dlinker.h34 #include <machine/elf.h>
98 * Object implementing a class of file (a.out, elf, etc.)
/freebsd-9.3-release/usr.sbin/kldxref/
H A Dkldxref.c48 #include <machine/elf.h>
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dconfig.sub468 os=-elf
481 os=-elf
1179 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1381 os=-elf
1384 os=-elf
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dconfig.sub468 os=-elf
481 os=-elf
1179 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1381 os=-elf
1384 os=-elf
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A DMakefile16 #BN_ASM= bn86-elf.o
66 bn86-elf.s: asm/bn-586.pl ../perlasm/x86asm.pl
67 (cd asm; $(PERL) bn-586.pl elf $(CFLAGS) > ../$@)
68 co86-elf.s: asm/co-586.pl ../perlasm/x86asm.pl
69 (cd asm; $(PERL) co-586.pl elf $(CFLAGS) > ../$@)
70 mo86-elf.s: asm/mo-586.pl ../perlasm/x86asm.pl
71 (cd asm; $(PERL) mo-586.pl elf $(CFLAGS) > ../$@)
/freebsd-9.3-release/crypto/openssl/crypto/
H A DMakefile62 x86cpuid-elf.s: x86cpuid.pl perlasm/x86asm.pl
63 $(PERL) x86cpuid.pl elf $(CFLAGS) $(PROCESSOR) > $@
/freebsd-9.3-release/sys/dev/ksyms/
H A Dksyms.c34 #include <sys/elf.h>
47 #include <machine/elf.h>
/freebsd-9.3-release/contrib/file/magic/
H A DMakefile.am73 $(MAGIC_FRAGMENT_DIR)/elf \
/freebsd-9.3-release/include/
H A DMakefile12 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \

Completed in 373 milliseconds

1234567891011