Behavioral attributes of an external symbol definition (ESD) record.
Synopsis
Declared in <llvm/BinaryFormat/GOFF.h>
struct BehavioralAttributes;
Description
See https://www.ibm.com/docs/en/zos/3.1.0?topic=record‐external‐symbol‐definition‐behavioral‐attributes for the definition.
Member Functions
Name |
Description |
Get the alignment requirement of the symbol. |
|
Get the addressing mode (Amode). |
|
Get the binding algorithm for the element. |
|
Get the binding scope of the symbol. |
|
Get the binding strength of the symbol. |
|
Get whether the symbol is a COMMON area. |
|
Get the severity for duplicate symbols. |
|
Get whether the symbol is executable code or data. |
|
Get whether the symbol is an indirect reference. |
|
Get the linkage type of the symbol. |
|
Get the loading behavior of the symbol. |
|
Get whether the symbol is read‐only. |
|
Get the residence mode (Rmode). |
|
Get the tasking / reusability behavior. |
|
Get the text style of the element. |
|
Set the alignment requirement of the symbol. |
|
Set the addressing mode (Amode). |
|
Set the binding algorithm for the element. |
|
Set the binding scope of the symbol. |
|
Set the binding strength of the symbol. |
|
Set whether the symbol is a COMMON area. |
|
Set the severity for duplicate symbols. |
|
Set whether the symbol is executable code or data. |
|
Set whether the symbol is an indirect reference. |
|
Set the linkage type of the symbol. |
|
Set the loading behavior of the symbol. |
|
Set whether the symbol is read‐only. |
|
Set the residence mode (Rmode). |
|
Set the tasking / reusability behavior. |
|
Set the text style of the element. |