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

/haiku/src/kits/debugger/model/
H A DImage.cpp51 || (address >= fInfo.DataBase()
52 && address < fInfo.DataBase() + fInfo.DataSize());
/haiku/headers/private/debugger/model/
H A DImageInfo.h39 target_addr_t DataBase() const { return fDataBase; } function in class:ImageInfo
/haiku/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/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp125 value.SetTo(info.DataBase());
128 value.SetTo(info.DataBase() + info.DataSize());
/haiku/src/kits/debugger/elf/
H A DCoreFile.h103 uint64 DataBase() const { return fDataBase; } function in struct:CoreFileImageInfo
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp214 coreInfo->TextSize(), coreInfo->DataBase(), coreInfo->DataSize());
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp343 addr_t DataBase() const function in struct:__anon2::ImageInfo
1405 entry.ni_data_base = imageInfo->DataBase();
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp349 target_addr_t dataBase = info.DataBase();

Completed in 77 milliseconds