Home
last modified time | relevance | path

Searched refs:ofl_globcnt (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c136 if (ofl->ofl_locscnt || ofl->ofl_globcnt) { in Dbg_statistics_ld()
138 EC_XWORD(ofl->ofl_globcnt), EC_XWORD(ofl->ofl_locscnt)); in Dbg_statistics_ld()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h323 Word ofl_globcnt; /* no. of global symbols to output */ member
608 (_ofl)->ofl_globcnt) /* standard globals */
617 (_ofl)->ofl_globcnt) /* standard globals */
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c985 if ((sorted_syms = libld_calloc(ofl->ofl_globcnt + in update_osym()
1227 ofl->ofl_globcnt, sizeof (Sym_s_list), in update_osym()
1232 ofl->ofl_globcnt); ssndx++) { in update_osym()
2024 assert((shdr->sh_info + ofl->ofl_globcnt) == symtab_ndx); in update_osym()
H A Dsyms.c1733 ofl->ofl_globcnt++; in ld_sym_validate()
H A Dsections.c1991 Word nsyms = ofl->ofl_globcnt; in make_hash()