Home
last modified time | relevance | path

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

/NextBSD/libexec/rtld-elf/
HDMakefile12 reloc.c rtld.c rtld_lock.c rtld_printf.c map_object.c \
14 MAN= rtld.1
34 MLINKS= rtld.1 ld-elf.so.1.1 \
35 rtld.1 ld.so.1
HDrtld.h237 bool rtld : 1; /* True if this is the dynamic linker */ member
HDrtld.c1047 if (!obj->rtld) { in digest_dynamic1()
1059 if (!obj->rtld) { in digest_dynamic1()
1071 if (!obj->rtld) { in digest_dynamic1()
1885 objtmp.rtld = true; in init_rtld()
/NextBSD/libexec/rtld-elf/tests/libpythagoras/
HDMakefile8 LIBDIR= ${TESTSBASE}/libexec/rtld-elf
9 SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
/NextBSD/lib/libthr/
HDMakefile24 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
25 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_CPUARCH}
/NextBSD/libexec/rtld-elf/i386/
HDrtld_start.S44 pushl %eax # Pass initial stack pointer to rtld
45 call _rtld # Call rtld(sp); returns entry point
/NextBSD/sbin/ldconfig/
HDMakefile5 LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
/NextBSD/libexec/rtld-elf/tests/target/
HDMakefile6 BINDIR= ${TESTSBASE}/libexec/rtld-elf
/NextBSD/lib/csu/i386/
HDcrt1_s.S48 pushl %edx # rtld cleanup
/NextBSD/targets/pseudo/userland/libexec/
HDMakefile.depend35 libexec/rtld-elf \
/NextBSD/libexec/
HDMakefile74 _rtld-elf= rtld-elf
/NextBSD/libexec/rtld-elf/amd64/
HDrtld_start.S39 call _rtld # Call rtld(sp); returns entry point
/NextBSD/etc/mtree/
HDBSD.tests.dist335 rtld-elf
/NextBSD/contrib/binutils/bfd/
HDcoff64-rs6000.c2183 xcoff64_generate_rtinit (abfd, init, fini, rtld) in xcoff64_generate_rtinit() argument
2187 bfd_boolean rtld;
2334 if (rtld)
2454 if (rtld)
HDcoff-rs6000.c3670 xcoff_generate_rtinit (abfd, init, fini, rtld) in xcoff_generate_rtinit() argument
3674 bfd_boolean rtld;
3908 if (rtld)
HDxcofflink.c2975 bfd_boolean rtld) in bfd_xcoff_size_dynamic_sections() argument
3025 if (info->init_function || info->fini_function || rtld) in bfd_xcoff_size_dynamic_sections()
3362 bfd_boolean rtld) in bfd_xcoff_link_generate_rtinit() argument
3380 if (! bfd_xcoff_generate_rtinit (abfd, init, fini, rtld)) in bfd_xcoff_link_generate_rtinit()
/NextBSD/release/picobsd/build/
HDpicobsd734 create_includes_and_libraries2 libexec/rtld-elf
/NextBSD/
HDMakefile.inc1757 ${_+_}cd ${.CURDIR}/libexec/rtld-elf; PROG=ld-elf32.so.1 ${LIB32WMAKE} \
758 -DNO_FSCHG DIRPRFX=libexec/rtld-elf/ ${_t}
775 ${_+_}cd ${.CURDIR}/libexec/rtld-elf; \
HDObsoleteFiles.inc615 OLD_DIRS+=usr/tests/libexec/rtld-elf/.debug
616 OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/ld_library_pathfds.debug
617 OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/libpythagoras.so.0.debug
618 OLD_FILES+=usr/tests/libexec/rtld-elf/.debug/target.debug
/NextBSD/contrib/binutils/ld/
HDChangeLog-02032818 (rtld): Change type to int.