Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetPrecursorFunc (0.41 sec)

  1. src/cmd/internal/obj/dwarf.go

    	if fnstate, found := ft.precursor[s]; found {
    		return fnstate.precursor
    	}
    	return nil
    }
    
    func (ft *DwarfFixupTable) SetPrecursorFunc(s *LSym, fn Func) {
    	if _, found := ft.precursor[s]; found {
    		ft.ctxt.Diag("internal error: DwarfFixupTable.SetPrecursorFunc double call on %v", s)
    	}
    
    	// initialize abstract function symbol now. This is done here so
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:40:28 UTC 2023
    - 22K bytes
    - Viewed (0)
Back to top