Searched defs:xcoffStringTable (Results 1 – 1 of 1) sorted by relevance
434 type xcoffStringTable struct { struct435 strings []string436 stringsLen int440 func (t *xcoffStringTable) size() int {446 func (t *xcoffStringTable) add(str string) int {454 func (t *xcoffStringTable) write(out *OutBuf) {