Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2024 cnt = 2 + ofl->ofl_hashbkts + DYNSYM_ALL_CNT(ofl); in make_hash()
2174 cnt = DYNSYM_ALL_CNT(ofl); in make_dynsym()
3462 cnt = DYNSYM_ALL_CNT(ofl); in ld_make_sections()
H A Dupdate.c290 hashtab[1] = DYNSYM_ALL_CNT(ofl); in update_osym()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h615 #define DYNSYM_ALL_CNT(_ofl) /* all .dynsym entries */ \ macro