as: WebAssembly-Relocs

1 
1 9.52.2.2 Relocations
1 ....................
1 
1 Special relocations are available by using the '@PLT', '@GOT', or '@GOT'
1 suffixes after a constant expression, which correspond to the
1 R_ASMJS_LEB128_PLT, R_ASMJS_LEB128_GOT, and R_ASMJS_LEB128_GOT_CODE
1 relocations, respectively.
1 
1    The '@PLT' suffix is followed by a symbol name in braces; the symbol
1 value is used to determine the function signature for which a PLT stub
1 is generated.  Currently, the symbol _name_ is parsed from its last 'F'
1 character to determine the argument count of the function, which is also
1 necessary for generating a PLT stub.
1