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

1234567891011>>

/freebsd-10-stable/sys/amd64/include/
H A Delf.h6 #include <x86/elf.h>
/freebsd-10-stable/sys/i386/include/
H A Delf.h6 #include <x86/elf.h>
/freebsd-10-stable/sys/pc98/include/
H A Delf.h6 #include <i386/elf.h>
/freebsd-10-stable/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-10-stable/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-10-stable/include/
H A Delf.h37 #include <machine/elf.h>
/freebsd-10-stable/sys/sys/
H A Delf.h37 #include <machine/elf.h>
/freebsd-10-stable/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-10-stable/lib/csu/
H A DMakefile3 ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
/freebsd-10-stable/usr.sbin/kldxref/
H A Def_nop.c30 #include <machine/elf.h>
/freebsd-10-stable/gnu/usr.bin/binutils/ld/
H A DMakefile.sparc648 scripttempl/elf.sc genscripts.sh stringify.sed
17 EMS+= elf${BITS}_sparc
19 LDSCRIPTS+= elf${BITS}_sparc.${ext}
20 ldscripts/elf${BITS}_sparc.${ext}: eelf${BITS}_sparc.c
25 eelf${BITS}_sparc.c: emulparams/elf${BITS}_sparc.sh emultempl/elf32.em \
26 scripttempl/elf.sc genscripts.sh stringify.sed
30 elf${BITS}_sparc "" no elf${BITS}_sparc ${TARGET_TUPLE}
/freebsd-10-stable/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
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h25 elf::elf_word n_namesz;
26 elf::elf_word n_descsz;
27 elf::elf_word n_type;
179 const elf::ELFProgramHeader *
194 typedef std::vector<elf::ELFProgramHeader> ProgramHeaderColl;
198 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader
206 typedef std::vector<elf::ELFDynamic> DynamicSymbolColl;
214 elf::ELFHeader m_header;
259 /// Parses the elf section headers and returns the uuid, debug link name, crc.
263 const elf
[all...]
/freebsd-10-stable/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...]

Completed in 199 milliseconds

1234567891011>>