KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Section header types

Macros

#define SHT_NULL   0
 Inactive section. More...
 
#define SHT_PROGBITS   1
 Program code/data. More...
 
#define SHT_SYMTAB   2
 Full symbol table. More...
 
#define SHT_STRTAB   3
 String table. More...
 
#define SHT_RELA   4
 Relocation table, with addends. More...
 
#define SHT_HASH   5
 Symbol hash table. More...
 
#define SHT_DYNAMIC   6
 Dynamic linking info. More...
 
#define SHT_NOTE   7
 Notes section. More...
 
#define SHT_NOBITS   8
 A section that occupies no space in the file. More...
 
#define SHT_REL   9
 Relocation table, no addends. More...
 
#define SHT_SHLIB   10
 Reserved. More...
 
#define SHT_DYNSYM   11
 Dynamic-only sym tab. More...
 
#define SHT_LOPROC   0x70000000
 Start of processor specific types. More...
 
#define SHT_HIPROC   0x7fffffff
 End of processor specific types. More...
 
#define SHT_LOUSER   0x80000000
 Start of program specific types. More...
 
#define SHT_HIUSER   0xffffffff
 End of program specific types. More...
 

Detailed Description

These are the various types of section headers that can exist in an ELF file.

Macro Definition Documentation

#define SHT_DYNAMIC   6

Dynamic linking info.

#define SHT_DYNSYM   11

Dynamic-only sym tab.

#define SHT_HASH   5

Symbol hash table.

#define SHT_HIPROC   0x7fffffff

End of processor specific types.

#define SHT_HIUSER   0xffffffff

End of program specific types.

#define SHT_LOPROC   0x70000000

Start of processor specific types.

#define SHT_LOUSER   0x80000000

Start of program specific types.

#define SHT_NOBITS   8

A section that occupies no space in the file.

#define SHT_NOTE   7

Notes section.

#define SHT_NULL   0

Inactive section.

#define SHT_PROGBITS   1

Program code/data.

#define SHT_REL   9

Relocation table, no addends.

#define SHT_RELA   4

Relocation table, with addends.

#define SHT_SHLIB   10

Reserved.

#define SHT_STRTAB   3

String table.

#define SHT_SYMTAB   2

Full symbol table.