Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h547 #define PT_ARM_ARCHEXT 0x70000000 /* ARM arch compat information. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1471 PT_ARM_ARCHEXT = 0x70000000, // Platform architecture compatibility info enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h990 _ELF_DEFINE_PT(PT_ARM_ARCHEXT, 0x70000000UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c680 case PT_ARM_ARCHEXT: return "ARM_ARCHEXT"; in phdr_type()