Searched refs:entry_addr (Results 1 – 1 of 1) sorted by relevance
2568 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() local2569 if (entry_addr.IsValid()) in GetEntryPointAddress()2570 return entry_addr; in GetEntryPointAddress()2580 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() local2581 if (entry_addr.IsValid()) in GetEntryPointAddress()2582 return entry_addr; in GetEntryPointAddress()