Searched refs:elf (Results 1 - 25 of 269) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/pc98/include/
H A Delf.h6 #include <i386/elf.h>
/freebsd-9.3-release/lib/libelf/
H A Dlibelf.c32 #include <machine/elf.h>
51 _libelf_get_elf_class(Elf *elf) argument
53 return elf->e_class;
57 _libelf_set_elf_class(Elf *elf, int c) argument
59 elf->e_class = c;
/freebsd-9.3-release/sys/xen/interface/
H A Dlibelf.h75 /* elf binary */
103 /* accessing elf header fields */
111 #define elf_32bit(elf) (ELFCLASS32 == (elf)->class)
112 #define elf_64bit(elf) (ELFCLASS64 == (elf)->class)
113 #define elf_msb(elf) (ELFDATA2MSB == (elf)->data)
114 #define elf_lsb(elf) (ELFDATA2LSB == (elf)
[all...]
/freebsd-9.3-release/include/
H A Delf.h37 #include <machine/elf.h>
/freebsd-9.3-release/sys/sys/
H A Delf.h37 #include <machine/elf.h>
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am110 elf \
136 elf) valid=yes ; \
169 elf) valid=yes ;; \
354 config/obj-elf.c \
362 config/obj-elf.h \
569 obj-elf.o : $(srcdir)/config/obj-elf.c $(DEP_@target_cpu_type@_elf)
570 $(COMPILE) -c $(srcdir)/config/obj-elf.c
635 $(INCDIR)/elf/common.h $(INCDIR)/elf/bfi
[all...]
/freebsd-9.3-release/usr.sbin/kldxref/
H A Def_nop.c30 #include <machine/elf.h>
/freebsd-9.3-release/contrib/binutils/ld/emulparams/
H A Darcelf.sh1 SCRIPT_NAME=elf
H A Delf_i386_ldso.sh1 SCRIPT_NAME=elf
H A Di386moss.sh1 SCRIPT_NAME=elf
H A Di386nto.sh1 SCRIPT_NAME=elf
H A Delf32_sparc.sh4 SCRIPT_NAME=elf
H A Delf32_spu.sh1 SCRIPT_NAME=elf
H A Delf32mipswindiss.sh2 SCRIPT_NAME=elf
H A Delf_i386.sh1 SCRIPT_NAME=elf
H A Delf_s390.sh1 SCRIPT_NAME=elf
H A Dshelf_vxworks.sh4 SCRIPT_NAME=elf
H A Darmelf.sh2 SCRIPT_NAME=elf
H A Darmelf_linux.sh2 SCRIPT_NAME=elf
H A Delf64alpha.sh2 SCRIPT_NAME=elf
H A Dscoreelf.sh2 SCRIPT_NAME=elf
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c50 built_source_types(Elf *elf, char const *file) argument
55 if ((si = symit_new(elf, file)) == NULL)
87 read_file(Elf *elf, char *file, char *label, read_cb_f *func, void *arg, argument
96 if ((ctfscnidx = findelfsecidx(elf, file, ".SUNW_ctf")) < 0) {
98 (built_source_types(elf, file) & SOURCE_C)) {
105 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL ||
110 if ((si = symit_new(elf, file)) == NULL) {
130 read_archive(int fd, Elf *elf, char *file, char *label, read_cb_f *func, argument
138 while ((melf = elf_begin(fd, cmd, elf)) != NULL) {
164 terminate("%s: Unknown elf kin
188 Elf *elf; local
251 count_archive(int fd, Elf *elf, char *file) argument
282 Elf *elf; local
343 symit_new(Elf *elf, const char *file) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl21 $elf=$cpp=$coff=$aout=$win32=$netware=$mwerks=0;
22 if ( ($type eq "elf"))
23 { $elf=1; require "x86unix.pl"; }
42 elf - Linux, FreeBSD, Solaris x86, etc.
80 * ELF - elf object files,
83 * SOL - Solaris style elf
120 ELF - elf systems - linux-elf, NetBSD and DG-UX
122 SOL - solaris systems, which are elf with strange comment lines
/freebsd-9.3-release/contrib/binutils/bfd/
H A DMakefile.am241 elf.lo \
272 elf-m10200.lo \
273 elf-m10300.lo \
300 elf-attrs.lo \
301 elf-strtab.lo \
302 elf-eh-frame.lo \
303 elf-vxworks.lo \
420 elf.c \
451 elf-m10200.c \
452 elf
[all...]
/freebsd-9.3-release/lib/libkse/
H A DMakefile20 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
21 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_CPUARCH}

Completed in 145 milliseconds

1234567891011