Searched refs:elf (Results 276 - 300 of 408) sorted by relevance

<<11121314151617

/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c48 #include <machine/elf.h>
92 .interp_path = "/libexec/ld-elf.so.1",
147 .interp_path = "/libexec/ld-elf.so.1",
171 /* Process one elf relocation with addend. */
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf64_machdep.c49 #include <machine/elf.h>
136 .interp_path = "/libexec/ld-elf.so.1",
153 .interp_path = "/libexec/ld-elf.so.1",
170 .interp_path = "/usr/libexec/ld-elf.so.1",
256 /* Process one elf relocation with addend. */
/freebsd-11-stable/sys/arm/arm/
H A Dcpuinfo.c40 #include <machine/elf.h>
/freebsd-11-stable/lib/libc/gen/
H A Dsysconf.c46 #include <elf.h>
H A Dtls.c32 * runtime from ld-elf.so.1.
39 #include <elf.h>
/freebsd-11-stable/lib/libdwarf/
H A DMakefile101 LIBADD+= elf
/freebsd-11-stable/stand/i386/libi386/
H A Dmultiboot.c46 #include <machine/elf.h>
303 fp = file_findfile(NULL, "elf kernel");
405 mfp = file_findfile(NULL, "elf multiboot kernel");
413 kfp = file_findfile(NULL, "elf kernel");
420 rfp = file_loadraw(filename, "elf kernel", 0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp17 using namespace elf;
/freebsd-11-stable/stand/libsa/
H A DMakefile103 SAFE_INCS=a.out.h assert.h elf.h limits.h nlist.h setjmp.h stddef.h stdbool.h string.h strings.h time.h unistd.h uuid.h
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp34 #include <elf.h>
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp44 namespace elf { namespace in namespace:lld
398 } // namespace elf
H A DMapFile.cpp38 namespace elf { namespace in namespace:lld
262 } // namespace elf
H A DLTO.cpp46 namespace elf { namespace in namespace:lld
310 } // namespace elf
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp24 namespace elf { namespace in namespace:lld
368 } // namespace elf
H A DMipsArchTree.cpp27 namespace elf { namespace in namespace:lld
396 } // namespace elf
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub1107 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1284 os=-elf
1287 os=-elf
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.sub1132 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1318 os=-elf
1321 os=-elf
/freebsd-11-stable/sys/riscv/riscv/
H A Delf_machdep.c58 #include <machine/elf.h>
101 .interp_path = "/libexec/ld-elf.so.1",
117 .interp_path = "/usr/libexec/ld-elf.so.1",
/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c53 #include <machine/elf.h>
96 .interp_path = "/libexec/ld-elf.so.1",
111 .interp_path = "/usr/libexec/ld-elf.so.1",
340 /* Process one elf relocation with addend. */
/freebsd-11-stable/sys/amd64/amd64/
H A Dminidump_machdep.c48 #include <machine/elf.h>
/freebsd-11-stable/lib/libprocstat/
H A Dcore.c32 #include <sys/elf.h>
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c26 #include <machine/elf.h>
/freebsd-11-stable/sbin/ldconfig/
H A Dldconfig.c45 #include <elf-hints.h>
64 #define _PATH_ELF_HINTS "./ld-elf.so.hints"
69 #define _PATH_ELFSOFT_HINTS "/var/run/ld-elf-soft.so.hints"
124 } else if (strcmp(argv[1], "-elf") == 0) {
245 "usage: ldconfig [-32] [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...]\n");
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c25 #include <machine/elf.h>
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c35 #include <machine/elf.h>

Completed in 247 milliseconds

<<11121314151617