Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c250 if (capmask->cm_val & SF1_SUNW_ADDR32) { in ld_map_cap_sanitize()
252 capmask->cm_val &= ~SF1_SUNW_ADDR32; in ld_map_cap_sanitize()
H A Dfiles.c278 if (val & SF1_SUNW_ADDR32) { in sf1_cap()
282 val &= ~SF1_SUNW_ADDR32; in sf1_cap()
325 if ((val & SF1_SUNW_ADDR32) && (ofl->ofl_flags & FLG_OF_EXEC) && in sf1_cap()
327 SF1_SUNW_ADDR32) == 0)) { in sf1_cap()
H A Dupdate.c3939 if (ofl->ofl_ocapset.oc_sf_1.cm_val & SF1_SUNW_ADDR32) in ld_update_outfile()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c211 if ((val & SF1_SUNW_ADDR32) && ((rtld_flags2 & RT_FL2_ADDR32) == 0)) { in sfcap1_check()
216 rej->rej_str = conv_cap_val_sf1(SF1_SUNW_ADDR32, in sfcap1_check()
H A Dsetup.c769 if (CAPSET(mlmp).sc_sf_1 & SF1_SUNW_ADDR32) in setup()
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c101 SF1_SUNW_ADDR32, STRDESC("SF1_SUNW_ADDR32"),
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h968 #define SF1_SUNW_ADDR32 0x004 /* 32-bit address space requirement */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c587 (cp->c_un.c_val & SF1_SUNW_ADDR32)) { in elfexec()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1492 6754965 introduce the SF1_SUNW_ADDR32 bit in software capabilities (D)
1509 6789925 64-bit applications with SF1_SUNW_ADDR32 require non-default starting
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1609 (cap->c_un.c_val & SF1_SUNW_ADDR32)) { in cap_section()