Home
last modified time | relevance | path

Searched refs:elf (Results 101 – 125 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/test/elf-tests/tests/relocs/i386/got32x/
H A DMakefile21 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/string-merge/
H A DMakefile21 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ld/
H A DMakefile23 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/tls/i386/ld/
H A DMakefile23 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/linker-sets/
H A DMakefile22 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/relocs/amd64/gotpcrelx/
H A DMakefile21 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A DMakefile21 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DMakefile21 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/
H A DMakefile25 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/groups/strip-groups/
H A DMakefile22 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/tools/sgs/include/
H A DMakefile36 SYSHDRS= sys/elf.h \
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/parser/
H A DMakefile31 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/test/elf-tests/tests/tls/amd64/ie/
H A DMakefile30 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h99 Elf *elf; /* elf descriptor for current file */ member
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/
H A DMakefile42 ROOTOPTPKG = $(ROOT)/opt/elf-tests
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h53 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c187 ld_ar_setup(const char *name, Elf *elf, Ofl_desc *ofl) in ld_ar_setup() argument
199 } else if ((start = elf_getarsym(elf, &number)) == NULL) { in ld_ar_setup()
215 adp->ad_elf = elf; in ld_ar_setup()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A DMakefile33 analyze.o elf.o external.o globals.o \
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A DMakefile31 analyze.o elf.o external.o globals.o \
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c251 Elf *elf; in fake_elf64() local
721 if ((elf = elf_memory(elfdata, size)) == NULL) { in fake_elf64()
730 return (elf); in fake_elf64()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A DMakefile33 analyze.o elf.o external.o globals.o \
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A DMakefile31 analyze.o elf.o external.o globals.o \
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1294 Elf *elf; in main() local
1301 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) { in main()
1306 if (elf_kind(elf) != ELF_K_ELF || in main()
1307 gelf_getehdr(elf, &ehdr) == NULL) { in main()
1309 (void) elf_end(elf); in main()
1314 (void) elf_end(elf); in main()
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.msg48 @ MSG_ERR_ELF "elf error: "
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg101 defined in /usr/include/sys/elf.h.\n"
106 /usr/include/sys/elf.h that apply to the selected item.\n"
111 defined in /usr/include/sys/elf.h.\n"
116 defined in /usr/include/sys/elf.h.\n"
121 defined in /usr/include/sys/elf.h.\n"
183 the ELFCLASS symbolic constants defined in /usr/include/sys/elf.h.\n"
188 /usr/include/sys/elf.h.\n"
195 defined in /usr/include/sys/elf.h.\n"

1234567