Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ITabTypeOff (0.64 sec)

  1. src/internal/abi/compiletype.go

    // TFlagOff returns the offset of Type.TFlag for a compilation target with a given ptrSize
    func TFlagOff(ptrSize int) int { return 2*ptrSize + 4 }
    
    // ITabTypeOff returns the offset of ITab.Type for a compilation target with a given ptrSize
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 03:01:24 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/decodesym.go

    func decodeItabType(ldr *loader.Loader, arch *sys.Arch, symIdx loader.Sym) loader.Sym {
    	relocs := ldr.Relocs(symIdx)
    	return decodeRelocSym(ldr, symIdx, &relocs, int32(abi.ITabTypeOff(arch.PtrSize)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top