4.5.11. __attribute__((visibility("visibility_type")))

This variable attribute affects the visibility of ELF symbols.

Note

This attribute is a GNU compiler extension supported by the ARM compiler.

The possible values for visibility_type are the same as those specified for the function attribute of the same name.

Example

int i __attribute__((visibility(“hidden”)));

See also

Copyright © 2007-2010 ARM. All rights reserved.ARM DUI 0348C
Non-ConfidentialID101213