Home
last modified time | relevance | path

Searched defs:xcoffStringTable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dxcoff.go434 type xcoffStringTable struct { struct
435 strings []string
436 stringsLen int
440 func (t *xcoffStringTable) size() int {
446 func (t *xcoffStringTable) add(str string) int {
454 func (t *xcoffStringTable) write(out *OutBuf) {