Lines Matching refs:sym_strtbl
44 * sym_strtbl: String table included at the end of the symbol table
56 static ARSTRTBL sym_strtbl;
706 strtbl_pad(&sym_strtbl, 4, '\0');
712 strtbl_pad(&sym_strtbl, pad(sym_strtbl.used, 4), '\0');
786 time(0), 0, 0, 0, tblsize + sym_strtbl.used);
800 arwrite(filename, fd, sym_strtbl.base, sym_strtbl.used);
940 if ((need + sym_strtbl.used) > sym_strtbl.size)
941 strtbl_alloc(&sym_strtbl, need);
943 (void) strcpy(sym_strtbl.base + sym_strtbl.used, symbol);
944 sym_strtbl.used += need;
1115 strtbl_pad(&sym_strtbl, pad_cnt, '\0');
1603 sum += sym_strtbl.used;