Home | History | Annotate | Download | only in runtime

Lines Matching refs:Writer

43 func gen(arch string, tags, zero, copy func(io.Writer)) {
61 func notags(w io.Writer) { fmt.Fprintln(w) }
63 func zeroAMD64(w io.Writer) {
79 func copyAMD64(w io.Writer) {
98 func zero386(w io.Writer) {
109 func copy386(w io.Writer) {
127 func zeroARM(w io.Writer) {
138 func copyARM(w io.Writer) {
152 func zeroARM64(w io.Writer) {
163 func copyARM64(w io.Writer) {
177 func tagsPPC64x(w io.Writer) {
183 func zeroPPC64x(w io.Writer) {
194 func copyPPC64x(w io.Writer) {
198 func tagsMIPS64x(w io.Writer) {
204 func zeroMIPS64x(w io.Writer) {
216 func copyMIPS64x(w io.Writer) {