Module: ELFTools::Constants::STV

Extended by:
Naming
Included in:
ELFTools::Constants
Defined in:
lib/elftools/constants.rb

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

Constants included from Naming

Naming::ARCHITECTURES

Method Summary

Methods included from Naming

mapping