Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for dwrnges (0.11 sec)

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

    	case ".debug_loc":
    		return ".dwloc", SSUBTYP_DWLOC
    	case ".debug_pubnames":
    		return ".dwpbnms", SSUBTYP_DWPBNMS
    	case ".debug_pubtypes":
    		return ".dwpbtyp", SSUBTYP_DWPBTYP
    	case ".debug_ranges":
    		return ".dwrnges", SSUBTYP_DWRNGES
    	}
    	// never used
    	return "", 0
    }
    
    // getXCOFFscnum returns the XCOFF section number of a Go section.
    func (f *xcoffFile) getXCOFFscnum(sect *sym.Section) int16 {
    	switch sect.Seg {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  2. src/internal/xcoff/file_test.go

    			{".dwinfo", 0x00000000, 0x00000314, STYP_DWARF | SSUBTYP_DWINFO, 0x7ef6, 0xa},
    			{".dwabrev", 0x00000000, 0x000000d6, STYP_DWARF | SSUBTYP_DWABREV, 0, 0},
    			{".dwarnge", 0x00000000, 0x00000020, STYP_DWARF | SSUBTYP_DWARNGE, 0x7f5a, 0x2},
    			{".dwloc", 0x00000000, 0x00000074, STYP_DWARF | SSUBTYP_DWLOC, 0, 0},
    			{".debug", 0x00000000, 0x00005e4f, STYP_DEBUG, 0, 0},
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 10 18:52:31 UTC 2018
    - 3K bytes
    - Viewed (0)
Back to top