Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h952 _ELF_DEFINE_PT(PT_NULL, 0, "ignored entry") \
953 _ELF_DEFINE_PT(PT_LOAD, 1, "loadable segment") \
954 _ELF_DEFINE_PT(PT_DYNAMIC, 2, \
956 _ELF_DEFINE_PT(PT_INTERP, 3, "names an interpreter") \
957 _ELF_DEFINE_PT(PT_NOTE, 4, "auxiliary information") \
958 _ELF_DEFINE_PT(PT_SHLIB, 5, "reserved") \
959 _ELF_DEFINE_PT(PT_PHDR, 6, \
961 _ELF_DEFINE_PT(PT_TLS, 7, "thread local storage") \
962 _ELF_DEFINE_PT(PT_LOOS, 0x60000000UL, \
964 _ELF_DEFINE_PT(PT_SUNW_UNWIND, 0x6464E550UL, \
[all …]