Public Member Functions | |
| Relocation (BNRelocation *reloc) | |
| BNRelocationInfo | GetInfo () const |
| Architecture * | GetArchitecture () const |
| uint64_t | GetTarget () const |
| uint64_t | GetAddress () const |
| Ref< Symbol > | GetSymbol () const |
Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNRelocation, BNNewRelocationReference, BNFreeRelocation > | |
| CoreRefCountObject () | |
| virtual | ~CoreRefCountObject () |
| BNRelocation * | GetObject () const |
| void | AddRef () |
| void | Release () |
| void | AddRefForRegistration () |
| void | ReleaseForRegistration () |
Additional Inherited Members | |
Static Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNRelocation, BNNewRelocationReference, BNFreeRelocation > | |
| static BNRelocation * | GetObject (CoreRefCountObject *obj) |
Public Attributes inherited from BinaryNinja::CoreRefCountObject< BNRelocation, BNNewRelocationReference, BNFreeRelocation > | |
| std::atomic< int > | m_refs |
| bool | m_registeredRef |
| BNRelocation * | m_object |
| Relocation::Relocation | ( | BNRelocation * | reloc | ) |
| uint64_t Relocation::GetAddress | ( | ) | const |
| Architecture * Relocation::GetArchitecture | ( | ) | const |
| BNRelocationInfo Relocation::GetInfo | ( | ) | const |
| uint64_t Relocation::GetTarget | ( | ) | const |