Searched refs:elf (Results 176 - 200 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp58 case file_magic::elf:
H A DBinary.cpp53 case file_magic::elf:
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDWARF.h18 namespace elf { namespace in namespace:lld
94 } // namespace elf
H A DInputSection.h22 namespace elf { namespace in namespace:lld
69 elf::Partition &getPartition() const;
368 } // namespace elf
370 std::string toString(const elf::InputSectionBase *);
H A DRelocations.h18 namespace elf { namespace in namespace:lld
183 } // namespace elf
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAMDGPU.cpp22 namespace elf { namespace in namespace:lld
116 } // namespace elf
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dar.h84 Elf *elf; /* object file descriptor */ member in struct:ar_obj
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c56 #include "native-elf-format.h"
115 Elf *elf; /* underlying ELF descriptor. */ member in struct:elfdump
891 if ((ed->elf = elf_memory(buff, size)) == NULL) {
898 if (elf_kind(ed->elf) == ELF_K_ELF) {
902 elf_end(ed->elf);
924 ed->ar = ed->elf;
986 while ((ed->elf = elf_begin(fd, cmd, ed->ar)) != NULL) {
988 if (elf_kind(ed->elf) == ELF_K_ELF) {
989 if ((arh = elf_getarhdr(ed->elf)) == NULL) {
997 cmd = elf_next(ed->elf);
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c788 findelfscn(Elf *elf, GElf_Ehdr *ehdr, const char *secname) argument
794 for (scn = NULL; (scn = elf_nextscn(elf, scn)) != NULL; ) {
796 elf_strptr(elf, ehdr->e_shstrndx, shdr.sh_name)) != NULL &&
815 Elf *elf; local
871 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) != NULL &&
872 gelf_getehdr(elf, &ehdr) != NULL) {
875 Elf_Scn *ctfscn = findelfscn(elf, &ehdr, ".SUNW_ctf");
893 symscn = elf_getscn(elf, ctfshdr.sh_link);
895 symscn = findelfscn(elf, &ehdr, ".symtab");
904 symstrscn = elf_getscn(elf, shd
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h149 Optional<elf::ELFCopyConfig> ELF;
230 Expected<elf::ELFCopyConfig> ELFConfig = elf::parseConfig(*this);
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.am655 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
656 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
657 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
669 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h \
670 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/externa
[all...]
H A DMakefile.in1202 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
1203 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1204 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1216 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h \
1217 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/externa
[all...]
/freebsd-11-stable/
H A DMakefile.libcompat168 ${_+_}cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIBCOMPATWMAKE} \
169 -DNO_FSCHG DIRPRFX=libexec/rtld-elf/ ${_t}
182 ${_+_}cd ${.CURDIR}/libexec/rtld-elf; \
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Delf.h30 #include_next <sys/elf.h>
/freebsd-11-stable/usr.bin/gprof/
H A Delf.c43 #include <machine/elf.h>
/freebsd-11-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c29 #include <sys/elf.h>
/freebsd-11-stable/stand/powerpc/kboot/
H A Dppc64_elf_freebsd.c37 #include <machine/elf.h>
/freebsd-11-stable/share/man/man5/
H A DMakefile21 elf.5 \
/freebsd-11-stable/stand/efi/loader/arch/arm64/
H A Dexec.c35 #include <machine/elf.h>
/freebsd-11-stable/stand/mips/beri/loader/
H A Dmain.c39 #include <machine/elf.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp21 #include <elf.h>
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.c27 #include "elf-bfd.h"
28 #include "elf/sparc.h"
31 #include "elf-vxworks.h"
481 struct elf_link_hash_entry elf;
867 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc,
874 return &ret->elf.root;
1260 if (htab->elf.dynobj == NULL)
1261 htab->elf.dynobj = abfd;
1262 if (!create_got_section (htab->elf.dynobj, info))
1445 if (htab->elf
480 struct elf_link_hash_entry elf; member in struct:_bfd_sparc_elf_link_hash_entry
[all...]
H A Delf32-i386.c25 #include "elf-bfd.h"
26 #include "elf-vxworks.h"
31 #include "elf/i386.h"
588 struct elf_link_hash_entry elf;
655 struct elf_link_hash_table elf;
743 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc,
765 return &ret->elf.root;
1109 if (htab->elf.dynobj == NULL)
1110 htab->elf.dynobj = abfd;
1111 if (!create_got_section (htab->elf
586 struct elf_link_hash_entry elf; member in struct:elf_i386_link_hash_entry
653 struct elf_link_hash_table elf; member in struct:elf_i386_link_hash_table
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.h25 * $FreeBSD: stable/11/libexec/rtld-elf/rtld.h 361983 2020-06-09 19:16:49Z kib $
31 #include <machine/elf.h>
35 #include <elf-hints.h>
/freebsd-11-stable/share/mk/
H A Dsrc.libnames.mk97 elf \
230 _DP_kvm= elf
250 _DP_procstat= kvm util elf
261 _DP_proc+= elf rtld_db util
272 _DP_execinfo= elf
273 _DP_dwarf= elf
309 _DP_dtrace= ctf elf proc pthread rtld_db

Completed in 402 milliseconds

1234567891011>>