Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hashed64Syms (0.17 sec)

  1. src/cmd/link/internal/loader/loader.go

    		if kind == hashed64Def {
    			checkHash = func() (symAndSize, bool) {
    				h64 = r.Hash64(li - uint32(r.ndef))
    				s, existed := st.hashed64Syms[h64]
    				return s, existed
    			}
    			addToHashMap = func(ss symAndSize) { st.hashed64Syms[h64] = ss }
    		} else {
    			checkHash = func() (symAndSize, bool) {
    				h = r.Hash(li - uint32(r.ndef+r.nhashed64def))
    				s, existed := st.hashedSyms[*h]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top