Searched defs:mstrtab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2741 * and insert the strings they reference into the mstrtab string table.
2745 * mstrtab - String table to receive input strings. This table
2760 * a relocation has been entered into mstrtab. True (1) is returned.
2765 strmerge_pass1(Ofl_desc *ofl, Os_desc *osp, Str_tbl *mstrtab, argument
2798 if (st_insert(mstrtab, name) == -1)
2840 Str_tbl *mstrtab; /* string table for string merge secs */ local
2860 mstrtab = NULL;
2876 if ((mstrtab = st_new(FLG_STNEW_COMPRESS)) == NULL)
2882 if (mstrtab == NULL)
2925 * and insert the strings they reference into the mstrtab strin
[all...]

Completed in 325 milliseconds