/freebsd/share/mk/ |
H A D | bsd.linker.mk | 86 _v= ${_ld_version:[2]:C/PROJECT:(ld64|dyld)-//}
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Options.td | 186 HelpText<"Produce a dylinker only used when building dyld">, 587 …m all dylibs, both direct and transitive. Do not record source libraries: dyld must re-search at r… 590 HelpText<"Make dyld look up symbols by (dylib,name) pairs (default)">, 606 HelpText<"Add <path> to dyld search list for dylibs with load path prefix `@rpath/'">, 873 HelpText<"Tell dyld to bind all symbols at load time, rather than lazily">, 877 …HelpText<"Tell dyld to use a flat namespace on this executable and all its dependent dylibs & bund… 964 …ext<"Retain section-based relocation records in the output, which are ignored at runtime by dyld">, 1293 HelpText<"Emit fixup information as classic dyld opcodes">,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 2770 DynamicLoader *dyld = GetDynamicLoader(); in LaunchPrivate() local 2771 if (dyld) in LaunchPrivate() 2772 dyld->DidLaunch(); in LaunchPrivate() 2808 DynamicLoader *dyld = GetDynamicLoader(); in LoadCore() local 2809 if (dyld) in LoadCore() 2810 dyld->DidAttach(); in LoadCore() 3158 DynamicLoader *dyld = GetDynamicLoader(); in CompleteAttach() local 3159 if (dyld) { in CompleteAttach() 3160 dyld->DidAttach(); in CompleteAttach() 3167 dyld->GetPluginName()); in CompleteAttach()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ObjdumpOpts.td | 347 def dyld_info : Flag<["--"], "dyld-info">, 348 HelpText<"Print bind and rebase information used by dyld to resolve "
|
H A D | MachODump.cpp | 9029 static void PrintDyldLoadCommand(MachO::dylinker_command dyld, in PrintDyldLoadCommand() argument 9031 if (dyld.cmd == MachO::LC_ID_DYLINKER) in PrintDyldLoadCommand() 9033 else if (dyld.cmd == MachO::LC_LOAD_DYLINKER) in PrintDyldLoadCommand() 9035 else if (dyld.cmd == MachO::LC_DYLD_ENVIRONMENT) in PrintDyldLoadCommand() 9038 outs() << " cmd ?(" << dyld.cmd << ")\n"; in PrintDyldLoadCommand() 9039 outs() << " cmdsize " << dyld.cmdsize; in PrintDyldLoadCommand() 9040 if (dyld.cmdsize < sizeof(struct MachO::dylinker_command)) in PrintDyldLoadCommand() 9044 if (dyld.name >= dyld.cmdsize) in PrintDyldLoadCommand() 9045 outs() << " name ?(bad offset " << dyld.name << ")\n"; in PrintDyldLoadCommand() 9047 const char *P = (const char *)(Ptr) + dyld.name; in PrintDyldLoadCommand() [all …]
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | ChangeLog | 120 dyld on Darwin/MacOS X happy
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 40 #include <mach-o/dyld.h> 195 // On OS X the executable path is saved to the stack by dyld. Reading it
|
H A D | Signals.inc | 66 #include <mach-o/dyld.h>
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Process.h | 674 void SetDynamicLoader(lldb::DynamicLoaderUP dyld);
|
/freebsd/contrib/tcpdump/ |
H A D | CMakeLists.txt | 879 # they only provide the dyld shared cache containing those
|
/freebsd/contrib/openpam/ |
H A D | configure | 12440 dynamic_linker="$host_os dyld" 16430 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/openbsm/m4/ |
H A D | libtool.m4 | 1952 lt_cv_dlopen=dyld 2635 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/openpam/m4/ |
H A D | libtool.m4 | 1963 lt_cv_dlopen=dyld 2655 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | libtool.m4 | 1952 lt_cv_dlopen=dyld 2635 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | libtool.m4 | 1952 lt_cv_dlopen=dyld 2635 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/libevent/m4/ |
H A D | libtool.m4 | 1964 lt_cv_dlopen=dyld 2656 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/ldns/m4/ |
H A D | libtool.m4 | 1951 lt_cv_dlopen=dyld 2634 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/file/m4/ |
H A D | libtool.m4 | 1963 lt_cv_dlopen=dyld 2655 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/unbound/ |
H A D | aclocal.m4 | 1958 lt_cv_dlopen=dyld 2641 dynamic_linker="$host_os dyld"
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 752 #include <mach-o/dyld.h>
|
/freebsd/contrib/sqlite3/ |
H A D | aclocal.m4 | 1965 lt_cv_dlopen=dyld 2648 dynamic_linker="$host_os dyld"
|
H A D | configure | 12337 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/openbsm/ |
H A D | configure | 10420 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/libevent/ |
H A D | configure | 11522 dynamic_linker="$host_os dyld"
|
/freebsd/contrib/file/ |
H A D | configure | 12412 dynamic_linker="$host_os dyld"
|