Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for __bits (0.19 sec)

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

    	XCOFF_R_TLSM   = 0x24 // Module reference to TLS symbol
    	XCOFF_R_TLSML  = 0x25 // Module reference to local (own) module
    
    	XCOFF_R_TOCU = 0x30 // Relative to TOC - high order bits
    	XCOFF_R_TOCL = 0x31 // Relative to TOC - low order bits
    )
    
    type XcoffLdStr64 struct {
    	size uint16
    	name string
    }
    
    // xcoffFile is used to build XCOFF file.
    type xcoffFile struct {
    	xfhdr           XcoffFileHdr64
    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/debug/elf/file_test.go

    	//   [    1] .text             PROGBITS        00000000 000034 000000 00  AX  0   0  1
    	//   [    2] .data             PROGBITS        00000000 000034 000000 00  WA  0   0  1
    	//   [    3] .bss              NOBITS          00000000 000034 000000 00  WA  0   0  1
    	//   [    4] section_0001      PROGBITS        00000000 000034 000004 00  WA  0   0  4
    	//   [    5] section_0002      PROGBITS        00000000 000038 000004 00  WA  0   0  4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
Back to top