Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for __libc_start_main (0.3 sec)

  1. src/debug/elf/symbols_test.go

    			Size:    0x18C,
    		},
    		Symbol{
    			Name:    "_fini",
    			Info:    0x12,
    			Other:   0x0,
    			Section: 0xE,
    			Value:   0x400594,
    			Size:    0x0,
    		},
    		Symbol{
    			Name:    "__libc_start_main@@GLIBC_2.2.5",
    			Info:    0x12,
    			Other:   0x0,
    			Section: 0x0,
    			Value:   0x0,
    			Size:    0x1C2,
    		},
    		Symbol{
    			Name:    "_IO_stdin_used",
    			Info:    0x11,
    			Other:   0x0,
    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/cmd/cgo/doc.go

    _cgo_import.go, which looks like:
    
    	//go:cgo_dynamic_linker "/lib64/ld-linux-x86-64.so.2"
    	//go:cgo_import_dynamic puts puts#GLIBC_2.2.5 "libc.so.6"
    	//go:cgo_import_dynamic __libc_start_main __libc_start_main#GLIBC_2.2.5 "libc.so.6"
    	//go:cgo_import_dynamic stdout stdout#GLIBC_2.2.5 "libc.so.6"
    	//go:cgo_import_dynamic fflush fflush#GLIBC_2.2.5 "libc.so.6"
    	//go:cgo_import_dynamic _ _ "libpthread.so.0"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  3. src/debug/elf/file_test.go

    			{"__gmon_start__", 32, 0, 0, 0, 0, "", ""},
    			{"_Jv_RegisterClasses", 32, 0, 0, 0, 0, "", ""},
    			{"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, "", ""},
    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. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

        34: 0000000000404058     0 OBJECT  GLOBAL HIDDEN    25 __dso_handle
        35: 0000000000401318     0 FUNC    GLOBAL HIDDEN    16 _fini
        36: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __libc_start_mai[...]
        37: 0000000000401170     5 FUNC    GLOBAL HIDDEN    15 _dl_relocate_sta[...]
        38: 0000000000401250    61 FUNC    GLOBAL DEFAULT   15 _ZN7Greeter8sayH[...]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top