Searched refs:DataBase (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/apps/debugger/model/
H A DImage.cpp51 || (address >= fInfo.DataBase()
52 && address < fInfo.DataBase() + fInfo.DataSize());
H A DImageInfo.h39 target_addr_t DataBase() const { return fDataBase; } function in class:ImageInfo
/haiku-fatelf/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp33 addr_t DataBase() const { return fDataBase; } function in class:TestSuiteContext
156 addr_t DataBase() const { return fContext.DataBase(); } function in class:TestSuite
318 ? fSuite.DataBase() : fSuite.PhysicalDataBase()) + address;
362 return source - fSuite.SecondPhysicalDataBase() + fSuite.DataBase();
364 return source - fSuite.PhysicalDataBase() + fSuite.DataBase();
383 return source - fSuite.DataBase() + fSuite.CompareBase();
399 memset((void*)fSuite.DataBase(), 0xcc, fSuite.Size());
458 uint8* data = (uint8*)fSuite.DataBase();
670 dprintf(" base: %p (physical: %p)\n", (void*)fSuite.DataBase(),
[all...]
/haiku-fatelf/src/apps/debugger/controllers/
H A DDebugReportGenerator.cpp242 target_addr_t dataBase = info.DataBase();

Completed in 51 milliseconds