Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dphdr.c147 CONV_DS_VD2, PT_LOOS, PT_HIOS, phdrs_osabi_def }; in conv_phdr_type_strings()
149 CONV_DS_VD2, PT_LOOS, PT_HIOS, phdrs_osabi_cf }; in conv_phdr_type_strings()
151 CONV_DS_VD2, PT_LOOS, PT_HIOS, phdrs_osabi_cfnp }; in conv_phdr_type_strings()
153 CONV_DS_VD2, PT_LOOS, PT_HIOS, phdrs_osabi_nf }; in conv_phdr_type_strings()
/titanic_44/usr/src/uts/common/sys/
H A Delf.h331 #define PT_LOOS 0x60000000 /* OS specific range */ macro
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Doutfile.c444 if ((ptype >= PT_LOOS) && (ptype <= PT_HIOS)) in ld_create_outfile()