|
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 6075 of file ObjectFileMachO.cpp.
|
inline |
Definition at line 6085 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 6093 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 6076 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), image_entry(), and image_entry().
| uint64_t image_entry::load_address |
Definition at line 6080 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), ObjectFileMachO::GetCorefileAllImageInfos(), image_entry(), and image_entry().
| uint64_t image_entry::seg_addrs_offset |
Definition at line 6081 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), image_entry(), and image_entry().
| uint32_t image_entry::segment_count |
Definition at line 6082 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), image_entry(), and image_entry().
| uint32_t image_entry::unused |
Definition at line 6083 of file ObjectFileMachO.cpp.
Referenced by image_entry(), and image_entry().
| uuid_t image_entry::uuid |
Definition at line 6078 of file ObjectFileMachO.cpp.
Referenced by CreateAllImageInfosPayload(), ObjectFileMachO::GetCorefileAllImageInfos(), image_entry(), and image_entry().