Searched refs:dyld (Results 1 - 17 of 17) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dcaretx.c40 # include <mach-o/dyld.h>
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp129 addr_t &dyld,
134 dyld = kernel = LLDB_INVALID_ADDRESS;
151 // the shared library list. The dynamic loader (dyld) is what contains the
158 "process dyld binary image at 0x%" PRIx64,
160 dyld = addr;
341 // Search the pages of the corefile for dyld or mach kernel
355 addr_t dyld, kernel; local
356 if (CheckAddressForDyldOrKernel(section_vm_addr, dyld, kernel)) {
357 if (dyld != LLDB_INVALID_ADDRESS)
358 dylds_found.push_back(dyld);
128 CheckAddressForDyldOrKernel(lldb::addr_t addr, addr_t &dyld, addr_t &kernel) argument
[all...]
H A DProcessMachCore.h94 bool CheckAddressForDyldOrKernel(lldb::addr_t addr, lldb::addr_t &dyld,
104 /// be a kernel corefile that happens to have a copy of dyld in its
111 // process dyld in one of its pages.
/openbsd-current/gnu/llvm/libcxx/src/include/
H A Drefstring.h32 # include <mach-o/dyld.h>
/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_dyld.xs29 functions in terms of NeXT's/Apple's dyld. The xs code proper is
52 #import <mach-o/dyld.h>
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp676 if (auto dyld = GetDynamicLoader())
677 dyld->OnLoadModule(module, ModuleSpec(), image_base);
802 if (auto dyld = GetDynamicLoader())
803 dyld->OnLoadModule(nullptr, module_spec, module_addr);
807 if (auto dyld = GetDynamicLoader())
808 dyld->OnUnloadModule(module_addr);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_mac.cpp29 #include <mach-o/dyld.h>
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp18 #include <mach-o/dyld.h>
110 // TODO(glider): as per man 3 dyld, iterating over the headers with
123 // The dyld load address should be unchanged throughout process execution,
127 static const char kDyldPath[] = "/usr/lib/dyld";
144 // _dyld_get_image_header() and related APIs don't report dyld itself.
146 // until we hit a Mach header matching dyld instead. These recurse
148 // early in the process, when dyld is one of the only images loaded,
150 // on macOS 13+ anymore (dyld itself has moved into the shared cache).
221 // On macOS 13+, dyld itself has moved into the shared cache. Looking it up
227 "Failed to lookup the dyld imag
[all...]
H A Dsanitizer_mac.cpp69 #include <mach-o/dyld.h>
468 // On OS X the executable path is saved to the stack by dyld. Reading it
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DHost.cpp24 #include <mach-o/dyld.h>
/openbsd-current/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp55 #include <mach-o/dyld-interposing.h>
56 #include <mach-o/dyld.h>
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2582 DynamicLoader *dyld = GetDynamicLoader();
2583 if (dyld)
2584 dyld->DidLaunch();
2620 DynamicLoader *dyld = GetDynamicLoader();
2621 if (dyld)
2622 dyld->DidAttach();
2969 DynamicLoader *dyld = GetDynamicLoader();
2970 if (dyld) {
2971 dyld->DidAttach();
2978 dyld
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc40 #include <mach-o/dyld.h>
195 // On OS X the executable path is saved to the stack by dyld. Reading it
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h644 void SetDynamicLoader(lldb::DynamicLoaderUP dyld);
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1316 outs() << "dyld chained import";
1318 outs() << "dyld chained import addend";
1320 outs() << "dyld chained import addend64";
1399 outs() << "dyld information:\n";
7172 // set by dyld as part of the "bind information".
9327 static void PrintDyldLoadCommand(MachO::dylinker_command dyld, argument
9329 if (dyld.cmd == MachO::LC_ID_DYLINKER)
9331 else if (dyld.cmd == MachO::LC_LOAD_DYLINKER)
9333 else if (dyld.cmd == MachO::LC_DYLD_ENVIRONMENT)
9336 outs() << " cmd ?(" << dyld
[all...]
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp25 #include <mach-o/dyld.h>
/openbsd-current/usr.sbin/unbound/
H A Dconfigure14312 dynamic_linker="$host_os dyld"
15022 lt_cv_dlopen=dyld

Completed in 388 milliseconds