Searched refs:sym_strtbl (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 44 * sym_strtbl: String table included at the end of the symbol table 56 static ARSTRTBL sym_strtbl; variable 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 [all...] |
Completed in 55 milliseconds