Class for sub-sorting different SymbolEntry objects at the same address.
More...
#include <database.hh>
|
|
| EntrySubsort (const Address &addr) |
| | Construct given a sub-sorting address.
|
| |
|
| EntrySubsort (void) |
| | Construct earliest possible sub-sort.
|
| |
| | EntrySubsort (bool val) |
| | Given a boolean value, construct the earliest/latest possible sub-sort.
|
| |
|
| EntrySubsort (const EntrySubsort &op2) |
| | Copy constructor.
|
| |
|
bool | operator< (const EntrySubsort &op2) |
| | Compare this with another sub-sort.
|
| |
|
|
int4 | useindex |
| | Index of the sub-sorting address space.
|
| |
|
uintb | useoffset |
| | Offset into the sub-sorting address space.
|
| |
Class for sub-sorting different SymbolEntry objects at the same address.
This is built from the SymbolEntry uselimit object (see SymbolEntry::getSubsort()) Relevant portions of an Address object or pulled out for smaller storage and quick comparisons.
◆ EntrySubsort()
| ghidra::SymbolEntry::EntrySubsort::EntrySubsort |
( |
bool |
val | ) |
|
|
inline |
Given a boolean value, construct the earliest/latest possible sub-sort.
- Parameters
-
| val | is true for the latest and false for the earliest possible sub-sort |
References useindex, and useoffset.
The documentation for this class was generated from the following file: