mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-4394 Add formatting to constant array indices
This commit is contained in:
parent
63e64d5b28
commit
ac0ed8d90b
4 changed files with 18 additions and 12 deletions
|
@ -48,7 +48,8 @@ struct PartialSymbolEntry {
|
|||
const OpToken *token; ///< Operator used to drill-down to the field
|
||||
const TypeField *field; ///< The component object describing the field
|
||||
const Datatype *parent; ///< The parent data-type owning the field
|
||||
string fieldname; ///< The name of the field
|
||||
int8 offset; ///< Array index or unlabeled offset (if field is null)
|
||||
int4 size; ///< (if > 0) Size of the unlabeled entry
|
||||
EmitMarkup::syntax_highlight hilite; ///< Highlight information for the field token
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue