Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for NFILES (0.09 sec)

  1. src/internal/coverage/defs.go

    // following:
    //
    // -- MetaSymbolHeader header----------
    //  | size: size of this blob in bytes
    //  | packagepath: <path to p>
    //  | modulepath: <modpath for p>
    //  | nfiles: 1
    //  | nfunctions: 2
    //  --func offsets table------
    //  <offset to func 0>
    //  <offset to func 1>
    //  --string table (contains all files and functions)------
    //  | <uleb128 len> 4
    //  | <data> "p.go"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 12:51:16 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"kern.mbstat", []_C_int{1, 59}},
    	{"kern.msgbuf", []_C_int{1, 48}},
    	{"kern.msgbufsize", []_C_int{1, 38}},
    	{"kern.nchstats", []_C_int{1, 41}},
    	{"kern.netlivelocks", []_C_int{1, 76}},
    	{"kern.nfiles", []_C_int{1, 56}},
    	{"kern.ngroups", []_C_int{1, 18}},
    	{"kern.nosuidcoredump", []_C_int{1, 32}},
    	{"kern.nprocs", []_C_int{1, 47}},
    	{"kern.nthreads", []_C_int{1, 26}},
    	{"kern.numvnodes", []_C_int{1, 58}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. src/syscall/zsysctl_openbsd.go

    	{"kern.mbstat", []_C_int{1, 59}},
    	{"kern.msgbuf", []_C_int{1, 48}},
    	{"kern.msgbufsize", []_C_int{1, 38}},
    	{"kern.nchstats", []_C_int{1, 41}},
    	{"kern.netlivelocks", []_C_int{1, 76}},
    	{"kern.nfiles", []_C_int{1, 56}},
    	{"kern.ngroups", []_C_int{1, 18}},
    	{"kern.nosuidcoredump", []_C_int{1, 32}},
    	{"kern.nprocs", []_C_int{1, 47}},
    	{"kern.nthreads", []_C_int{1, 26}},
    	{"kern.numvnodes", []_C_int{1, 58}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  4. src/runtime/symtab.go

    	pad1, pad2     uint8   // 0,0
    	minLC          uint8   // min instruction size
    	ptrSize        uint8   // size of a ptr in bytes
    	nfunc          int     // number of functions in the module
    	nfiles         uint    // number of entries in the file tab
    	textStart      uintptr // base for function entry PC offsets in this module, equal to moduledata.text
    	funcnameOffset uintptr // offset to the funcnametab variable from pcHeader
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top