Lines Matching defs:mstrtab
2741 * 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,
2798 if (st_insert(mstrtab, name) == -1)
2840 Str_tbl *mstrtab; /* string table for string merge secs */
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 string table.
2927 if (strmerge_pass1(ofl, osp, mstrtab, rel_alpp, sym_alpp,
2930 if (strmerge_pass1(ofl, osp, mstrtab, rel_alpp, sym_alpp,
2938 data_size = st_getstrtab_sz(mstrtab);
2952 if (st_setstrbuf(mstrtab, mstr_data->d_buf, data_size) == -1)
2973 st_setstring_status = st_setstring(mstrtab, name, &stoff);
3044 st_setstring(mstrtab, name, &stoff);
3084 st_destroy(mstrtab);
3088 st_destroy(mstrtab);