Module: ELFTools::Constants::STV
Overview
Symbol visibility from Sym st_other field.
Constant Summary collapse
- STV_DEFAULT =
Visibility is specified by binding type
0- STV_INTERNAL =
OS specific version of STV_HIDDEN
1- STV_HIDDEN =
Can only be seen inside currently compilation unit
2- STV_PROTECTED =
Symbol is visible but cannot be preempted
3