Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for standalone (0.22 sec)

  1. src/cmd/cgo/doc.go

    the godoc binary, which uses net but no other cgo, can run without
    needing gcc available. The second rule means that a build of a
    cgo-wrapped library like sqlite3 can generate a standalone executable
    instead of needing to refer to a dynamic library. The specific choice
    can be overridden using a command line flag: cmd/link -linkmode=internal or
    cmd/link -linkmode=external.
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg debug/elf, const ELFOSABI_NSK OSABI
    pkg debug/elf, const ELFOSABI_OPENBSD OSABI
    pkg debug/elf, const ELFOSABI_OPENVMS OSABI
    pkg debug/elf, const ELFOSABI_SOLARIS OSABI
    pkg debug/elf, const ELFOSABI_STANDALONE OSABI
    pkg debug/elf, const ELFOSABI_TRU64 OSABI
    pkg debug/elf, const EM_386 Machine
    pkg debug/elf, const EM_486 Machine
    pkg debug/elf, const EM_68HC12 Machine
    pkg debug/elf, const EM_68K Machine
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. api/go1.1.txt

    pkg debug/elf, const ELFOSABI_NSK = 14
    pkg debug/elf, const ELFOSABI_OPENBSD = 12
    pkg debug/elf, const ELFOSABI_OPENVMS = 13
    pkg debug/elf, const ELFOSABI_SOLARIS = 6
    pkg debug/elf, const ELFOSABI_STANDALONE = 255
    pkg debug/elf, const ELFOSABI_TRU64 = 10
    pkg debug/elf, const EM_386 = 3
    pkg debug/elf, const EM_486 = 6
    pkg debug/elf, const EM_68HC12 = 53
    pkg debug/elf, const EM_68K = 4
    pkg debug/elf, const EM_860 = 7
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top