Home
last modified time | relevance | path

Searched refs:_ELF_DEFINE_SHT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1125 _ELF_DEFINE_SHT(SHT_NULL, 0, "inactive header") \
1126 _ELF_DEFINE_SHT(SHT_PROGBITS, 1, "program defined information") \
1127 _ELF_DEFINE_SHT(SHT_SYMTAB, 2, "symbol table") \
1128 _ELF_DEFINE_SHT(SHT_STRTAB, 3, "string table") \
1129 _ELF_DEFINE_SHT(SHT_RELA, 4, \
1131 _ELF_DEFINE_SHT(SHT_HASH, 5, "symbol hash table") \
1132 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
1134 _ELF_DEFINE_SHT(SHT_NOTE, 7, "additional notes") \
1135 _ELF_DEFINE_SHT(SHT_NOBITS, 8, "section occupying no space") \
1136 _ELF_DEFINE_SHT(SHT_REL, 9, \
[all …]