Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __DWARF (0.07 sec)

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

    		} else {
    			argv = append(argv, "-s")
    		}
    	}
    
    	// On darwin, whether to combine DWARF into executable.
    	// Only macOS supports unmapped segments such as our __DWARF segment.
    	combineDwarf := ctxt.IsDarwin() && !*FlagW && machoPlatform == PLATFORM_MACOS
    
    	switch ctxt.HeadType {
    	case objabi.Hdarwin:
    		if combineDwarf {
    			// Leave room for DWARF combining.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top