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

1234567891011>>

/freebsd-11-stable/sys/amd64/include/
H A Delf.h6 #include <x86/elf.h>
/freebsd-11-stable/sys/pc98/include/
H A Delf.h6 #include <i386/elf.h>
/freebsd-11-stable/sys/i386/include/
H A Delf.h6 #include <x86/elf.h>
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.h13 namespace elf { namespace in namespace:lld
16 } // namespace elf
H A DICF.h13 namespace elf { namespace in namespace:lld
17 } // namespace elf
H A DMarkLive.h13 namespace elf { namespace in namespace:lld
17 } // namespace elf
H A DCallGraphSort.h15 namespace elf { namespace in namespace:lld
19 } // namespace elf
H A DEhFrame.h15 namespace elf { namespace in namespace:lld
21 } // namespace elf
H A DScriptParser.h16 namespace elf { namespace in namespace:lld
19 // lld::elf::config and lld::elf::script.
30 } // namespace elf
/freebsd-11-stable/include/
H A Delf.h37 #include <machine/elf.h>
/freebsd-11-stable/sys/sys/
H A Delf.h37 #include <machine/elf.h>
H A Dauxv.h33 #include <machine/elf.h>
/freebsd-11-stable/libexec/rtld-elf/tests/libpythagoras/
H A DMakefile1 # $FreeBSD: stable/11/libexec/rtld-elf/tests/libpythagoras/Makefile 316388 2017-04-02 02:16:01Z asomers $
8 LIBDIR= ${TESTSBASE}/libexec/rtld-elf
9 SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
/freebsd-11-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...]
H A DMakefile.in355 elf \
381 elf) valid=yes ; \
413 elf) valid=yes ;; \
597 config/obj-elf.c \
605 config/obj-elf.h \
774 $(INCDIR)/opcode/alpha.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
777 DEPTC_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
778 $(INCDIR)/elf/common.h $(INCDIR)/elf/interna
[all...]
/freebsd-11-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-11-stable/stand/efi/loader/arch/i386/
H A Dexec.c31 #include <machine/elf.h>
/freebsd-11-stable/usr.sbin/kldxref/
H A Def_nop.c32 #include <machine/elf.h>
/freebsd-11-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
/freebsd-11-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-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_init.c33 dwarf_elf_init(Elf *elf, int mode, Dwarf_Handler errhand, Dwarf_Ptr errarg, argument
39 if (elf == NULL || ret_dbg == NULL) {
52 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
73 dwarf_get_elf(Dwarf_Debug dbg, Elf **elf, Dwarf_Error *error) argument
77 if (dbg == NULL || elf == NULL) {
83 *elf = e->eo_elf;
93 Elf *elf; local
111 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
119 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A DMakefile5 LIB= elf
7 SRCS= elf.c \
74 MAN= elf.3 \
152 gelf_checksum.3 elf${E}_checksum.3 \
153 gelf_fsize.3 elf${E}_fsize.3 \
154 gelf_getehdr.3 elf${E}_getehdr.3 \
155 gelf_getphdr.3 elf${E}_getphdr.3 \
156 gelf_getshdr.3 elf${E}_getshdr.3 \
157 gelf_newehdr.3 elf${E}_newehdr.3 \
158 gelf_newphdr.3 elf
[all...]

Completed in 758 milliseconds

1234567891011>>