Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetOnList (0.23 sec)

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

    				// Assign its address directly in order to be the
    				// first symbol of this new section.
    				ntext.SetType(sym.STEXT)
    				ntext.SetSize(int64(abi.MINFUNC))
    				ntext.SetOnList(true)
    				ntext.SetAlign(sectAlign)
    				ctxt.tramps = append(ctxt.tramps, ntext.Sym())
    
    				ntext.SetValue(int64(va))
    				va += uint64(ntext.Size())
    
    				if align := ldr.SymAlign(s); align != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top