enum address_class
No. | 名称 | 属性 | 説明 |
---|---|---|---|
1 |
address_class | ||
LOC_UNDEF | Not used; catches errors | ||
LOC_CONST | Value is constant int | ||
LOC_STATIC | Value is at fixed address | ||
LOC_REGISTER | Value is in register | ||
LOC_ARG | Value is at spec'd position in arglist | ||
LOC_REF_ARG | Value address is at spec'd position in | ||
LOC_REGPARM | Value is at spec'd position in register window | ||
LOC_LOCAL | Value is at spec'd pos in stack frame | ||
LOC_TYPEDEF | Value not used; definition in SYMBOL_TYPE | ||
LOC_LABEL | Value is address in the code | ||
LOC_BLOCK | Value is address of a `struct block'. | ||
LOC_EXTERNAL | Value is at address not in this compilation. | ||
LOC_CONST_BYTES | Value is a constant byte-sequence. |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー