Searched refs:m_dyld (Results 1 – 2 of 2) sorted by relevance
68 if (m_dyld.uuid == module_uuid) in GetImageInfo()69 return &m_dyld; in GetImageInfo()84 if (m_dyld.file_spec == platform_file_spec && m_dyld.uuid.IsValid() == false) in GetImageInfo()85 return &m_dyld; in GetImageInfo()139 m_dyld(), in DynamicLoaderMacOSXDYLD()206 if (m_process_image_addr_is_all_images_infos == false && shlib_addr == m_dyld.address) in ProcessDidExec()249 m_dyld.Clear(false); in Clear()385 if (ReadMachHeader (addr, &m_dyld.header, &data)) in ReadDYLDInfoFromMemoryAndSetNotificationCallback()387 if (m_dyld.header.filetype == llvm::MachO::HeaderFileTypeDynamicLinkEditor) in ReadDYLDInfoFromMemoryAndSetNotificationCallback()389 m_dyld.address = addr; in ReadDYLDInfoFromMemoryAndSetNotificationCallback()[all …]
366 DYLDImageInfo m_dyld; // Info about the current dyld being used variable