Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dpe.go314 type peStringTable struct { struct
315 strings []string
316 stringsLen int
320 func (t *peStringTable) size() int {
326 func (t *peStringTable) add(str string) int {
334 func (t *peStringTable) write(out *OutBuf) {