uawdijnntqw1x1x1
IP : 3.17.74.181
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
..
/
..
/
usr
/
src
/
..
/
lib
/
python3
/
..
/
ldscripts
/
i386linux.x
/
/
/* Default linker script, for normal executables */ /* Copyright (C) 2014-2017 Free Software Foundation, Inc. Copying and distribution of this script, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. */ OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux", "a.out-i386-linux") OUTPUT_ARCH(i386) SEARCH_DIR("=/usr/i386-linux-gnuaout/lib"); PROVIDE (__stack = 0); SECTIONS { . = 0x1020; .text : { CREATE_OBJECT_SYMBOLS *(.text) /* The next six sections are for SunOS dynamic linking. The order is important. */ *(.dynrel) *(.hash) *(.dynsym) *(.dynstr) *(.rules) *(.need) _etext = .; __etext = .; } . = ALIGN(0x1000); .data : { /* The first three sections are for SunOS dynamic linking. */ *(.dynamic) *(.got) *(.plt) *(.data) *(.linux-dynamic) /* For Linux dynamic linking. */ CONSTRUCTORS _edata = .; __edata = .; } .bss : { __bss_start = .; *(.bss) *(COMMON) . = ALIGN(4); _end = . ; __end = . ; } }
/var/../../usr/src/../lib/python3/../ldscripts/i386linux.x