KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Symbol types.

Macros

#define STT_NOTYPE   0
 Symbol has no type. More...
 
#define STT_OBJECT   1
 Symbol is an object. More...
 
#define STT_FUNC   2
 Symbol is a function. More...
 
#define STT_SECTION   3
 Symbol is a section. More...
 
#define STT_FILE   4
 Symbol is a file name. More...
 

Detailed Description

These are the values that can be set to say what kind of symbol a given symbol in an ELF file is. This is stored in the lower 4 bits of the info field in elf_sym_t.

Macro Definition Documentation

#define STT_FILE   4

Symbol is a file name.

#define STT_FUNC   2

Symbol is a function.

#define STT_NOTYPE   0

Symbol has no type.

#define STT_OBJECT   1

Symbol is an object.

#define STT_SECTION   3

Symbol is a section.