HomeSort by: relevance | last modified time | path
    Searched refs:rtld (Results 1 - 19 of 19) sorted by relevancy

  /src/share/man/man1/
Makefile 6 MLINKS= ld.so.1 rtld.1
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
break-probes.exp 65 gdb_test_multiple "info probes stap rtld" "" {
rtld-step.exp 15 # Test stepping through a runtime loader / dynamic linker (RTLD):
21 # various functions that implement the RTLD. So, instead, we'll use a
24 # binaries anyway) as would be expected for an ELF-based RTLD.
27 # RTLD and the other which will be caused to use the pretend RTLD.
29 # When the main program is run, the pretend/fake RTLD is run instead,
36 # shared libraries here, but having a RTLD implies having shared
40 # (Pretend) RTLD file names and flags:
41 set rtld_basename ${::gdb_test_file_name}-rtld
54 # 38. The source file rtld-step-rtld.c didn't need the _start(
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
break-probes.exp 65 gdb_test_multiple "info probes stap rtld" "" {
rtld-step.exp 15 # Test stepping through a runtime loader / dynamic linker (RTLD):
21 # various functions that implement the RTLD. So, instead, we'll use a
24 # binaries anyway) as would be expected for an ELF-based RTLD.
27 # RTLD and the other which will be caused to use the pretend RTLD.
29 # When the main program is run, the pretend/fake RTLD is run instead,
36 # shared libraries here, but having a RTLD implies having shared
40 # (Pretend) RTLD file names and flags:
41 set rtld_basename ${::gdb_test_file_name}-rtld
54 # 38. The source file rtld-step-rtld.c didn't need the _start(
    [all...]
  /src/libexec/ld.elf_so/
rtld.h 1 /* $NetBSD: rtld.h,v 1.157 2026/07/18 04:26:42 riastradh Exp $ */
201 rtld:1, /* True if this is the dynamic linker */ member in struct:Struct_Obj_Entry
390 /* rtld.c */
rtld.c 1 /* $NetBSD: rtld.c,v 1.228 2026/07/19 19:56:06 riastradh Exp $ */
43 __RCSID("$NetBSD: rtld.c,v 1.228 2026/07/19 19:56:06 riastradh Exp $");
66 #include "rtld.h"
161 * Caller must hold the rtld exclusive lock. obj must have
180 * Caller must hold the rtld exclusive lock. Will not release or
205 * release the rtld exclusive lock, wait until it is done,
206 * reacquire the rtld exclusive lock, and return true. On
211 * releasing and reacquiring the rtld exclusive lock -- obj is
214 * Caller must hold the rtld exclusive lock. May release and
215 * reacquire the rtld exclusive lock. obj must have refcount zer
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
coff64-rs6000.c 2075 bool rtld)
2222 if (rtld)
2345 if (rtld)
xcofflink.c 140 bool rtld; member in struct:xcoff_link_hash_table
3024 if (xcoff_hash_table (info)->rtld)
3848 bool rtld)
3882 xcoff_hash_table (info)->rtld = rtld;
3886 && (info->init_function || info->fini_function || rtld))
4301 bool rtld)
4321 if (! bfd_xcoff_generate_rtinit (abfd, init, fini, rtld))
coff-rs6000.c 4094 bool rtld)
4331 if (rtld)
  /src/external/gpl3/binutils.old/dist/bfd/
coff64-rs6000.c 2075 bool rtld)
2222 if (rtld)
2345 if (rtld)
xcofflink.c 140 bool rtld; member in struct:xcoff_link_hash_table
3024 if (xcoff_hash_table (info)->rtld)
3848 bool rtld)
3882 xcoff_hash_table (info)->rtld = rtld;
3886 && (info->init_function || info->fini_function || rtld))
4301 bool rtld)
4321 if (! bfd_xcoff_generate_rtinit (abfd, init, fini, rtld))
coff-rs6000.c 4094 bool rtld)
4331 if (rtld)
  /src/external/gpl3/gdb.old/dist/bfd/
coff64-rs6000.c 2075 bool rtld)
2222 if (rtld)
2345 if (rtld)
xcofflink.c 140 bool rtld; member in struct:xcoff_link_hash_table
2981 if (xcoff_hash_table (info)->rtld)
3805 bool rtld)
3839 xcoff_hash_table (info)->rtld = rtld;
3843 && (info->init_function || info->fini_function || rtld))
4254 bool rtld)
4274 if (! bfd_xcoff_generate_rtinit (abfd, init, fini, rtld))
coff-rs6000.c 4094 bool rtld)
4331 if (rtld)
  /src/external/gpl3/gdb/dist/bfd/
coff64-rs6000.c 2075 bool rtld)
2222 if (rtld)
2345 if (rtld)
xcofflink.c 140 bool rtld; member in struct:xcoff_link_hash_table
3024 if (xcoff_hash_table (info)->rtld)
3848 bool rtld)
3882 xcoff_hash_table (info)->rtld = rtld;
3886 && (info->init_function || info->fini_function || rtld))
4301 bool rtld)
4321 if (! bfd_xcoff_generate_rtinit (abfd, init, fini, rtld))
coff-rs6000.c 4094 bool rtld)
4331 if (rtld)

Completed in 63 milliseconds