Searched defs:peStringTable (Results 1 – 1 of 1) sorted by relevance
314 type peStringTable struct { struct315 strings []string316 stringsLen int320 func (t *peStringTable) size() int {326 func (t *peStringTable) add(str string) int {334 func (t *peStringTable) write(out *OutBuf) {