Lines Matching refs:m_dyld
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()
391 if (ParseLoadCommands (data, m_dyld, &m_dyld.file_spec)) in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
393 if (m_dyld.file_spec) in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
395 dyld_module_sp = FindTargetModuleForDYLDImageInfo (m_dyld, true, NULL); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
398 UpdateImageLoadAddress (dyld_module_sp.get(), m_dyld); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
1021 const ByteOrder endian = m_dyld.GetByteOrder(); in ReadImageInfos()
1022 const uint32_t addr_size = m_dyld.GetAddressByteSize(); in ReadImageInfos()
1797 switch (m_dyld.header.magic) in AddrByteSize()