Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 67 for Ntoc (0.04 sec)

  1. src/debug/macho/macho.go

    		Len            uint32
    		Ilocalsym      uint32
    		Nlocalsym      uint32
    		Iextdefsym     uint32
    		Nextdefsym     uint32
    		Iundefsym      uint32
    		Nundefsym      uint32
    		Tocoffset      uint32
    		Ntoc           uint32
    		Modtaboff      uint32
    		Nmodtab        uint32
    		Extrefsymoff   uint32
    		Nextrefsyms    uint32
    		Indirectsymoff uint32
    		Nindirectsyms  uint32
    		Extreloff      uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 14 00:56:52 UTC 2021
    - 7.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/loadmacho/ldmacho.go

    }
    
    type ldMachoDysymtab struct {
    	ilocalsym      uint32
    	nlocalsym      uint32
    	iextdefsym     uint32
    	nextdefsym     uint32
    	iundefsym      uint32
    	nundefsym      uint32
    	tocoff         uint32
    	ntoc           uint32
    	modtaboff      uint32
    	nmodtab        uint32
    	extrefsymoff   uint32
    	nextrefsyms    uint32
    	indirectsymoff uint32
    	nindirectsyms  uint32
    	extreloff      uint32
    	nextrel        uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 12 18:45:57 UTC 2022
    - 19.1K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/macho.go

    	n += nkind[SymKindExtdef]
    
    	ml.data[4] = uint32(n)                   /* iundefsym */
    	ml.data[5] = uint32(nkind[SymKindUndef]) /* nundefsym */
    
    	ml.data[6] = 0  /* tocoffset */
    	ml.data[7] = 0  /* ntoc */
    	ml.data[8] = 0  /* modtaboff */
    	ml.data[9] = 0  /* nmodtab */
    	ml.data[10] = 0 /* extrefsymoff */
    	ml.data[11] = 0 /* nextrefsyms */
    
    	ldr := ctxt.loader
    
    	// must match domacholink below
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  4. src/strconv/atoc.go

    qiulaidongfeng <******@****.***> 1714788079 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun May 05 00:24:26 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/xcoff.go

    	XCOFF_R_REL = 0x02 // A(sym-*) Relative to self
    	XCOFF_R_TOC = 0x03 // A(sym-TOC) Relative to TOC
    	XCOFF_R_TRL = 0x12 // A(sym-TOC) TOC Relative indirect load.
    
    	XCOFF_R_TRLA = 0x13 // A(sym-TOC) TOC Rel load address. modifiable inst
    	XCOFF_R_GL   = 0x05 // A(external TOC of sym) Global Linkage
    	XCOFF_R_TCL  = 0x06 // A(local TOC of sym) Local object TOC address
    	XCOFF_R_RL   = 0x0C // A(sym) Pos indirect load. modifiable instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/test/stubtest_linux_ppc64le.S

    //                      TOC save slot is rewrittent to restore TOC.
    // NOTOC -> TOC [P10]: A PIC call stub using P10 instructions to call the global entry
    // NOTOC -> TOC [P8]:  A PIC call stub using P8 instructions to call the global entry
    //
    // TOC   -> dynamic:              A PLT call stub is generated which saves R2.
    //                                 TOC save slot is rewritten to restore TOC.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 15:06:17 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  7. src/internal/xcoff/xcoff.go

    	R_REL = 0x02 // A(sym-*) Relative to self
    	R_TOC = 0x03 // A(sym-TOC) Relative to TOC
    	R_TRL = 0x12 // A(sym-TOC) TOC Relative indirect load.
    
    	R_TRLA = 0x13 // A(sym-TOC) TOC Rel load address. modifiable inst
    	R_GL   = 0x05 // A(external TOC of sym) Global Linkage
    	R_TCL  = 0x06 // A(local TOC of sym) Local object TOC address
    	R_RL   = 0x0C // A(sym) Pos indirect load. modifiable instruction
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 08 20:36:37 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ppc64/asm.go

    //
    // There are 3 cases today (as paraphrased from the ELFv2 document):
    //
    //  1. R2 holds the TOC pointer on entry. The call stub must save R2 into the ELFv2 TOC stack save slot.
    //
    //  2. R2 holds the TOC pointer on entry. The caller has already saved R2 to the TOC stack save slot.
    //
    //  3. R2 does not hold the TOC pointer on entry. The caller has no expectations of R2.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/base.css

        }
    
        .appendix .toc > dl > dt,
        .appendix .toc > dl > dt:last-of-type
        .book .home .toc > dl > dt,
        .book .home .toc > dl > dt:last-of-type
        .chapter .toc > dl > dt,
        .chapter .toc > dl > dt:last-of-type {
            padding: 0.5rem 0;
            margin: 0;
        }
    
        .appendix .toc a,
        .book .home .toc a,
        .chapter .toc a {
            padding-left: 10px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. pkg/ctrlz/assets/static/css/all.css

    .toc-inlined {
        padding-bottom: 1em
    }
    
    .toc-inlined .directory {
        border-left: 0
    }
    
    .toc-inlined .directory li {
        font-size: 1rem
    }
    
    .toc-inlined .directory ul {
        list-style-type: none !important;
        padding-left: 0;
        padding-bottom: 0;
        margin: 0
    }
    
    .toc-inlined .directory ul ul {
        padding-left: 1em
    }
    
    .toc-inlined .directory ul a {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
Back to top