Lines Matching defs:mstrtab
2738 * and insert the strings they reference into the mstrtab string table.
2742 * mstrtab - String table to receive input strings. This table
2757 * a relocation has been entered into mstrtab. True (1) is returned.
2762 strmerge_pass1(Ofl_desc *ofl, Os_desc *osp, Str_tbl *mstrtab,
2795 if (st_insert(mstrtab, name) == -1)
2837 Str_tbl *mstrtab; /* string table for string merge secs */
2857 mstrtab = NULL;
2873 if ((mstrtab = st_new(FLG_STNEW_COMPRESS)) == NULL)
2879 if (mstrtab == NULL)
2922 * and insert the strings they reference into the mstrtab string table.
2924 if (strmerge_pass1(ofl, osp, mstrtab, rel_alpp, sym_alpp,
2927 if (strmerge_pass1(ofl, osp, mstrtab, rel_alpp, sym_alpp,
2935 data_size = st_getstrtab_sz(mstrtab);
2949 if (st_setstrbuf(mstrtab, mstr_data->d_buf, data_size) == -1)
2970 st_setstring_status = st_setstring(mstrtab, name, &stoff);
3041 st_setstring(mstrtab, name, &stoff);
3081 st_destroy(mstrtab);
3085 st_destroy(mstrtab);