KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Symbol Types

ELF symbol type values. More...

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

ELF symbol type values.

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

◆ STT_FILE

#define STT_FILE   4

Symbol is a file name.

◆ STT_FUNC

#define STT_FUNC   2

Symbol is a function.

◆ STT_NOTYPE

#define STT_NOTYPE   0

Symbol has no type.

◆ STT_OBJECT

#define STT_OBJECT   1

Symbol is an object.

◆ STT_SECTION

#define STT_SECTION   3

Symbol is a section.