Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for machoreloc1 (0.08 sec)

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

    						// We generally use symbol-targeted relocations.
    						// DWARF tools seem to only handle section-targeted relocations,
    						// so generate section-targeted relocations in DWARF sections.
    						// See also machoreloc1.
    						o += ldr.SymValue(rs)
    					}
    				} else if target.IsWindows() {
    					// nothing to do
    				} else if target.IsAIX() {
    					o = ldr.SymValue(rs) + xadd
    				} else {
    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