Home
last modified time | relevance | path

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

/dragonfly/contrib/elftoolchain/common/
HDelfdefinitions.h1064 _ELF_DEFINE_SHT(SHT_NULL, 0, "inactive header") \
1065 _ELF_DEFINE_SHT(SHT_PROGBITS, 1, "program defined information") \
1066 _ELF_DEFINE_SHT(SHT_SYMTAB, 2, "symbol table") \
1067 _ELF_DEFINE_SHT(SHT_STRTAB, 3, "string table") \
1068 _ELF_DEFINE_SHT(SHT_RELA, 4, \
1070 _ELF_DEFINE_SHT(SHT_HASH, 5, "symbol hash table") \
1071 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
1073 _ELF_DEFINE_SHT(SHT_NOTE, 7, "additional notes") \
1074 _ELF_DEFINE_SHT(SHT_NOBITS, 8, "section occupying no space") \
1075 _ELF_DEFINE_SHT(SHT_REL, 9, \
[all …]
/dragonfly/lib/libexecinfo/
HDprivate_libelf.h254 _ELF_DEFINE_SHT(SHT_NULL, 0, "inactive header") \
255 _ELF_DEFINE_SHT(SHT_PROGBITS, 1, "program defined information") \
256 _ELF_DEFINE_SHT(SHT_SYMTAB, 2, "symbol table") \
257 _ELF_DEFINE_SHT(SHT_STRTAB, 3, "string table") \
258 _ELF_DEFINE_SHT(SHT_RELA, 4, \
260 _ELF_DEFINE_SHT(SHT_HASH, 5, "symbol hash table") \
261 _ELF_DEFINE_SHT(SHT_DYNAMIC, 6, \
263 _ELF_DEFINE_SHT(SHT_NOTE, 7, "additional notes") \
264 _ELF_DEFINE_SHT(SHT_NOBITS, 8, "section occupying no space") \
265 _ELF_DEFINE_SHT(SHT_REL, 9, \
[all …]