Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writegdbscript (0.14 sec)

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

    	} else {
    		cusize -= 4 // exclude the length field.
    		su.SetUint32(d.arch, 0, uint32(cusize))
    	}
    	return append(syms, cu...)
    }
    
    func (d *dwctxt) writegdbscript() dwarfSecInfo {
    	// TODO (aix): make it available
    	if d.linkctxt.HeadType == objabi.Haix {
    		return dwarfSecInfo{}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top