%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/modules/4.4.0-112-generic/build/arch/um/include/asm/ |
Upload File : |
#include <asm-generic/vmlinux.lds.h> .fini : { *(.fini) } =0x9090 _etext = .; PROVIDE (etext = .); . = ALIGN(4096); _sdata = .; PROVIDE (sdata = .); RODATA .unprotected : { *(.unprotected) } . = ALIGN(4096); PROVIDE (_unprotected_end = .); . = ALIGN(4096); .note : { *(.note.*) } EXCEPTION_TABLE(0) BUG_TABLE .uml.setup.init : { __uml_setup_start = .; *(.uml.setup.init) __uml_setup_end = .; } .uml.help.init : { __uml_help_start = .; *(.uml.help.init) __uml_help_end = .; } .uml.postsetup.init : { __uml_postsetup_start = .; *(.uml.postsetup.init) __uml_postsetup_end = .; } .init.setup : { INIT_SETUP(0) } PERCPU_SECTION(32) .initcall.init : { INIT_CALLS } .con_initcall.init : { CON_INITCALL } .uml.initcall.init : { __uml_initcall_start = .; *(.uml.initcall.init) __uml_initcall_end = .; } SECURITY_INIT .exitcall : { __exitcall_begin = .; *(.exitcall.exit) __exitcall_end = .; } .uml.exitcall : { __uml_exitcall_begin = .; *(.uml.exitcall.exit) __uml_exitcall_end = .; } . = ALIGN(4); .altinstructions : { __alt_instructions = .; *(.altinstructions) __alt_instructions_end = .; } .altinstr_replacement : { *(.altinstr_replacement) } /* .exit.text is discard at runtime, not link time, to deal with references from .altinstructions and .eh_frame */ .exit.text : { EXIT_TEXT } .exit.data : { *(.exit.data) } .preinit_array : { __preinit_array_start = .; *(.preinit_array) __preinit_array_end = .; } .init_array : { __init_array_start = .; *(.init_array) __init_array_end = .; } .fini_array : { __fini_array_start = .; *(.fini_array) __fini_array_end = .; } . = ALIGN(4096); .init.ramfs : { INIT_RAM_FS }