runtime.pcHeader.ptrSize (field)

3 uses

	runtime (current package)
		symtab.go#L342: 	ptrSize        uint8   // size of a ptr in bytes
		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))