|
LLDB mainline
|
Public Member Functions | |
| image_entry () | |
| image_entry (const image_entry &rhs) | |
Public Attributes | |
| uint64_t | filepath_offset |
| uuid_t | uuid |
| uint64_t | load_address |
| uint64_t | seg_addrs_offset |
| uint32_t | segment_count |
| uint32_t | unused |
Definition at line 6090 of file ObjectFileMachO.cpp.
|
inline |
Definition at line 6100 of file ObjectFileMachO.cpp.
References filepath_offset, load_address, seg_addrs_offset, segment_count, UINT64_MAX, unused, and uuid.
Referenced by image_entry().
|
inline |
Definition at line 6108 of file ObjectFileMachO.cpp.
References filepath_offset, image_entry(), load_address, seg_addrs_offset, segment_count, unused, and uuid.
| uint64_t image_entry::filepath_offset |
Definition at line 6091 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), image_entry(), and image_entry().
| uint64_t image_entry::load_address |
Definition at line 6095 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), ObjectFileMachO::GetCorefileAllImageInfos(), image_entry(), and image_entry().
| uint64_t image_entry::seg_addrs_offset |
Definition at line 6096 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), image_entry(), and image_entry().
| uint32_t image_entry::segment_count |
Definition at line 6097 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), image_entry(), and image_entry().
| uint32_t image_entry::unused |
Definition at line 6098 of file ObjectFileMachO.cpp.
Referenced by image_entry(), and image_entry().
| uuid_t image_entry::uuid |
Definition at line 6093 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), ObjectFileMachO::GetCorefileAllImageInfos(), image_entry(), and image_entry().