runtime.pcHeader.pad1 (field)
3 uses
runtime (current package)
symtab.go#L340: pad1, pad2 uint8 // 0,0
symtab.go#L538: if hdr.magic != 0xfffffffa || hdr.pad1 != 0 || hdr.pad2 != 0 || hdr.minLC != sys.PCQuantum || hdr.ptrSize != sys.PtrSize {
symtab.go#L539: println("runtime: function symbol table header:", hex(hdr.magic), hex(hdr.pad1), hex(hdr.pad2), hex(hdr.minLC), hex(hdr.ptrSize))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)