const modeCompilerObj …
const modeLinkerObj …
func dumpobj() { … }
func dumpobj1(outfile string, mode int) { … }
func printObjHeader(bout *bio.Writer) { … }
func startArchiveEntry(bout *bio.Writer) int64 { … }
func finishArchiveEntry(bout *bio.Writer, start int64, name string) { … }
func dumpCompilerObj(bout *bio.Writer) { … }
func dumpdata() { … }
func dumpLinkerObj(bout *bio.Writer) { … }
func dumpGlobal(n *ir.Name) { … }
func dumpGlobalConst(n *ir.Name) { … }
func addGCLocals() { … }
func ggloblnod(nam *ir.Name) { … }
func dumpembeds() { … }