elf.5: Improve description of STV_HIDDEN

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-09 19:35:16 +01:00
parent 2c8e09b4ff
commit d24f72ec80
1 changed files with 3 additions and 1 deletions

View File

@ -1550,7 +1550,9 @@ Default symbol visibility rules
Processor-specific hidden class
.TP
.BR STV_HIDDEN
Symbol is unavailable in other modules
Symbol is unavailable in other modules;
references in the local module always resolve to the local symbol
(i.e., the symbol can't be interposed by definitions in other modules).
.TP
.BR STV_PROTECTED
Symbol is available in other modules,