reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
   91   m_dyld.Clear(false);
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  125                  shlib_addr == m_dyld.address) {
  253   if (ReadMachHeader(addr, &m_dyld.header, &data)) {
  254     if (m_dyld.header.filetype == llvm::MachO::MH_DYLINKER) {
  255       m_dyld.address = addr;
  257       if (ParseLoadCommands(data, m_dyld, &m_dyld.file_spec)) {
  257       if (ParseLoadCommands(data, m_dyld, &m_dyld.file_spec)) {
  258         if (m_dyld.file_spec) {
  259           UpdateDYLDImageInfoFromNewImageInfo(m_dyld);
  654   const ByteOrder endian = GetByteOrderFromMagic(m_dyld.header.magic);
  655   const uint32_t addr_size = m_dyld.GetAddressByteSize();
  961             UpdateImageLoadAddress(dyld_module_sp.get(), m_dyld);
 1009           UpdateImageLoadAddress(dyld_module_sp.get(), m_dyld);
 1147   switch (m_dyld.header.magic) {