Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assignAddress (2.58 sec)

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

    	}
    }
    
    // assigns address for a text symbol, returns (possibly new) section, its number, and the address.
    func assignAddress(ctxt *Link, sect *sym.Section, n int, s loader.Sym, va uint64, isTramp, big bool) (*sym.Section, int, uint64) {
    	ldr := ctxt.loader
    	if thearch.AssignAddress != nil {
    		return thearch.AssignAddress(ldr, sect, n, s, va, isTramp)
    	}
    
    	ldr.SetSymSect(s, sect)
    	if ldr.AttrSubSymbol(s) {
    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