Searched refs:SF1_SUNW_ADDR32 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c99 SF1_SUNW_ADDR32, STRDESC("SF1_SUNW_ADDR32"),
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h796 #define SF1_SUNW_ADDR32 0x004 /* 32-bit address space requirement */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c246 * The SF1_SUNW_ADDR32 software capability is only meaningful
250 if (capmask->cm_val & SF1_SUNW_ADDR32) {
252 capmask->cm_val &= ~SF1_SUNW_ADDR32;
H A Dfiles.c257 * The SF1_SUNW_ADDR32 is only meaningful when building a 64-bit
261 if (val & SF1_SUNW_ADDR32) {
265 val &= ~SF1_SUNW_ADDR32;
308 if ((val & SF1_SUNW_ADDR32) && (ofl->ofl_flags & FLG_OF_EXEC) &&
310 SF1_SUNW_ADDR32) == 0)) {
H A Dupdate.c3641 if (ofl->ofl_ocapset.oc_sf_1.cm_val & SF1_SUNW_ADDR32)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcap.c176 if ((val & SF1_SUNW_ADDR32) && ((rtld_flags2 & RT_FL2_ADDR32) == 0)) {
181 rej->rej_str = conv_cap_val_sf1(SF1_SUNW_ADDR32,
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)
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c586 (cp->c_un.c_val & SF1_SUNW_ADDR32)) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1546 * An SF1_SUNW_ADDR32 software capability tag in a 32-bit
1551 (cap->c_un.c_val & SF1_SUNW_ADDR32)) {

Completed in 151 milliseconds