Searched refs:runtime_loader_debug_area (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debug/
H A DSymbolLookup.h19 struct runtime_loader_debug_area;
173 const runtime_loader_debug_area *fDebugArea;
H A DImage.h19 struct runtime_loader_debug_area;
H A DSymbolLookup.cpp256 runtime_loader_debug_area *remoteDebugArea = NULL;
261 remoteDebugArea = (runtime_loader_debug_area*)areaInfo.address;
/haiku/headers/private/runtime_loader/
H A Druntime_loader.h184 typedef struct runtime_loader_debug_area { struct
186 } runtime_loader_debug_area; typedef in typeref:struct:runtime_loader_debug_area
/haiku/src/system/runtime_loader/
H A Delf.cpp1213 size_t size = TO_PAGE_SIZE(sizeof(runtime_loader_debug_area));
1215 runtime_loader_debug_area *area;
/haiku/src/system/kernel/
H A Delf.cpp1371 if (!_Read((runtime_loader_debug_area*)area->Base(), fDebugArea))
1549 runtime_loader_debug_area fDebugArea;

Completed in 169 milliseconds