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

<<11121314151617

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h24 std::string toString(const elf::Symbol &);
31 namespace elf { namespace in namespace:lld
559 } // namespace elf
H A DCallGraphSort.cpp53 namespace elf { namespace in namespace:lld
272 } // 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 DLinkerScript.h29 namespace elf { namespace in namespace:lld
316 } // end namespace elf
H A DScriptLexer.cpp41 namespace elf { namespace in namespace:lld
306 } // namespace elf
H A DSymbolTable.cpp31 namespace elf { namespace in namespace:lld
268 } // namespace elf
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1852 should_have_dwarf(Elf *elf) argument
1862 while ((scn = elf_nextscn(elf, scn)) != NULL) {
1885 name = elf_strptr(elf, shdr.sh_link, sym.st_name);
1902 dw_read(tdata_t *td, Elf *elf, char *filename __unused) argument
1914 dw.dw_ptrsz = elf_ptrsz(elf);
1922 if ((rc = dwarf_elf_init(elf, DW_DLC_READ, NULL, NULL, &dw.dw_dw,
1924 if (should_have_dwarf(elf)) {
1952 should_have_dwarf(elf))) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp18 #include <machine/elf.h>
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp18 #include <elf.h>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp142 case file_magic::elf:
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp21 #include <elf.h>
/freebsd-12-stable/contrib/libexecinfo/
H A Dbacktrace.c45 #include <elf.h>
/freebsd-12-stable/cddl/lib/libdtrace/
H A DMakefile123 LIBADD= ctf elf proc pthread rtld_db
/freebsd-12-stable/lib/libc/x86/sys/
H A D__vdso_gettc.c37 #include <sys/elf.h>
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_vdso.c40 #include <sys/elf.h>
/freebsd-12-stable/sys/mips/mips/
H A Dminidump_machdep.c49 #include <machine/elf.h>
/freebsd-12-stable/sys/sys/
H A Dlinker.h36 #include <machine/elf.h>
108 * Object implementing a class of file (a.out, elf, etc.)
/freebsd-12-stable/sys/i386/i386/
H A Delf_machdep.c50 #include <machine/elf.h>
96 .interp_path = "/libexec/ld-elf.so.1",
112 .interp_path = "/usr/libexec/ld-elf.so.1",
170 /* Process one elf relocation with addend. */
/freebsd-12-stable/lib/libkvm/
H A Dkvm_powerpc.c39 #include <elf.h>
H A Dkvm_powerpc64.c39 #include <elf.h>
/freebsd-12-stable/lib/libprocstat/
H A Dlibprocstat.h36 * XXX: sys/elf.h conflicts with zfs_context.h. Workaround this by not
40 #include <sys/elf.h>
/freebsd-12-stable/lib/libsysdecode/
H A DMakefile13 CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
/freebsd-12-stable/sys/arm/arm/
H A Delf_machdep.c48 #include <machine/elf.h>
111 .interp_path = "/libexec/ld-elf.so.1",
192 /* Process one elf relocation with addend. */
H A Dvfp.c42 #include <machine/elf.h>

Completed in 216 milliseconds

<<11121314151617