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

Macros

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

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.