Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allocateDataSectionForSym (0.15 sec)

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

    		sect.Extnum = n
    		n++
    	}
    }
    
    // allocateDataSectionForSym creates a new sym.Section into which a
    // single symbol will be placed. Here "seg" is the segment into which
    // the section will go, "s" is the symbol to be placed into the new
    // section, and "rwx" contains permissions for the section.
    func (state *dodataState) allocateDataSectionForSym(seg *sym.Segment, s loader.Sym, rwx int) *sym.Section {
    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