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

/haiku/src/kits/media/
H A DBufferGroup.cpp70 void* startAddress; local
71 area_id bufferArea = create_area("some buffers area", &startAddress,
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp742 target_addr_t startAddress; local
745 startAddress = framePointer;
748 startAddress = state->StackPointer();
752 if (endAddress <= startAddress)
755 if (fCurrentBlock == NULL || !fCurrentBlock->Contains(startAddress)) {
757 fListener->InspectRequested(startAddress, this);
770 UiUtils::DumpMemory(data, 4, fCurrentBlock, startAddress, 1, 16,
771 endAddress - startAddress);
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp294 const addr_t startAddress local
298 BreakpointTree::Iterator it = fBreakpoints.GetIterator(startAddress, true,
343 const addr_t startAddress local
347 BreakpointTree::Iterator it = fBreakpoints.GetIterator(startAddress, true,
/haiku/headers/os/kernel/
H A DOS.h97 extern area_id create_area(const char *name, void **startAddress,

Completed in 37 milliseconds