Home
last modified time | relevance | path

Searched refs:FLG_SDF_ADDVER (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c519 if (sdf && (sdf->sdf_flags & FLG_SDF_ADDVER)) { in vers_index()
537 if (sdf && (sdf->sdf_flags & FLG_SDF_ADDVER)) { in vers_index()
H A Dmap_support.c314 sdf->sdf_flags |= FLG_SDF_ADDVER; in ld_map_dv_entry()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1401 #define FLG_SDF_ADDVER 0x04 /* add VERNEED references */ macro