Searched refs:elf (Results 76 - 100 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf32bmipn32-defs.sh5 SCRIPT_NAME=elf
H A Delf32ppccommon.sh6 SCRIPT_NAME=elf
H A Delf64_ia64.sh1 # See genscripts.sh and ../scripttempl/elf.sc for the meaning of these.
2 SCRIPT_NAME=elf
H A Delf64_s390.sh1 SCRIPT_NAME=elf
H A Delf64_sparc.sh1 SCRIPT_NAME=elf
H A Delf64ppc.sh6 SCRIPT_NAME=elf
H A Delf_x86_64.sh1 SCRIPT_NAME=elf
/freebsd-11-stable/gnu/usr.bin/binutils/ld/
H A DMakefile.arm12 scripttempl/elf.sc genscripts.sh stringify.sed
H A DMakefile.i3868 scripttempl/elf.sc genscripts.sh stringify.sed
H A DMakefile.powerpc8 scripttempl/elf.sc genscripts.sh stringify.sed ldemul-list.h
/freebsd-11-stable/sys/modules/hptmv/
H A DMakefile17 HPTMV_RAID_O = amd64-elf.raid.o.uu
19 HPTMV_RAID_O = i386-elf.raid.o.uu
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile22 elf-attrs.c \
23 elf-eh-frame.c \
24 elf-strtab.c \
25 elf-vxworks.c \
26 elf.c \
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-ppc.c33 #include "elf-bfd.h"
34 #include "elf/ppc64.h"
2433 struct elf_obj_tdata elf;
2642 struct bfd_elf_section_data elf;
3161 Secondly, the generic part of the elf linker will make .foo a dynamic
3390 struct elf_link_hash_entry elf;
3442 struct elf_link_hash_table elf;
3677 if (!_bfd_elf_link_hash_table_init (&htab->elf, abfd, link_hash_newfunc,
3698 htab->elf.init_got_refcount.refcount = 0;
3699 htab->elf
2431 struct elf_obj_tdata elf; member in struct:ppc64_elf_obj_tdata
2640 struct bfd_elf_section_data elf; member in struct:_ppc64_elf_section_data
3386 struct elf_link_hash_entry elf; member in struct:ppc_link_hash_entry
3438 struct elf_link_hash_table elf; member in struct:ppc_link_hash_table
[all...]
H A Delf32-ppc.c33 #include "elf-bfd.h"
34 #include "elf/ppc.h"
36 #include "elf-vxworks.h"
1754 struct elf_obj_tdata elf;
2422 struct elf_link_hash_entry elf;
2456 struct elf_link_hash_table elf;
2562 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd,
2570 ret->elf.init_plt_refcount.refcount = 0;
2571 ret->elf.init_plt_refcount.glist = NULL;
2572 ret->elf
1751 struct elf_obj_tdata elf; member in struct:ppc_elf_obj_tdata
2417 struct elf_link_hash_entry elf; member in struct:ppc_elf_link_hash_entry
2451 struct elf_link_hash_table elf; member in struct:ppc_elf_link_hash_table
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.am491 $(INCDIR)/symcat.h bucomm.h $(INCDIR)/elf/dwarf2.h \
536 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
537 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/common.h \
545 budbg.h $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h $(BFDDIR)/elf-bfd.h \
546 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/externa
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A DMakefile.am435 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h elf-hints-local.h
498 ELF_DEPS = $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/elf-generic.em
499 ELF_GEN_DEPS = $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em $(srcdir)/emultempl/genelf.em
519 $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
523 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
527 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
532 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
536 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
541 $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
546 $(srcdir)/scripttempl/elf
[all...]
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl125 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
132 if (!defined($com_start) or $::elf)
133 { # Regarding $::elf above...
164 elsif ($::elf) { push (@out,"$tmp,4\n"); }
186 if (($::pic && ($::elf || $::aout)) || $::macosx)
199 elsif ($sym eq "OPENSSL_ia32cap_P" && $::elf>0)
221 elsif ($::elf)
256 *::hidden = sub { push(@out,".hidden\t$nmdecor$_[0]\n"); } if ($::elf);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/mdb/tools/common/
H A Ddie.c34 #include <elf.h>
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c101 Elf64_Ehdr *elf; local
103 Elf32_Ehdr *elf; local
146 elf = (void *)lmp->l_addr;
149 dh.dofhp_addr = elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c31 #include <machine/elf.h>
/freebsd-11-stable/sys/riscv/riscv/
H A Dminidump_machdep.c46 #include <machine/elf.h>
/freebsd-11-stable/sys/sys/
H A Dlink_elf.h44 #include <sys/elf.h>
/freebsd-11-stable/usr.sbin/kldxref/
H A Def_aarch64.c31 #include <machine/elf.h>
/freebsd-11-stable/lib/libc/arm/sys/
H A D__vdso_gettc.c33 #include <sys/elf.h>
/freebsd-11-stable/lib/libc/aarch64/sys/
H A D__vdso_gettc.c33 #include <sys/elf.h>

Completed in 229 milliseconds

1234567891011>>