Searched refs:elf (Results 201 - 225 of 269) sorted by relevance

1234567891011

/freebsd-9.3-release/usr.bin/ldd/
H A Dsods.c33 #include <machine/elf.h>
/freebsd-9.3-release/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c77 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
461 * update the offset of section header table in elf
/freebsd-9.3-release/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-9.3-release/contrib/binutils/ld/scripttempl/
H A Dmep.sc207 ${RELOCATING+/* Do we need any of these for elf?
/freebsd-9.3-release/lib/libelf/
H A Dlibelf_convert.m4434 fsz = elf$3_fsize(ELF_T_$1, (size_t) 1, EV_CURRENT);
/freebsd-9.3-release/release/picobsd/build/
H A Dpicobsd176 cd $1 ; ${BINMAKE} ${o_par} $2 # specific target, e.g. ld-elf.so
569 # find_progs ld-elf.so.1
753 create_includes_and_libraries2 libexec/rtld-elf
754 find_progs ld-elf.so.1 && cp -p ${u_progs} ${dst}/libexec
/freebsd-9.3-release/share/mk/
H A Dsys.mk327 OBJFORMAT?= elf
/freebsd-9.3-release/crypto/openssl/
H A Dopenssl.spec88 ./Configure %{CONFIG_FLAGS} linux-elf shared
/freebsd-9.3-release/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-9.3-release/contrib/gdb/gdb/
H A Dpa64solib.c35 #include <elf.h>
/freebsd-9.3-release/sys/boot/common/
H A Dload_elf_obj.c38 #include <machine/elf.h>
75 const char *__elfN(obj_kerneltype) = "elf kernel";
76 const char *__elfN(obj_moduletype) = "elf obj module";
134 printf("elf" __XSTRING(__ELF_WORD_SIZE)
140 printf("elf" __XSTRING(__ELF_WORD_SIZE)
157 printf("elf" __XSTRING(__ELF_WORD_SIZE)
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c26 #include <machine/elf.h>
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c29 #include <machine/elf.h>
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c28 #include <machine/elf.h>
/freebsd-9.3-release/sys/boot/powerpc/boot1.chrp/
H A Dboot1.c23 #include <machine/elf.h>
503 printf("Can't read elf header\n");
/freebsd-9.3-release/sys/boot/sparc64/boot1/
H A Dboot1.c24 #include <machine/elf.h>
422 printf("Can't read elf header\n");
470 printf("Can't read elf header\n");
/freebsd-9.3-release/sys/powerpc/aim/
H A Dmachdep.c111 #include <machine/elf.h>
278 kmdp = preload_search_by_type("elf kernel");
/freebsd-9.3-release/usr.bin/gcore/
H A Delfcore.c40 #include <machine/elf.h>
/freebsd-9.3-release/usr.sbin/kldxref/
H A Def.c43 #include <machine/elf.h>
H A Def_obj.c45 #include <machine/elf.h>
/freebsd-9.3-release/contrib/nvi/build/
H A Dconfig.sub645 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
/freebsd-9.3-release/lib/libmd/i386/
H A Drmd160.S3 * ELF - elf object files,
6 * SOL - Solaris style elf
39 ELF - elf systems - linux-elf, NetBSD and DG-UX
41 SOL - solaris systems, which are elf with strange comment lines
49 /* any of elf, a.out, BSDI,Win32, or Solaris */
H A Dsha.S5 * ELF - elf object files,
8 * SOL - Solaris style elf
40 ELF - elf systems - linux-elf, NetBSD and DG-UX
42 SOL - solaris systems, which are elf with strange comment lines
50 /* any of elf, a.out, BSDI,Win32, or Solaris */
/freebsd-9.3-release/sys/kern/
H A Dimgact_elf.c82 #include <machine/elf.h>
105 SYSCTL_NODE(_kern, OID_AUTO, __CONCAT(elf, __ELF_WORD_SIZE), CTLFLAG_RW, 0,
118 TUNABLE_INT("kern.elf" __XSTRING(__ELF_WORD_SIZE) ".fallback_brand",
1363 * Note that read-only segments related to the elf binary
2052 EXEC_SET(__CONCAT(elf, __ELF_WORD_SIZE), __elfN(execsw));
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile50 TARGET_INC+= ${GCC_CPU}/elf.h

Completed in 327 milliseconds

1234567891011