Searched refs:rtld (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.1-release/sbin/ldconfig/
H A DMakefile5 LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
/freebsd-10.1-release/lib/libkse/
H A DMakefile20 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
21 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_CPUARCH}
/freebsd-10.1-release/libexec/rtld-elf/
H A DMakefile12 reloc.c rtld.c rtld_lock.c rtld_printf.c map_object.c \
14 MAN= rtld.1
36 MLINKS= rtld.1 ld-elf.so.1.1 \
37 rtld.1 ld.so.1
75 # Since moving rtld-elf to /libexec, we need to create a symlink.
H A Drtld.h247 bool rtld : 1; /* True if this is the dynamic linker */ member in struct:Struct_Obj_Entry
H A Drtld.c61 #include "rtld.h"
990 if (!obj->rtld) {
1002 if (!obj->rtld) {
1014 if (!obj->rtld) {
1786 Obj_Entry objtmp; /* Temporary rtld object */
1799 objtmp.rtld = true;
4831 * No unresolved symbols for rtld.
/freebsd-10.1-release/lib/libthr/
H A DMakefile24 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
25 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_CPUARCH}
/freebsd-10.1-release/lib/csu/i386-elf/
H A Dcrt1_s.S48 pushl %edx # rtld cleanup
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_symbols.c36 #include <rtld.h>
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_symbols.c35 #include <rtld.h>
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/sgs/messages/
H A Dsgs.ident36 MSG_ID_RTLD 1 SUNW_OST_SGS /* sgs/rtld */
/freebsd-10.1-release/libexec/rtld-elf/i386/
H A Drtld_start.S44 pushl %eax # Pass initial stack pointer to rtld
45 call _rtld@PLT # Call rtld(sp); returns entry point
/freebsd-10.1-release/libexec/
H A DMakefile64 _rtld-elf= rtld-elf
/freebsd-10.1-release/libexec/rtld-elf/amd64/
H A Drtld_start.S39 call _rtld@PLT # Call rtld(sp); returns entry point
/freebsd-10.1-release/libexec/rtld-elf/ia64/
H A Dreloc.c49 #include "rtld.h"
111 * rtld itself on startup.
160 * We handle rtld's relocations in rtld_start.S
203 * relocating rtld, which typically is fatal. So, for
205 * rtld. We don't care about r_debug_state unless we
217 /* rtld is allowed to reference itself only */
218 assert(!obj->rtld || obj == defobj);
222 obj->rtld);
394 * rtld object itself. A new table will be created
397 if (obj->rtld
[all...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoff64-rs6000.c2184 xcoff64_generate_rtinit (abfd, init, fini, rtld)
2188 bfd_boolean rtld;
2335 if (rtld)
2455 if (rtld)
H A Dxcofflink.c2980 bfd_boolean rtld)
3030 if (info->init_function || info->fini_function || rtld)
3367 bfd_boolean rtld)
3385 if (! bfd_xcoff_generate_rtinit (abfd, init, fini, rtld))
2963 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bfd_boolean gc, int modtype, bfd_boolean textro, bfd_boolean export_defineds, asection **special_sections, bfd_boolean rtld) argument
3359 bfd_xcoff_link_generate_rtinit(bfd *abfd, const char *init, const char *fini, bfd_boolean rtld) argument
H A Dcoff-rs6000.c3676 xcoff_generate_rtinit (abfd, init, fini, rtld)
3680 bfd_boolean rtld;
3914 if (rtld)
/freebsd-10.1-release/
H A DMakefile.inc1633 cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32WMAKE} \
634 DIRPRFX=libexec/rtld-elf/ ${_t}
651 cd ${.CURDIR}/libexec/rtld-elf; \
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A Ddebug.h50 #include <rtld.h>
/freebsd-10.1-release/release/picobsd/build/
H A Dpicobsd753 create_includes_and_libraries2 libexec/rtld-elf

Completed in 231 milliseconds