--pltgot_opts=mode

This option enables or disables weak references when generating Procedure Linkage Table (PLT) entries.

Show/hideSyntax

--pltgot_opts=mode

Where mode is one of the following:

crosslr

Calls to and from a load region marked RELOC go by way of the PLT.

noweakrefs

Generates a NOP for a function call, or zero for data. No PLT entry is generated. Weak references to imported symbols remain unresolved.

weakrefs

Weak references produce a PLT entry. These references must be resolved at a later link stage.

Show/hideDefault

The default is --pltgot_opts=noweakrefs.

Show/hideSee also

Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0493E
Non-ConfidentialID071611