Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for __DTOR_LIST__ (0.47 sec)

  1. src/debug/elf/symbols_test.go

    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "__CTOR_LIST__",
    			Info:    0x1,
    			Other:   0x0,
    			Section: 0x12,
    			Value:   0x600688,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "__DTOR_LIST__",
    			Info:    0x1,
    			Other:   0x0,
    			Section: 0x13,
    			Value:   0x600698,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "__JCR_LIST__",
    			Info:    0x1,
    			Other:   0x0,
    			Section: 0x14,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 05 18:18:26 UTC 2019
    - 13.4K bytes
    - Viewed (0)
  2. src/debug/elf/file_test.go

    			{"<built-in>", 4, 0, 65521, 0, 0, "", ""},
    			{"/usr/src/lib/csu/i386-elf/crti.S", 4, 0, 65521, 0, 0, "", ""},
    			{"crtstuff.c", 4, 0, 65521, 0, 0, "", ""},
    			{"__CTOR_LIST__", 1, 0, 14, 134518436, 0, "", ""},
    			{"__DTOR_LIST__", 1, 0, 15, 134518444, 0, "", ""},
    			{"__EH_FRAME_BEGIN__", 1, 0, 12, 134518280, 0, "", ""},
    			{"__JCR_LIST__", 1, 0, 16, 134518452, 0, "", ""},
    			{"p.0", 1, 0, 11, 134518276, 0, "", ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/lib.go

    					ctxt.loader.SymName(froms[0]), froms[0])
    			}
    		}
    	}
    	// If needed, create the __CTOR_LIST__ and __DTOR_LIST__
    	// symbols (referenced by some of the mingw support library
    	// routines). Creation of these symbols is normally done by the
    	// linker if not already present.
    	want := []string{"__CTOR_LIST__", "__DTOR_LIST__"}
    	isunresolved := symbolsAreUnresolved(ctxt, want)
    	for k, w := range want {
    		if isunresolved[k] {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top