Searched refs:shlib_addr (Results 1 – 2 of 2) sorted by relevance
120 const addr_t shlib_addr = m_process->GetImageInfoAddress(); in ProcessDidExec() local122 shlib_addr != m_dyld_all_image_infos_addr) { in ProcessDidExec()127 shlib_addr == m_dyld.address) { in ProcessDidExec()189 const addr_t shlib_addr = m_process->GetImageInfoAddress(); in DoInitialImageFetch() local190 if (shlib_addr != LLDB_INVALID_ADDRESS) { in DoInitialImageFetch()196 if (m_process->ReadMemory(shlib_addr, buf, 4, error) == 4) { in DoInitialImageFetch()205 ReadDYLDInfoFromMemoryAndSetNotificationCallback(shlib_addr); in DoInitialImageFetch()213 m_dyld_all_image_infos_addr = shlib_addr; in DoInitialImageFetch()
6009 const nub_addr_t shlib_addr = DNBProcessGetSharedLibraryInfoAddress(pid); in GetMachHeaderForMainExecutable() local6042 if (shlib_addr != INVALID_NUB_ADDRESS) { in GetMachHeaderForMainExecutable()6044 DNBProcessMemoryRead(pid, shlib_addr, sizeof(AllImageInfos), bytes); in GetMachHeaderForMainExecutable()