Searched refs:elf (Results 251 - 275 of 408) sorted by relevance

<<11121314151617

/freebsd-11-stable/sys/arm/arm/
H A Delf_machdep.c46 #include <machine/elf.h>
105 .interp_path = "/libexec/ld-elf.so.1",
186 /* Process one elf relocation with addend. */
H A Dvfp.c40 #include <machine/elf.h>
H A Dminidump_machdep.c49 #include <machine/elf.h>
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c46 #include <machine/elf.h>
111 .interp_path = "/libexec/ld-elf.so.1",
127 .interp_path = "/usr/libexec/ld-elf.so.1",
183 /* Process one elf relocation with addend. */
/freebsd-11-stable/lib/libkvm/
H A Dkvm_powerpc.c37 #include <elf.h>
H A Dkvm_powerpc64.c37 #include <elf.h>
/freebsd-11-stable/sbin/ldconfig/
H A Delfhints.c37 #include <elf-hints.h>
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.h34 * XXX: sys/elf.h conflicts with zfs_context.h. Workaround this by not
38 #include <sys/elf.h>
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_vdso.c40 #include <sys/elf.h>
/freebsd-11-stable/lib/libc/x86/sys/
H A D__vdso_gettc.c37 #include <sys/elf.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp18 #include <machine/elf.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp142 case file_magic::elf:
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp21 #include <elf.h>
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp31 namespace elf { namespace in namespace:lld
268 } // namespace elf
H A DLinkerScript.h29 namespace elf { namespace in namespace:lld
316 } // end namespace elf
H A DConfig.h24 namespace elf { namespace in namespace:lld
332 } // namespace elf
H A DDriverUtils.cpp34 namespace elf { namespace in namespace:lld
153 // recent version as of March 2017) expect /: supported targets:.* elf/
156 // shared libraries. Therefore, we need to print out at least "elf".
157 lld::outs() << config->progName << ": supported targets: elf\n";
255 } // namespace elf
H A DCallGraphSort.cpp53 namespace elf { namespace in namespace:lld
272 } // namespace elf
H A DScriptLexer.cpp41 namespace elf { namespace in namespace:lld
306 } // namespace elf
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp18 #include <elf.h>
/freebsd-11-stable/sys/dev/ksyms/
H A Dksyms.c34 #include <sys/elf.h>
46 #include <machine/elf.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmachdep.c113 #include <machine/elf.h>
273 kmdp = preload_search_by_type("elf kernel");
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c87 #include <machine/elf.h>
405 PRELOAD_PUSH_VALUE(uint32_t, strlen("elf kernel") + 1);
406 strcpy((char*)(preload_ptr + size), "elf kernel");
407 size += strlen("elf kernel") + 1;
/freebsd-11-stable/sys/i386/i386/
H A Dminidump_machdep.c43 #include <machine/elf.h>
/freebsd-11-stable/sys/kern/
H A Dkern_dump.c42 #include <machine/elf.h>

Completed in 498 milliseconds

<<11121314151617