Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GenABIWrappers (0.22 sec)

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

    				s.refs[sym] |= obj.ABISetOf(abi)
    			}
    		default:
    			log.Fatalf(`%s:%d: invalid symabi type "%s"`, file, lineNum, parts[0])
    		}
    	}
    }
    
    // GenABIWrappers applies ABI information to Funcs and generates ABI
    // wrapper functions where necessary.
    func (s *SymABIs) GenABIWrappers() {
    	// For cgo exported symbols, we tell the linker to export the
    	// definition ABI to C. That also means that we don't want to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top