DataBase
target_addr_t DataBase() const { return fDataBase; }
value.SetTo(info.DataBase());
value.SetTo(info.DataBase() + info.DataSize());
target_addr_t dataBase = info.DataBase();
coreInfo->TextSize(), coreInfo->DataBase(), coreInfo->DataSize());
uint64 DataBase() const { return fDataBase; }
|| (address >= fInfo.DataBase()
&& address < fInfo.DataBase() + fInfo.DataSize());
entry.ni_data_base = imageInfo->DataBase();
addr_t DataBase() const { return fContext.DataBase(); }
? fSuite.DataBase() : fSuite.PhysicalDataBase()) + address;
return source - fSuite.SecondPhysicalDataBase() + fSuite.DataBase();
return source - fSuite.PhysicalDataBase() + fSuite.DataBase();
return source - fSuite.DataBase() + fSuite.CompareBase();
memset((void*)fSuite.DataBase(), 0xcc, fSuite.Size());
uint8* data = (uint8*)fSuite.DataBase();
dprintf(" base: %p (physical: %p)\n", (void*)fSuite.DataBase(),