Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for __data_start (0.15 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

        44: 0000000000404060     0 OBJECT  GLOBAL HIDDEN    25 __TMC_END__
        45: 0000000000404080   272 OBJECT  GLOBAL DEFAULT   26 _ZSt4cout@GLIBCXX_3.4
        46: 0000000000404050     0 NOTYPE  GLOBAL DEFAULT   25 __data_start
        47: 0000000000404198     0 NOTYPE  GLOBAL DEFAULT   26 _end
        48: 0000000000404060     0 NOTYPE  GLOBAL DEFAULT   26 __bss_start
        49: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND _ZNSt8ios_base4I[...]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. src/debug/elf/symbols_test.go

    			Size:    0x1C2,
    		},
    		Symbol{
    			Name:    "_IO_stdin_used",
    			Info:    0x11,
    			Other:   0x0,
    			Section: 0xF,
    			Value:   0x4005A4,
    			Size:    0x4,
    		},
    		Symbol{
    			Name:    "__data_start",
    			Info:    0x10,
    			Other:   0x0,
    			Section: 0x18,
    			Value:   0x600880,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "__dso_handle",
    			Info:    0x11,
    			Other:   0x2,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 05 18:18:26 UTC 2019
    - 13.4K bytes
    - Viewed (0)
  3. src/debug/elf/file_test.go

    			{"puts@@GLIBC_2.2.5", 18, 0, 0, 0, 396, "", ""},
    			{"_fini", 18, 0, 14, 4195732, 0, "", ""},
    			{"__libc_start_main@@GLIBC_2.2.5", 18, 0, 0, 0, 450, "", ""},
    			{"_IO_stdin_used", 17, 0, 15, 4195748, 4, "", ""},
    			{"__data_start", 16, 0, 24, 6293632, 0, "", ""},
    			{"__dso_handle", 17, 2, 24, 6293640, 0, "", ""},
    			{"__libc_csu_init", 18, 0, 13, 4195536, 137, "", ""},
    			{"__bss_start", 16, 0, 65521, 6293656, 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)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	_            [6]uint32
    	Status       uint32
    	Status_flags uint32
    	User_count   uint32
    	_            [13]uint32
    }
    
    type DmIoctl struct {
    	Version      [3]uint32
    	Data_size    uint32
    	Data_start   uint32
    	Target_count uint32
    	Open_count   int32
    	Flags        uint32
    	Event_nr     uint32
    	_            uint32
    	Dev          uint64
    	Name         [128]byte
    	Uuid         [129]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top