Home
last modified time | relevance | path

Searched refs:ofl_dynsymsortcnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c1164 if ((ofl->ofl_dynsymsortcnt > 0) || in make_dynamic()
1168 if (ofl->ofl_dynsymsortcnt > 0) in make_dynamic()
2217 if (ofl->ofl_dynsymsortcnt > 0) { in make_dynsort()
2219 MSG_ORIG(MSG_SCN_DYNSYMSORT), ofl->ofl_dynsymsortcnt, in make_dynsort()
H A D_libld.h564 _cnt_var = &ofl->ofl_dynsymsortcnt; \
H A Dupdate.c2087 assert(ofl->ofl_dynsymsortcnt == dynsymsort_ndx); in update_osym()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h329 Word ofl_dynsymsortcnt; /* no. ndx in .SUNW_dynsymsort */ member