runtime.pcHeader.magic (field)
3 uses
runtime (current package)
symtab.go#L339: magic uint32 // 0xFFFFFFFA
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)