#include <symtab_defs.h>
Public Member Functions | |
| ST_ATTR () | |
| ST_ATTR (ST_IDX idx, ST_ATTR_KIND akind, UINT32 val) | |
| void | Verify (UINT level) const |
| void | Print (FILE *f) const |
Public Attributes | |
| ST_IDX | st_idx |
| ST_ATTR_KIND | kind |
| union { | |
| mUINT32 value | |
| mPREG_NUM reg_id | |
| STR_IDX section_name | |
| } | u |
Definition at line 452 of file symtab_defs.h.
| ST_ATTR::ST_ATTR | ( | ) | [inline] |
Definition at line 463 of file symtab_defs.h.
References Fail_FmtAssertion().

| ST_ATTR::ST_ATTR | ( | ST_IDX | idx, | |
| ST_ATTR_KIND | akind, | |||
| UINT32 | val | |||
| ) | [inline] |
Definition at line 467 of file symtab_defs.h.
| void ST_ATTR::Print | ( | FILE * | f | ) | const |
Definition at line 2579 of file symtab.cxx.
References fprintf(), Index_To_Str(), kind, ST_ATTR_DEDICATED_REGISTER, ST_ATTR_SECTION_NAME, ST_ATTR_UNKNOWN, st_idx, and ST_name().

| void ST_ATTR::Verify | ( | UINT | level | ) | const |
Definition at line 769 of file symtab_verify.cxx.
References Fail_FmtAssertion(), Is_True, kind, ST_assigned_to_dedicated_preg(), ST_ATTR_DEDICATED_REGISTER, ST_ATTR_SECTION_NAME, ST_ATTR_UNKNOWN, st_idx, ST_IDX_index(), ST_IDX_level(), St_Table, ST_Table_Size(), ST_type(), STR_Table_Size(), and TY_is_volatile().

Definition at line 455 of file symtab_defs.h.
Referenced by Print(), Set_ST_ATTR_reg_id(), Set_ST_ATTR_section_name(), ST_ATTR_Init(), ST_ATTR_kind(), ST_ATTR_reg_id(), ST_ATTR_section_name(), and Verify().
Definition at line 458 of file symtab_defs.h.
Referenced by Set_ST_ATTR_reg_id(), and ST_ATTR_reg_id().
Definition at line 459 of file symtab_defs.h.
Referenced by Set_ST_ATTR_section_name(), and ST_ATTR_section_name().
Definition at line 454 of file symtab_defs.h.
Referenced by Print(), Set_ST_ATTR_st_idx(), ST_ATTR_Init(), ST_ATTR_st_idx(), and Verify().
| union { ... } ST_ATTR::u |
Referenced by Set_ST_ATTR_reg_id(), Set_ST_ATTR_section_name(), ST_ATTR_Init(), ST_ATTR_reg_id(), and ST_ATTR_section_name().
Definition at line 457 of file symtab_defs.h.
Referenced by ST_ATTR_Init().
1.7.1