Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for machoCompressSections (0.31 sec)

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

    	return machoUpdateDwarfHeader(&reader, compressedSects, dwarfsize, dwarfstart, realdwarf)
    }
    
    // machoCompressSections tries to compress the DWARF segments in dwarfm,
    // returning the updated sections and segment contents, nils if the sections
    // weren't compressed, or an error if there was a problem reading dwarfm.
    func machoCompressSections(ctxt *Link, dwarfm *macho.File) ([]*macho.Section, []byte, error) {
    	if !ctxt.compressDWARF {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top