Home
last modified time | relevance | path

Searched refs:DF_1_DISPRELDNE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c241 { DF_1_DISPRELDNE, MSG_DF_1_DISPRELDNE_DEF }, in conv_dyn_flag1_strings()
270 { DF_1_DISPRELDNE, MSG_DF_1_DISPRELDNE_CF }, in conv_dyn_flag1_strings()
299 { DF_1_DISPRELDNE, MSG_DF_1_DISPRELDNE_CFNP }, in conv_dyn_flag1_strings()
328 { DF_1_DISPRELDNE, MSG_DF_1_DISPRELDNE_NF }, in conv_dyn_flag1_strings()
H A Ddynamic.msg356 @ MSG_DF_1_DISPRELDNE_CF "DF_1_DISPRELDNE" # 0x00008000
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h287 #define DF_1_DISPRELDNE 0x00008000 /* disp reloc applied at build time */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c816 ofl->ofl_dtflags_1 |= DF_1_DISPRELDNE; in ld_add_actrel()
H A Dfiles.c2236 if (dyn->d_un.d_val & DF_1_DISPRELDNE) in process_dynamic()