9.3.5 ARC Pre-defined Symbols ¶
The following assembler symbols will prove useful when developing
position-independent code. These symbols are available only with the
ARC 700 and above processors.
__GLOBAL_OFFSET_TABLE__ ¶
Symbol referring to the base of the Global Offset Table.
__DYNAMIC__ ¶
An alias for the Global Offset Table
Base__GLOBAL_OFFSET_TABLE__. It can be used only with
@gotpc modifiers.