Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dsections.c1995 cnt = 2 + ofl->ofl_hashbkts + DYNSYM_ALL_CNT(ofl); in make_hash()
2145 cnt = DYNSYM_ALL_CNT(ofl); in make_dynsym()
3398 cnt = DYNSYM_ALL_CNT(ofl); in ld_make_sections()
H A Dupdate.c284 hashtab[1] = DYNSYM_ALL_CNT(ofl); in update_osym()
/titanic_44/usr/src/cmd/sgs/include/
H A Dlibld.h606 #define DYNSYM_ALL_CNT(_ofl) /* all .dynsym entries */ \ macro