Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for SHT_FINI_ARRAY (0.22 sec)

  1. src/cmd/cgo/internal/testcarchive/carchive_test.go

    			want = elf.SHT_NOBITS
    		case ".symtab":
    			want = elf.SHT_SYMTAB
    		case ".strtab":
    			want = elf.SHT_STRTAB
    		case ".init_array":
    			want = elf.SHT_INIT_ARRAY
    		case ".fini_array":
    			want = elf.SHT_FINI_ARRAY
    		case ".preinit_array":
    			want = elf.SHT_PREINIT_ARRAY
    		}
    		if want != elf.SHT_NULL && sec.Type != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  2. src/debug/elf/elf.go

    	SHT_DYNSYM         SectionType = 11         /* dynamic symbol table section */
    	SHT_INIT_ARRAY     SectionType = 14         /* Initialization function pointers. */
    	SHT_FINI_ARRAY     SectionType = 15         /* Termination function pointers. */
    	SHT_PREINIT_ARRAY  SectionType = 16         /* Pre-initialization function ptrs. */
    	SHT_GROUP          SectionType = 17         /* Section group. */
    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/tools/internal/stdlib/manifest.go

    		{"SHN_LOOS", Const, 0},
    		{"SHN_LOPROC", Const, 0},
    		{"SHN_LORESERVE", Const, 0},
    		{"SHN_UNDEF", Const, 0},
    		{"SHN_XINDEX", Const, 0},
    		{"SHT_DYNAMIC", Const, 0},
    		{"SHT_DYNSYM", Const, 0},
    		{"SHT_FINI_ARRAY", Const, 0},
    		{"SHT_GNU_ATTRIBUTES", Const, 0},
    		{"SHT_GNU_HASH", Const, 0},
    		{"SHT_GNU_LIBLIST", Const, 0},
    		{"SHT_GNU_VERDEF", Const, 0},
    		{"SHT_GNU_VERNEED", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg debug/elf, const SHN_UNDEF SectionIndex
    pkg debug/elf, const SHN_XINDEX SectionIndex
    pkg debug/elf, const SHT_DYNAMIC SectionType
    pkg debug/elf, const SHT_DYNSYM SectionType
    pkg debug/elf, const SHT_FINI_ARRAY SectionType
    pkg debug/elf, const SHT_GNU_ATTRIBUTES SectionType
    pkg debug/elf, const SHT_GNU_HASH SectionType
    pkg debug/elf, const SHT_GNU_LIBLIST SectionType
    pkg debug/elf, const SHT_GNU_VERDEF SectionType
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg debug/elf, const SHN_LORESERVE = 65280
    pkg debug/elf, const SHN_UNDEF = 0
    pkg debug/elf, const SHN_XINDEX = 65535
    pkg debug/elf, const SHT_DYNAMIC = 6
    pkg debug/elf, const SHT_DYNSYM = 11
    pkg debug/elf, const SHT_FINI_ARRAY = 15
    pkg debug/elf, const SHT_GNU_ATTRIBUTES = 1879048181
    pkg debug/elf, const SHT_GNU_HASH = 1879048182
    pkg debug/elf, const SHT_GNU_LIBLIST = 1879048183
    pkg debug/elf, const SHT_GNU_VERDEF = 1879048189
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top