Searched refs:elf (Results 126 - 150 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.h20 #include "elf/common.h"
21 #include "elf/internal.h"
25 struct bfd_elf_section_data elf; member in struct:_bfd_sparc_elf_section_data
46 struct elf_link_hash_table elf; member in struct:_bfd_sparc_elf_link_hash_table
/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A DMakefile.mips31 scripttempl/elf.sc genscripts.sh stringify.sed
/freebsd-11-stable/tools/tools/nanobsd/pcengines/
H A Dcommon.conf52 ln -s ld-elf.so.1 ld-elf32.so.1
/freebsd-11-stable/libexec/rtld-elf/
H A DMakefile1 # $FreeBSD: stable/11/libexec/rtld-elf/Makefile 346485 2019-04-21 09:13:56Z kib $
11 PROG?= ld-elf.so.1
38 MLINKS= rtld.1 ld-elf.so.1.1 \
79 # Since moving rtld-elf to /libexec, we need to create a symlink.
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.h22 namespace elf { namespace in namespace:lld
137 } // namespace elf
141 namespace elf { namespace in namespace:lld
146 } // namespace elf
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.in1241 $(INCDIR)/symcat.h bucomm.h $(INCDIR)/elf/dwarf2.h \
1286 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1287 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/common.h \
1295 budbg.h $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h $(BFDDIR)/elf-bfd.h \
1296 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/externa
[all...]
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c185 Elf *elf; local
191 elf = elf_begin(kd->nlfd, ELF_C_READ, NULL);
192 if (elf == NULL) {
196 if (elf_kind(elf) != ELF_K_ELF) {
200 if (gelf_getehdr(elf, &kd->nlehdr) == NULL) {
202 elf_end(elf);
205 elf_end(elf);
253 Elf *elf; local
256 elf = elf_begin(kd->pmfd, ELF_C_READ, NULL);
257 if (elf
[all...]
H A DMakefile24 LIBADD= elf
/freebsd-11-stable/contrib/gcc/config/arm/
H A Delf.h26 #error elf.h included before elfos.h
109 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h38 #include <machine/elf.h>
/freebsd-11-stable/cddl/usr.bin/ctfconvert/
H A DMakefile39 LIBADD= dwarf elf z pthread
/freebsd-11-stable/cddl/usr.bin/ctfmerge/
H A DMakefile36 LIBADD= elf z pthread
/freebsd-11-stable/sys/arm/arm/
H A Ddump_machdep.c43 #include <machine/elf.h>
/freebsd-11-stable/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c36 #include <machine/elf.h>
62 if (!strcmp((*result)->f_type, "elf kernel"))
H A Delf_freebsd.c34 #include <machine/elf.h>
63 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-11-stable/stand/uboot/lib/
H A Delf_freebsd.c40 #include <machine/elf.h>
64 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-11-stable/lib/libproc/
H A DMakefile27 LIBADD+= elf rtld_db util
/freebsd-11-stable/stand/efi/loader/arch/arm/
H A Dexec.c36 #include <machine/elf.h>
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c35 #include <machine/elf.h>
/freebsd-11-stable/stand/i386/libi386/
H A Delf32_freebsd.c35 #include <machine/elf.h>
/freebsd-11-stable/stand/mips/beri/loader/
H A Darch.c36 #include <machine/elf.h>
/freebsd-11-stable/usr.sbin/kldxref/
H A Def_i386.c33 #include <machine/elf.h>
/freebsd-11-stable/usr.bin/elfcopy/
H A DMakefile24 LIBADD= archive elftc elf pe
/freebsd-11-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c36 #include <machine/elf.h>
62 if (!strcmp((*result)->f_type, "elf kernel"))
/freebsd-11-stable/sys/sys/
H A Dimgact_elf.h34 #include <machine/elf.h>

Completed in 326 milliseconds

1234567891011>>