Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for windynrelocsym (0.2 sec)

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

    			}
    			r.SetSym(rel.Sym())
    			r.SetAdd(int64(tplt))
    		}
    	}
    	return nil
    }
    
    // windynrelocsyms generates jump table to C library functions that will be
    // added later. windynrelocsyms writes the table into .rel symbol.
    func (ctxt *Link) windynrelocsyms() {
    	if !(ctxt.IsWindows() && iscgo && ctxt.IsInternal()) {
    		return
    	}
    
    	rel := ctxt.loader.CreateSymForUpdate(".rel", 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
Back to top