module ELFTools::Constants::STT

Symbol types from Sym st_info field.

Constants

STT_ARM_TFUNC

ARM: a THUMB function. This is not defined in ARM ELF Specification but used by the GNU tool-chain.

STT_COMMON
STT_FILE
STT_FUNC
STT_GNU_IFUNC

GNU extension: symbol value points to a function which is called at runtime to determine the final value of the symbol.

STT_HIOS
STT_HIPROC
STT_LOOS
STT_LOPROC
STT_NOTYPE
STT_NUM
STT_OBJECT
STT_SECTION
STT_SPARC_REGISTER

The section type that must be used for register symbols on Sparc. These symbols initialize a global register.

STT_TLS