Searched refs:fDebugArea (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debug/
H A DSymbolLookup.cpp227 fDebugArea(NULL),
276 fDebugArea = &Read(*remoteDebugArea);
279 "loaded_images: %p\n", fDebugArea, fDebugArea->loaded_images));
431 if (fDebugArea == NULL)
435 for (const image_t *image = &Read(*Read(fDebugArea->loaded_images->head));
452 if (fDebugArea == NULL)
456 for (const image_t *image = &Read(*Read(fDebugArea->loaded_images->head));
H A DSymbolLookup.h173 const runtime_loader_debug_area *fDebugArea; member in class:BPrivate::Debug::SymbolLookup
/haiku/src/system/kernel/
H A Delf.cpp1371 if (!_Read((runtime_loader_debug_area*)area->Base(), fDebugArea))
1510 if (!_Read(fDebugArea.loaded_images, imageQueue))
1549 runtime_loader_debug_area fDebugArea; member in class:UserSymbolLookup

Completed in 34 milliseconds