Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/ssagen/pgen.go

    	}
    	globalMapInitLsyms[s] = struct{}{}
    }
    
    // weakenGlobalMapInitRelocs walks through all of the relocations on a
    // given a package init function "fn" and looks for relocs that target
    // outlined global map initializer functions; if it finds any such
    // relocs, it flags them as R_WEAK.
    func weakenGlobalMapInitRelocs(fn *ir.Func) {
    	if globalMapInitLsyms == nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top