Home
last modified time | relevance | path

Searched refs:CountImageInfos (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/elf/
H A DCoreFile.h186 int32 CountImageInfos() const in CountImageInfos() function
H A DCoreFile.cpp289 B_PRId32 " threads\n", CountAreaInfos(), CountImageInfos(), CountThreadInfos()); in _Init()
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp203 int32 count = fCoreFile->CountImageInfos(); in GetImageInfos()