Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddeftag.c40 if (ref >= REF_NUM) in conv_def_tag()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c1050 static void (*Action[REF_NUM * SYM_NUM * 2][SYM_NUM])(Sym_desc *,
1118 row = row + (REF_NUM * sdp->sd_ref);
1120 row += (REF_NUM * SYM_NUM);
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h101 REF_NUM /* the number of symbol references */ enumerator