Searched refs:DF_1_NOKSYMS (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/tools/setdynflag/common/ |
H A D | setdynflag.c | 58 #ifndef DF_1_NOKSYMS 59 #define DF_1_NOKSYMS 0x00080000 macro 69 { "DF_1_NOKSYMS", DF_1_NOKSYMS },
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | dynamic.c | 245 { DF_1_NOKSYMS, MSG_DF_1_NOKSYMS_CFNP }, in conv_dyn_flag1_strings() 274 { DF_1_NOKSYMS, MSG_DF_1_NOKSYMS_CF }, in conv_dyn_flag1_strings() 303 { DF_1_NOKSYMS, MSG_DF_1_NOKSYMS_CFNP }, in conv_dyn_flag1_strings() 332 { DF_1_NOKSYMS, MSG_DF_1_NOKSYMS_NF }, in conv_dyn_flag1_strings()
|
H A D | dynamic.msg | 371 @ MSG_DF_1_NOKSYMS_CF "DF_1_NOKSYMS" # 0x00080000
|
/illumos-gate/usr/src/cmd/mdb/ |
H A D | Makefile.module | 195 $(SETDYNFLAG) -f DF_1_NOKSYMS $@
|
H A D | Makefile.kmdb.targ | 38 $(SETDYNFLAG) -f DF_1_IGNMULDEF,DF_1_NOKSYMS $@
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 292 #define DF_1_NOKSYMS 0x00080000 /* internal: don't export object's */ macro
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1709 if (dynp->d_un.d_val & DF_1_NOKSYMS) in process_dynamic()
|