Home | History | Annotate | Download | only in Target

Lines Matching defs:image_token

1821                             uint32_t image_token = m_image_tokens.size();
1823 return image_token;
1844 Process::UnloadImage (uint32_t image_token)
1847 if (image_token < m_image_tokens.size())
1849 const addr_t image_addr = m_image_tokens[image_token];
1900 m_image_tokens[image_token] = LLDB_INVALID_ADDRESS;