Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for machoCodeSigSym (0.16 sec)

  1. src/cmd/link/internal/ld/macho.go

    	// e.g. dlsym'd. But internal linking is not the default in that case, so
    	// it is fine.
    }
    
    // machoCodeSigSym creates and returns a symbol for code signature.
    // The symbol context is left as zeros, which will be generated at the end
    // (as it depends on the rest of the file).
    func machoCodeSigSym(ctxt *Link, codeSize int64) loader.Sym {
    	ldr := ctxt.loader
    	cs := ldr.CreateSymForUpdate(".machocodesig", 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
Back to top