Searched refs:elf (Results 326 - 350 of 424) sorted by relevance

<<11121314151617

/freebsd-12-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c80 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
462 * update the offset of section header table in elf
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-spu.c25 #include "elf-bfd.h"
26 #include "elf/spu.h"
258 struct elf_link_hash_table elf; member in struct:spu_link_hash_table
360 if (!_bfd_elf_link_hash_table_init (&htab->elf, abfd,
376 return &htab->elf.root;
1059 elf_link_hash_traverse (&htab->elf, allocate_spuear_stubs, &stubs);
1268 h = elf_link_hash_lookup (&htab->elf, name, TRUE, TRUE, FALSE);
1298 h = elf_link_hash_lookup (&htab->elf, name, TRUE, FALSE, FALSE);
1342 h = elf_link_hash_lookup (&htab->elf, "__ovly_load", FALSE, FALSE, FALSE);
2545 h = elf_link_hash_lookup (&htab->elf, nam
[all...]
/freebsd-12-stable/contrib/file/magic/
H A DMakefile.am92 $(MAGIC_FRAGMENT_DIR)/elf \
/freebsd-12-stable/release/picobsd/build/
H A Dpicobsd179 cd $1 ; ${BINMAKE} ${o_par} $2 # specific target, e.g. ld-elf.so
531 # find_progs ld-elf.so.1
738 create_includes_and_libraries2 libexec/rtld-elf
739 find_progs ld-elf.so.1 && ( cp -p ${u_progs} ${dst}/libexec || log "copy ${u_progs} failed" )
/freebsd-12-stable/include/
H A DMakefile15 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp51 using namespace elf;
242 static uint32_t mipsVariantFromElfFlags (const elf::ELFHeader &header) {
248 // If there aren't any elf flags available (e.g core elf file) then return
295 static uint32_t subTypeFromElfHeader(const elf::ELFHeader &header) {
319 static ConstString g_name("elf");
504 elf::ELFHeader header;
1036 // Set the elf OS version to FreeBSD. Also clear the vendor.
1149 // Set the elf OS version to NetBSD. Also clear the vendor.
1158 // Set the elf O
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp22 namespace elf { namespace in namespace:lld
694 } // namespace elf
H A DARM.cpp23 namespace elf { namespace in namespace:lld
609 } // namespace elf
H A DX86.cpp21 namespace elf { namespace in namespace:lld
630 } // namespace elf
H A DX86_64.cpp23 namespace elf { namespace in namespace:lld
763 } // namespace elf
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp32 namespace elf { namespace in namespace:lld
511 } // namespace elf
H A DInputSection.cpp42 std::string toString(const elf::InputSectionBase *sec) {
46 namespace elf { namespace in namespace:lld
1365 } // namespace elf
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp76 #include <elf.h>
/freebsd-12-stable/contrib/gdb/gdb/
H A Dpa64solib.c35 #include <elf.h>
/freebsd-12-stable/contrib/binutils/
H A Dconfigure2224 arm-*-elf* | strongarm-*-elf* | xscale-*-elf* | arm*-*-eabi* )
2243 thumb-*-elf)
2273 *-*-elf)
2292 fr30-*-elf*)
2314 hppa*-*-*elf* | \
2331 ia64*-*-elf*)
2341 i[3456789]86-*-coff | i[3456789]86-*-elf)
2413 m68k-*-elf*)
[all...]
/freebsd-12-stable/sys/powerpc/aim/
H A Daim_machdep.c112 #include <machine/elf.h>
/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_sysvec.c35 #include <sys/elf.h>
/freebsd-12-stable/stand/common/
H A Dload_elf_obj.c38 #include <machine/elf.h>
84 const char *__elfN(obj_kerneltype) = "elf kernel";
85 const char *__elfN(obj_moduletype) = "elf obj module";
163 printf("elf" __XSTRING(__ELF_WORD_SIZE)
179 printf("elf" __XSTRING(__ELF_WORD_SIZE)
/freebsd-12-stable/stand/i386/boot2/
H A Dboot2.c26 #include <machine/elf.h>
/freebsd-12-stable/stand/i386/gptboot/
H A Dgptboot.c25 #include <machine/elf.h>
/freebsd-12-stable/stand/powerpc/boot1.chrp/
H A Dboot1.c23 #include <machine/elf.h>
512 printf("Can't read elf header\n");
/freebsd-12-stable/stand/sparc64/boot1/
H A Dboot1.c24 #include <machine/elf.h>
421 printf("Can't read elf header\n");
469 printf("Can't read elf header\n");
/freebsd-12-stable/usr.sbin/kldxref/
H A Def.c47 #include <machine/elf.h>
H A Def_obj.c49 #include <machine/elf.h>
H A Dkldxref.c58 #include <machine/elf.h>

Completed in 177 milliseconds

<<11121314151617