Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h484 #define PT_LOOS 0x60000000 /* OS specific range */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c444 if ((ptype >= PT_LOOS) && (ptype <= PT_HIOS)) in ld_create_outfile()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h496 #define PT_LOOS 0x60000000 /* First OS-specific. */ macro