Home
last modified time | relevance | path

Searched defs:ImageInfo (Results 1 – 8 of 8) sorted by relevance

/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp249 struct ImageInfo : DoublyLinkedListLinkImpl<ImageInfo> { struct
250 ImageInfo(struct image* image) in ImageInfo() argument
276 ~ImageInfo() in ~ImageInfo()
282 static ImageInfo* Create(struct image* image) in Create()
293 image_id Id() const in Id()
298 image_type Type() const in Type()
303 const char* Name() const in Name()
308 dev_t DeviceId() const in DeviceId()
313 ino_t NodeId() const in NodeId()
318 addr_t InitRoutine() const in InitRoutine()
[all …]
/haiku/src/kits/debugger/model/
H A DImageInfo.cpp9 ImageInfo::ImageInfo() in ImageInfo() function in ImageInfo
21 ImageInfo::ImageInfo(const ImageInfo& other) in ImageInfo() function in ImageInfo
35 ImageInfo::ImageInfo(team_id team, image_id image, const BString& name, in ImageInfo() function in ImageInfo
/haiku/src/kits/debugger/debug_info/
H A DDebuggerTeamDebugInfo.h14 class ImageInfo; variable
H A DDwarfTeamDebugInfo.h16 class ImageInfo; variable
/haiku/headers/private/debugger/debug_info/
H A DSpecificTeamDebugInfo.h13 class ImageInfo; variable
H A DSpecificImageDebugInfo.h28 class ImageInfo; variable
H A DTeamDebugInfo.h31 class ImageInfo; variable
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h22 class ImageInfo; variable