Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for SYMBOL (4.26 sec)

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

    		objabi.ElfRelocOffset + objabi.RelocType(elf.R_ARM_JUMP24):
    		return true
    	}
    	// TODO: other architectures.
    	return false
    }
    
    // FoldSubSymbolOffset computes the offset of symbol s to its top-level outer
    // symbol. Returns the top-level symbol and the offset.
    // This is used in generating external relocations.
    func FoldSubSymbolOffset(ldr *loader.Loader, s loader.Sym) (loader.Sym, int64) {
    	outer := ldr.OuterSym(s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  2. src/debug/elf/elf.go

    	R_X86_64_32S             R_X86_64 = 11 /* Add 32 bit sign extended symbol value */
    	R_X86_64_16              R_X86_64 = 12 /* Add 16 bit zero extended symbol value */
    	R_X86_64_PC16            R_X86_64 = 13 /* Add 16 bit signed extended pc relative symbol value */
    	R_X86_64_8               R_X86_64 = 14 /* Add 8 bit zero extended symbol value */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

          },
          "funding": {
            "url": "https://github.com/sponsors/ljharb"
          }
        },
        "node_modules/get-symbol-description": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
          "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
          "dev": true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  4. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

        interface UnsupportedInheritanceFromJavaMemberReferencingKotlinFunction : KaFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = UnsupportedInheritanceFromJavaMemberReferencingKotlinFunction::class
            val symbol: KaSymbol
        }
    
        interface CyclicInheritanceHierarchy : KaFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = CyclicInheritanceHierarchy::class
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 172.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //
    // For more about build flags, see 'go help build'.
    //
    // For more about specifying packages, see 'go help packages'.
    //
    // # Show documentation for package or symbol
    //
    // Usage:
    //
    //	go doc [doc flags] [package|[package.]symbol[.methodOrField]]
    //
    // Doc prints the documentation comments associated with the item identified by its
    // arguments (a package, const, func, type, var, method, or struct field)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    	// and returns a list of named output files.
    	asm(b *Builder, a *Action, sfiles []string) ([]string, error)
    	// symabis scans the symbol ABIs from sfiles and returns the
    	// path to the output symbol ABIs file, or "" if none.
    	symabis(b *Builder, a *Action, sfiles []string) (string, error)
    	// pack runs the archive packer in a specific directory to create
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnosticsImpl.kt

    ) : KaAbstractFirDiagnostic<KtElement>(firDiagnostic, token), KaFirDiagnostic.SupertypeNotAClassOrInterface
    
    internal class UnsupportedInheritanceFromJavaMemberReferencingKotlinFunctionImpl(
        override val symbol: KaSymbol,
        firDiagnostic: KtPsiDiagnostic,
        token: KaLifetimeToken,
    ) : KaAbstractFirDiagnostic<PsiElement>(firDiagnostic, token), KaFirDiagnostic.UnsupportedInheritanceFromJavaMemberReferencingKotlinFunction
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 227.2K bytes
    - Viewed (0)
  8. src/unicode/tables.go

    	P      = _P
    	Sc     = _Sc // Sc is the set of Unicode characters in category Sc (Symbol, currency).
    	Sk     = _Sk // Sk is the set of Unicode characters in category Sk (Symbol, modifier).
    	Sm     = _Sm // Sm is the set of Unicode characters in category Sm (Symbol, math).
    	So     = _So // So is the set of Unicode characters in category So (Symbol, other).
    	Space  = _Z  // Space/Z is the set of Unicode space characters, category Z.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      llvm::ArrayRef<llvm::StringRef> GetExportedNames(int node_id) const;
    
      // Gets the name in the module symbol table for this node.
      // This name is only used for internal IR references.
      llvm::StringRef GetSymbolTableName(int node_id) const;
    
     private:
      // In the absence of any other information, use this name as the symbol table
      // name for this node.
      std::string GetDefaultSymbolTableName(int node_id) const;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		{name: "NAN", controls: 1}, // FP, unordered comparison (parity one)
    
    		// JUMPTABLE implements jump tables.
    		// Aux is the symbol (an *obj.LSym) for the jump table.
    		// control[0] is the index into the jump table.
    		// control[1] is the address of the jump table (the address of the symbol stored in Aux).
    		{name: "JUMPTABLE", controls: 2, aux: "Sym"},
    	}
    
    	archs = append(archs, arch{
    		name:               "AMD64",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
Back to top