Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c139 { DF_TEXTREL, MSG_DF_TEXTREL_CF }, in conv_dyn_flag_strings()
147 { DF_TEXTREL, MSG_DF_TEXTREL_CFNP }, in conv_dyn_flag_strings()
155 { DF_TEXTREL, MSG_DF_TEXTREL_NF }, in conv_dyn_flag_strings()
H A Ddynamic.msg299 @ MSG_DF_TEXTREL_CF "DF_TEXTREL" # 0x00000004
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h254 #define DF_TEXTREL 0x00000004 /* text relocations remain */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h701 #define DF_TEXTREL 0x0004 /* Indicates there may be relocations in macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c2248 ofl->ofl_dtflags |= DF_TEXTREL; in reloc_segments()