Searched refs:elf (Results 301 - 325 of 424) sorted by relevance

<<11121314151617

/freebsd-12-stable/sys/arm/arm/
H A Dcpuinfo.c40 #include <machine/elf.h>
H A Dminidump_machdep.c51 #include <machine/elf.h>
H A Delf_trampoline.c40 #include <machine/elf.h>
/freebsd-12-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-12-stable/stand/libsa/
H A DMakefile113 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-12-stable/contrib/openbsm/config/
H A Dconfig.sub1132 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1318 os=-elf
1321 os=-elf
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp49 namespace elf { namespace in namespace:lld
648 } // namespace elf
H A DARMErrataFix.cpp38 namespace elf { namespace in namespace:lld
531 } // namespace elf
H A DICF.cpp96 namespace elf { namespace in namespace:lld
535 } // namespace elf
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp22 namespace elf { namespace in namespace:lld
467 } // namespace elf
H A DRISCV.cpp20 namespace elf { namespace in namespace:lld
453 } // namespace elf
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp14 #include <elf.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp27 #include <elf.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp33 #include <elf.h> // for NT_PRSTATUS
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dmachdep.c112 #include <machine/elf.h>
311 kmdp = preload_search_by_type("elf kernel");
/freebsd-12-stable/sys/riscv/riscv/
H A Delf_machdep.c58 #include <machine/elf.h>
105 .interp_path = "/libexec/ld-elf.so.1",
/freebsd-12-stable/sys/sparc64/sparc64/
H A Delf_machdep.c55 #include <machine/elf.h>
97 .interp_path = "/libexec/ld-elf.so.1",
112 .interp_path = "/usr/libexec/ld-elf.so.1",
341 /* Process one elf relocation with addend. */
/freebsd-12-stable/lib/libprocstat/
H A Dcore.c34 #include <sys/elf.h>
/freebsd-12-stable/stand/common/
H A Dmetadata.c42 #include <machine/elf.h>
338 kfp = file_findfile(NULL, "elf kernel");
/freebsd-12-stable/stand/efi/loader/
H A Dbootinfo.c39 #include <machine/elf.h>
500 kfp = file_findfile(NULL, "elf kernel");
/freebsd-12-stable/stand/i386/isoboot/
H A Disoboot.c25 #include <machine/elf.h>
/freebsd-12-stable/stand/mips/beri/boot2/
H A Dboot2.c55 #include <machine/elf.h>
/freebsd-12-stable/sys/amd64/amd64/
H A Dminidump_machdep.c51 #include <machine/elf.h>
/freebsd-12-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-12-stable/usr.bin/ldd/
H A Dsods.c35 #include <machine/elf.h>

Completed in 160 milliseconds

<<11121314151617