Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h552 #define PT_LOOS 0x60000000 /* First OS-specific. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1479 PT_LOOS = 0x60000000, // Lowest operating system-specific pt entry type. enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h962 _ELF_DEFINE_PT(PT_LOOS, 0x60000000UL, \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c706 if (ptype >= PT_LOOS && ptype <= PT_HIOS) in phdr_type()
708 ptype - PT_LOOS); in phdr_type()