Home
last modified time | relevance | path

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

/titanic_51/usr/src/common/elfcap/
H A Delfcap.c99 SF1_SUNW_ADDR32, STRDESC("SF1_SUNW_ADDR32"),
/titanic_51/usr/src/cmd/sgs/rtld/common/
H A Dcap.c176 if ((val & SF1_SUNW_ADDR32) && ((rtld_flags2 & RT_FL2_ADDR32) == 0)) { in sfcap1_check()
181 rej->rej_str = conv_cap_val_sf1(SF1_SUNW_ADDR32, in sfcap1_check()
1235 * this symbol capability have required the SF1_SUNW_ADDR32 attribute, then
H A Dsetup.c829 if (CAPSET(mlmp).sc_sf_1 & SF1_SUNW_ADDR32) in setup()
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c246 * The SF1_SUNW_ADDR32 software capability is only meaningful in ld_map_cap_sanitize()
250 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.c257 * The SF1_SUNW_ADDR32 is only meaningful when building a 64-bit in sf1_cap()
261 if (val & SF1_SUNW_ADDR32) { in sf1_cap()
265 val &= ~SF1_SUNW_ADDR32; in sf1_cap()
308 if ((val & SF1_SUNW_ADDR32) && (ofl->ofl_flags & FLG_OF_EXEC) && in sf1_cap()
310 SF1_SUNW_ADDR32) == 0)) { in sf1_cap()
H A Dupdate.c3634 if (ofl->ofl_ocapset.oc_sf_1.cm_val & SF1_SUNW_ADDR32) in ld_update_outfile()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h948 #define SF1_SUNW_ADDR32 0x004 /* 32-bit address space requirement */ macro
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c507 (cp->c_un.c_val & SF1_SUNW_ADDR32)) { in elfexec()
/titanic_51/usr/src/cmd/sgs/packages/common/
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
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1539 * An SF1_SUNW_ADDR32 software capability tag in a 32-bit in cap_section()
1544 (cap->c_un.c_val & SF1_SUNW_ADDR32)) { in cap_section()