Home
last modified time | relevance | path

Searched refs:DF_1_DISPRELPND (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c242 { DF_1_DISPRELPND, MSG_DF_1_DISPRELPND_DEF }, in conv_dyn_flag1_strings()
271 { DF_1_DISPRELPND, MSG_DF_1_DISPRELPND_CF }, in conv_dyn_flag1_strings()
300 { DF_1_DISPRELPND, MSG_DF_1_DISPRELPND_CFNP }, in conv_dyn_flag1_strings()
329 { DF_1_DISPRELPND, MSG_DF_1_DISPRELPND_NF }, in conv_dyn_flag1_strings()
H A Ddynamic.msg360 @ MSG_DF_1_DISPRELPND_CF "DF_1_DISPRELPND" # 0x00010000
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h288 #define DF_1_DISPRELPND 0x00010000 /* disp reloc applied at run-time */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1234 ofl->ofl_dtflags_1 |= DF_1_DISPRELPND; in ld_add_outrel()
H A Dmachrel.intel.c1235 ofl->ofl_dtflags_1 |= DF_1_DISPRELPND; in ld_add_outrel()
H A Dmachrel.sparc.c1567 ofl->ofl_dtflags_1 |= DF_1_DISPRELPND; in ld_add_outrel()
H A Dfiles.c2234 if (dyn->d_un.d_val & DF_1_DISPRELPND) in process_dynamic()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c2001 if (dyn->d_un.d_val & DF_1_DISPRELPND)