Home
last modified time | relevance | path

Searched refs:m_dyld (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp126 shlib_addr == m_dyld.address) { in ProcessDidExec()
254 if (ReadMachHeader(addr, &m_dyld.header, &data)) { in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
255 if (m_dyld.header.filetype == llvm::MachO::MH_DYLINKER) { in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
256 m_dyld.address = addr; in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
258 if (ParseLoadCommands(data, m_dyld, &m_dyld.file_spec)) { in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
259 if (m_dyld.file_spec) { in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
260 UpdateDYLDImageInfoFromNewImageInfo(m_dyld); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
658 const ByteOrder endian = GetByteOrderFromMagic(m_dyld.header.magic); in ReadImageInfos()
659 const uint32_t addr_size = m_dyld.GetAddressByteSize(); in ReadImageInfos()
965 UpdateImageLoadAddress(dyld_module_sp.get(), m_dyld); in UpdateImageInfosHeaderAndLoadCommands()
[all …]
DDynamicLoaderDarwin.h237 ImageInfo m_dyld; variable
DDynamicLoaderDarwin.cpp60 m_dyld_image_infos_stop_id(UINT32_MAX), m_dyld(), m_mutex() {} in DynamicLoaderDarwin()
92 m_dyld.Clear(false); in Clear()