elf.5: Improve description of STV_DEFAULT

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

View File

@ -1544,10 +1544,13 @@ This member defines the symbol visibility.
.TP 16
.PD 0
.BR STV_DEFAULT
Default symbol visibility rules
Default symbol visibility rules.
Global and weak symbols are available to other modules;
references in the local module can be interposed
by definitions in other modules.
.TP
.BR STV_INTERNAL
Processor-specific hidden class
Processor-specific hidden class.
.TP
.BR STV_HIDDEN
Symbol is unavailable in other modules;