#include <dynamic_images.h>
List of all members.
Detailed Description
Definition at line 110 of file dynamic_images.h.
Constructor & Destructor Documentation
google_breakpad::DynamicImage::DynamicImage |
( |
uint8_t * |
header, |
|
|
size_t |
header_size, |
|
|
uint64_t |
load_address, |
|
|
string |
file_path, |
|
|
uintptr_t |
image_mod_date, |
|
|
mach_port_t |
task, |
|
|
cpu_type_t |
cpu_type |
|
) |
| [inline] |
Member Function Documentation
cpu_type_t google_breakpad::DynamicImage::GetCPUType |
( |
| ) |
[inline] |
string google_breakpad::DynamicImage::GetFilePath |
( |
| ) |
[inline] |
uint32_t google_breakpad::DynamicImage::GetFileType |
( |
| ) |
|
size_t google_breakpad::DynamicImage::GetHeaderSize |
( |
| ) |
const [inline] |
uint64_t google_breakpad::DynamicImage::GetLoadAddress |
( |
| ) |
const [inline] |
uint64_t google_breakpad::DynamicImage::GetModDate |
( |
| ) |
const [inline] |
mach_port_t google_breakpad::DynamicImage::GetTask |
( |
| ) |
[inline] |
uint32_t google_breakpad::DynamicImage::GetVersion |
( |
| ) |
[inline] |
mach_vm_address_t google_breakpad::DynamicImage::GetVMAddr |
( |
| ) |
const [inline] |
ptrdiff_t google_breakpad::DynamicImage::GetVMAddrSlide |
( |
| ) |
const [inline] |
mach_vm_size_t google_breakpad::DynamicImage::GetVMSize |
( |
| ) |
const [inline] |
bool google_breakpad::DynamicImage::Is64Bit |
( |
| ) |
[inline] |
bool google_breakpad::DynamicImage::IsValid |
( |
void |
| ) |
[inline] |
bool google_breakpad::DynamicImage::operator< |
( |
const DynamicImage & |
inInfo | ) |
[inline] |
Friends And Related Function Documentation
template<typename MachBits >
template<typename MachBits >
uint32_t GetFileTypeFromHeader |
( |
DynamicImage & |
image | ) |
[friend] |
The documentation for this class was generated from the following file: