Internals-DumpArenas
view release on metacpan or search on metacpan
OP *Perl_pp_entergiven(PerlInterpreter *);
OP *Perl_pp_enteriter(PerlInterpreter *);
OP *Perl_pp_enterloop(PerlInterpreter *);
OP *Perl_pp_entertry(PerlInterpreter *);
OP *Perl_pp_enterwhen(PerlInterpreter *);
OP *Perl_pp_exit(PerlInterpreter *);
OP *Perl_pp_flip(PerlInterpreter *);
OP *Perl_pp_flop(PerlInterpreter *);
OP *Perl_pp_formline(PerlInterpreter *);
OP *Perl_pp_goto(PerlInterpreter *);
OP *Perl_pp_grepstart(PerlInterpreter *);
OP *Perl_pp_hintseval(PerlInterpreter *);
OP *Perl_pp_last(PerlInterpreter *);
OP *Perl_pp_leaveeval(PerlInterpreter *);
OP *Perl_pp_leavegiven(PerlInterpreter *);
OP *Perl_pp_leaveloop(PerlInterpreter *);
OP *Perl_pp_leavetry(PerlInterpreter *);
OP *Perl_pp_leavewhen(PerlInterpreter *);
OP *Perl_pp_mapwhile(PerlInterpreter *);
OP *Perl_pp_next(PerlInterpreter *);
OP *Perl_pp_range(PerlInterpreter *);
OP *Perl_pp_redo(PerlInterpreter *);
OP *Perl_pp_regcomp(PerlInterpreter *);
OP *Perl_pp_regcreset(PerlInterpreter *);
OP *Perl_pp_require(PerlInterpreter *);
OP *Perl_pp_reset(PerlInterpreter *);
OP *Perl_pp_return(PerlInterpreter *);
OP *Perl_pp_smartmatch(PerlInterpreter *);
OP *Perl_pp_substcont(PerlInterpreter *);
OP *Perl_pp_wantarray(PerlInterpreter *);
OP *Perl_pp_xor(PerlInterpreter *);
void Perl_qerror(PerlInterpreter *, SV *);
void Perl_rxres_save(PerlInterpreter *, void **, REGEXP *);
OP *Perl_sv_compile_2op(PerlInterpreter *, SV *, OP **, const char *, PAD **);
OP *Perl_sv_compile_2op_is_broken(PerlInterpreter *, SV *, OP **, const char *, PAD **);
static PerlIO *S_check_type_and_open(PerlInterpreter *, SV *);
static void S_destroy_matcher(PerlInterpreter *, PMOP *);
static OP *S_do_smartmatch(PerlInterpreter *, HV *, HV *);
static OP *S_docatch(PerlInterpreter *, OP *);
static char S_doeval(PerlInterpreter *, int, OP **, CV *, U32);
static OP *S_dofindlabel(PerlInterpreter *, OP *, const char *, OP **, OP **);
static PerlIO *S_doopen_pm(PerlInterpreter *, SV *);
static OP *S_doparseform(PerlInterpreter *, SV *);
static I32 S_dopoptolabel(PerlInterpreter *, const char *);
static I32 S_dopoptoloop(PerlInterpreter *, I32);
static I32 S_dopoptosub_at(PerlInterpreter *, const PERL_CONTEXT *, I32);
static PMOP *S_make_matcher(PerlInterpreter *, REGEXP *);
static char S_matcher_matches_sv(PerlInterpreter *, PMOP *, SV *);
static char S_path_is_absolute(const char *);
static I32 S_run_user_filter(PerlInterpreter *, int, SV *, int);
static void S_rxres_free(PerlInterpreter *, void **);
static int S_try_yyparse(PerlInterpreter *, int);
File pp_sys.c:
OP *Perl_pp_accept(PerlInterpreter *);
OP *Perl_pp_alarm(PerlInterpreter *);
OP *Perl_pp_backtick(PerlInterpreter *);
OP *Perl_pp_bind(PerlInterpreter *);
OP *Perl_pp_binmode(PerlInterpreter *);
OP *Perl_pp_chdir(PerlInterpreter *);
OP *Perl_pp_chown(PerlInterpreter *);
OP *Perl_pp_chroot(PerlInterpreter *);
OP *Perl_pp_close(PerlInterpreter *);
OP *Perl_pp_closedir(PerlInterpreter *);
OP *Perl_pp_dbmopen(PerlInterpreter *);
OP *Perl_pp_die(PerlInterpreter *);
OP *Perl_pp_ehostent(PerlInterpreter *);
OP *Perl_pp_enterwrite(PerlInterpreter *);
OP *Perl_pp_eof(PerlInterpreter *);
OP *Perl_pp_exec(PerlInterpreter *);
OP *Perl_pp_fileno(PerlInterpreter *);
OP *Perl_pp_flock(PerlInterpreter *);
OP *Perl_pp_fork(PerlInterpreter *);
OP *Perl_pp_ftis(PerlInterpreter *);
OP *Perl_pp_ftlink(PerlInterpreter *);
OP *Perl_pp_ftrowned(PerlInterpreter *);
OP *Perl_pp_ftrread(PerlInterpreter *);
OP *Perl_pp_fttext(PerlInterpreter *);
OP *Perl_pp_fttty(PerlInterpreter *);
OP *Perl_pp_getc(PerlInterpreter *);
OP *Perl_pp_getlogin(PerlInterpreter *);
OP *Perl_pp_getpeername(PerlInterpreter *);
OP *Perl_pp_getpgrp(PerlInterpreter *);
OP *Perl_pp_getppid(PerlInterpreter *);
OP *Perl_pp_getpriority(PerlInterpreter *);
OP *Perl_pp_ggrent(PerlInterpreter *);
OP *Perl_pp_ghostent(PerlInterpreter *);
OP *Perl_pp_glob(PerlInterpreter *);
OP *Perl_pp_gmtime(PerlInterpreter *);
OP *Perl_pp_gnetent(PerlInterpreter *);
OP *Perl_pp_gprotoent(PerlInterpreter *);
OP *Perl_pp_gpwent(PerlInterpreter *);
OP *Perl_pp_gservent(PerlInterpreter *);
OP *Perl_pp_ioctl(PerlInterpreter *);
OP *Perl_pp_leavewrite(PerlInterpreter *);
OP *Perl_pp_link(PerlInterpreter *);
OP *Perl_pp_listen(PerlInterpreter *);
OP *Perl_pp_mkdir(PerlInterpreter *);
OP *Perl_pp_open(PerlInterpreter *);
OP *Perl_pp_open_dir(PerlInterpreter *);
OP *Perl_pp_pipe_op(PerlInterpreter *);
OP *Perl_pp_prtf(PerlInterpreter *);
OP *Perl_pp_rcatline(PerlInterpreter *);
OP *Perl_pp_readdir(PerlInterpreter *);
OP *Perl_pp_readlink(PerlInterpreter *);
OP *Perl_pp_rename(PerlInterpreter *);
OP *Perl_pp_rewinddir(PerlInterpreter *);
OP *Perl_pp_rmdir(PerlInterpreter *);
OP *Perl_pp_seekdir(PerlInterpreter *);
OP *Perl_pp_select(PerlInterpreter *);
OP *Perl_pp_semctl(PerlInterpreter *);
OP *Perl_pp_semget(PerlInterpreter *);
OP *Perl_pp_setpgrp(PerlInterpreter *);
OP *Perl_pp_setpriority(PerlInterpreter *);
OP *Perl_pp_shmwrite(PerlInterpreter *);
OP *Perl_pp_shostent(PerlInterpreter *);
OP *Perl_pp_shutdown(PerlInterpreter *);
OP *Perl_pp_sleep(PerlInterpreter *);
OP *Perl_pp_socket(PerlInterpreter *);
OP *Perl_pp_sockpair(PerlInterpreter *);
OP *Perl_pp_sselect(PerlInterpreter *);
File execl.c:
int execl(const char *, const char *, ...);
File execvp.c:
int execvp(const char *, char * const *);
File execlp.c:
int execlp(const char *, const char *, ...);
File execvpe.c:
int __execvpe(const char *, char * const *, char * const *);
File ../nptl/sysdeps/unix/sysv/linux/getpid.c:
pid_t __getpid(void);
File ../sysdeps/unix/sysv/linux/i386/getuid.c:
uid_t __getuid(void);
File ../sysdeps/unix/sysv/linux/i386/geteuid.c:
uid_t __geteuid(void);
File ../sysdeps/unix/sysv/linux/i386/getgid.c:
gid_t __getgid(void);
File ../sysdeps/unix/sysv/linux/i386/getegid.c:
gid_t __getegid(void);
File ../sysdeps/unix/sysv/linux/i386/getgroups.c:
int __getgroups(int, gid_t *);
File ../sysdeps/unix/sysv/linux/i386/setuid.c:
int __setuid(uid_t);
File ../sysdeps/unix/sysv/linux/i386/setgid.c:
int __setgid(gid_t);
File group_member.c:
int __group_member(gid_t);
File bsd-getpgrp.c:
pid_t __bsd_getpgrp(pid_t);
File setpgrp.c:
int setpgrp(void);
File ../sysdeps/unix/sysv/linux/i386/getresuid.c:
int __getresuid(uid_t *, uid_t *, uid_t *);
File ../sysdeps/unix/sysv/linux/i386/getresgid.c:
int __getresgid(gid_t *, gid_t *, gid_t *);
File ../sysdeps/unix/sysv/linux/i386/setresuid.c:
int __setresuid(uid_t, uid_t, uid_t);
File ../sysdeps/unix/sysv/linux/i386/setresgid.c:
int __setresgid(gid_t, gid_t, gid_t);
File ../sysdeps/unix/sysv/linux/pathconf.c:
long int __pathconf(const char *, int);
long int __statfs_chown_restricted(int, const struct statfs *);
long int __statfs_filesize_max(int, const struct statfs *);
long int __statfs_link_max(int, const struct statfs *);
long int __statfs_symlinks(int, const struct statfs *);
File ../sysdeps/unix/sysv/linux/x86_64/sysconf.c:
long int __sysconf(int);
File ../sysdeps/posix/sysconf.c:
static long int __sysconf_check_spec(const char *);
File ../sysdeps/unix/sysv/linux/fpathconf.c:
long int __fpathconf(int, int);
File glob.c:
int __glob_pattern_p(const char *, int);
int __glob_pattern_type(const char *, int);
int glob(const char *, int, int (*)(const char *, int), glob_t *);
void globfree(glob_t *);
static int collated_compare(const void *, const void *);
static int glob_in_dir(const char *, const char *, int, int (*)(const char *, int), glob_t *);
static int link_exists2_p(const char *, unsigned int, const char *, glob_t *);
static const char *next_brace_sub(const char *, int);
static int prefix_array(const char *, char **, unsigned int);
File ../posix/glob.c:
int __glob64(const char *, int, int (*)(const char *, int), glob64_t *);
int __old_glob64(const char *, int, int (*)(const char *, int), glob64_t *);
void globfree64(glob64_t *);
static int __old_glob_in_dir(const char *, const char *, int, int (*)(const char *, int), glob64_t *);
static int collated_compare(const void *, const void *);
static int glob_in_dir(const char *, const char *, int, int (*)(const char *, int), glob64_t *);
static int link_exists2_p(const char *, size_t, const char *, glob64_t *);
static const char *next_brace_sub(const char *, int);
static int prefix_array(const char *, char **, size_t);
File fnmatch.c:
int __fnmatch(const char *, const char *, int);
File fnmatch_loop.c:
static const char *end_pattern(const char *);
static const wchar_t *end_wpattern(const wchar_t *);
static int ext_match(int, const char *, const char *, const char *, int, int);
static int ext_wmatch(wint_t, const wchar_t *, const wchar_t *, const wchar_t *, int, int);
static int internal_fnmatch(const char *, const char *, const char *, int, int, struct fnmatch_struct *);
static int internal_fnwmatch(const wchar_t *, const wchar_t *, const wchar_t *, int, int, struct fnwmatch_struct *);
File confstr.c:
size_t confstr(int, char *, size_t);
File getopt.c:
int __posix_getopt(int, char * const *, const char *);
int _getopt_internal(int, char * const *, const char *, const struct option *, int *, int, int);
int _getopt_internal_r(int, char * const *, const char *, const struct option *, int *, int, struct _getopt_data *, int);
int getopt(int, char * const *, const char *);
static void exchange(char **, struct _getopt_data *);
File getopt1.c:
int _getopt_long_only_r(int, char * const *, const char *, const struct option *, int *, struct _getopt_data *);
int _getopt_long_r(int, char * const *, const char *, const struct option *, int *, struct _getopt_data *);
int getopt_long(int, char * const *, const char *, const struct option *, int *);
int __fstatfs64(int, struct statfs64 *);
File ../sysdeps/unix/sysv/linux/statvfs.c:
int statvfs(const char *, struct statvfs *);
File ../sysdeps/unix/sysv/linux/fstatvfs.c:
int fstatvfs(int, struct statvfs *);
File ../sysdeps/unix/sysv/linux/statvfs64.c:
int __statvfs64(const char *, struct statvfs64 *);
File ../sysdeps/unix/sysv/linux/fstatvfs64.c:
int __fstatvfs64(int, struct statvfs64 *);
File ../sysdeps/unix/sysv/linux/fchmodat.c:
int fchmodat(int, const char *, mode_t, int);
File ../sysdeps/unix/sysv/linux/mkdirat.c:
int mkdirat(int, const char *, mode_t);
File ../sysdeps/unix/sysv/linux/open64.c:
int __libc_open64(const char *, int, ...);
File ../sysdeps/unix/sysv/linux/openat.c:
void __atfct_seterrno(int, int, const char *);
int __openat(int, const char *, int, ...);
int __openat_2(int, const char *, int);
int __openat_nocancel(int, const char *, int, mode_t);
int __openat64(int, const char *, int, ...);
int __openat64_2(int, const char *, int);
int __openat64_nocancel(int, const char *, int, mode_t);
File ../sysdeps/posix/euidaccess.c:
int __euidaccess(const char *, int);
File ../sysdeps/unix/sysv/linux/faccessat.c:
int faccessat(int, const char *, int, int);
File ../sysdeps/unix/sysv/linux/i386/fcntl.c:
int __fcntl_nocancel(int, int, ...);
int __libc_fcntl(int, int, ...);
File lockf.c:
int lockf(int, int, off_t);
File ../sysdeps/unix/sysv/linux/i386/lockf64.c:
int lockf64(int, int, off64_t);
File creat64.c:
int creat64(const char *, mode_t);
File ../sysdeps/unix/sysv/linux/getcwd.c:
char *__getcwd(char *, size_t);
File getwd.c:
char *getwd(char *);
File getdirname.c:
char *get_current_dir_name(void);
File ../sysdeps/unix/sysv/linux/i386/chown.c:
int __chown_is_lchown(const char *, uid_t, gid_t);
int __real_chown(const char *, uid_t, gid_t);
File ../sysdeps/unix/sysv/linux/i386/fchown.c:
int __fchown(int, uid_t, gid_t);
File ../sysdeps/unix/sysv/linux/i386/lchown.c:
int __lchown(const char *, uid_t, gid_t);
File ../sysdeps/unix/sysv/linux/i386/fchownat.c:
int fchownat(int, const char *, uid_t, gid_t, int);
File ../sysdeps/unix/sysv/linux/ttyname.c:
char *ttyname(int);
static char *getttyname(const char *, dev_t, ino64_t, int, int *);
File ../sysdeps/unix/sysv/linux/ttyname_r.c:
int __ttyname_r(int, char *, size_t);
static int getttyname_r(char *, size_t, dev_t, ino64_t, int, int *);
File ../sysdeps/posix/isatty.c:
int __isatty(int);
File ../sysdeps/unix/sysv/linux/linkat.c:
int linkat(int, const char *, int, const char *, int);
File ../sysdeps/unix/sysv/linux/symlinkat.c:
int symlinkat(const char *, int, const char *);
File ../sysdeps/unix/sysv/linux/readlinkat.c:
ssize_t readlinkat(int, const char *, char *, size_t);
File ../sysdeps/unix/sysv/linux/unlinkat.c:
int unlinkat(int, const char *, int);
File ../sysdeps/unix/sysv/linux/poll.c:
int __poll(struct pollfd *, nfds_t, int);
File ../sysdeps/unix/sysv/linux/ppoll.c:
int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
File ../sysdeps/unix/sysv/linux/posix_fadvise.c:
int posix_fadvise(int, off_t, off_t, int);
File ../sysdeps/unix/sysv/linux/i386/posix_fallocate.c:
int posix_fallocate(int, __off_t, __off_t);
File ../sysdeps/posix/posix_fallocate64.c:
int __posix_fallocate64_l32(int, off64_t, size_t);
File ../sysdeps/unix/sysv/linux/i386/posix_fallocate64.c:
int __posix_fallocate64_l64(int, __off64_t, __off64_t);
File ../sysdeps/unix/sysv/linux/utimensat.c:
int utimensat(int, const char *, const struct timespec *, int);
File ../sysdeps/unix/sysv/linux/futimens.c:
int futimens(int, const struct timespec *);
File lchmod.c:
int lchmod(const char *, mode_t);
File ftw.c:
int __new_nftw(const char *, __nftw_func_t, int, int);
int __old_nftw(const char *, __nftw_func_t, int, int);
int ftw(const char *, __ftw_func_t, int);
static int add_object(struct ftw_data *, struct stat *);
static int ftw_dir(struct ftw_data *, struct stat *, struct dir_data *);
static int ftw_startup(const char *, int, void *, int, int);
static int object_compare(const void *, const void *);
static int process_entry(struct ftw_data *, struct dir_data *, const char *, size_t, int);
0x0805c06c sigemptyset@plt
0x0805c07c connect
0x0805c07c connect@plt
0x0805c08c localtime_r
0x0805c08c localtime_r@plt
0x0805c09c setgroups@plt
0x0805c0ac getpid
0x0805c0ac getpid@plt
0x0805c0bc localeconv
0x0805c0bc localeconv@plt
0x0805c0cc setregid
0x0805c0cc setregid@plt
0x0805c0dc mkdir
0x0805c0dc mkdir@plt
0x0805c0ec dirfd@plt
0x0805c0fc getsockname
0x0805c0fc getsockname@plt
0x0805c10c sysconf
0x0805c10c sysconf@plt
0x0805c11c memcmp
0x0805c11c memcmp@plt
0x0805c12c qsort@plt
0x0805c13c getservbyname_r
0x0805c13c getservbyname_r@plt
0x0805c14c __longjmp_chk@plt
0x0805c15c setlinebuf@plt
0x0805c16c shutdown
0x0805c16c shutdown@plt
0x0805c17c gcvt
0x0805c17c gcvt@plt
0x0805c18c drand48_r@plt
0x0805c19c msgget@plt
0x0805c1ac signal
0x0805c1ac signal@plt
0x0805c1bc syscall
0x0805c1bc syscall@plt
0x0805c1cc sigismember@plt
0x0805c1dc __gmon_start__
0x0805c1dc __gmon_start__@plt
0x0805c1ec realloc@plt
0x0805c1fc unsetenv@plt
0x0805c20c __xstat64
0x0805c20c __xstat64@plt
0x0805c21c getservent_r
0x0805c21c getservent_r@plt
0x0805c22c localtime@plt
0x0805c23c setservent@plt
0x0805c24c strtod@plt
0x0805c25c socketpair
0x0805c25c socketpair@plt
0x0805c26c strxfrm@plt
0x0805c27c strchr
0x0805c27c strchr@plt
0x0805c28c endhostent@plt
0x0805c29c getenv@plt
0x0805c2ac calloc@plt
0x0805c2bc endnetent@plt
0x0805c2cc __register_atfork@plt
0x0805c2dc setnetent@plt
0x0805c2ec shmat@plt
0x0805c2fc fchown
0x0805c2fc fchown@plt
0x0805c30c write
0x0805c30c write@plt
0x0805c31c tzset
0x0805c31c tzset@plt
0x0805c32c sendto
0x0805c32c sendto@plt
0x0805c33c semop@plt
0x0805c34c pow
0x0805c34c pow@plt
0x0805c35c listen
0x0805c35c listen@plt
0x0805c36c pthread_key_delete@plt
0x0805c37c lseek64
0x0805c37c lseek64@plt
0x0805c38c dlclose
0x0805c38c dlclose@plt
0x0805c39c gethostent_r
0x0805c39c gethostent_r@plt
0x0805c3ac getspnam_r
0x0805c3ac getspnam_r@plt
0x0805c3bc rename
0x0805c3bc rename@plt
0x0805c3cc memset
0x0805c3cc memset@plt
0x0805c3dc fopen64
0x0805c3dc fopen64@plt
0x0805c3ec __libc_start_main@plt
0x0805c3fc execl@plt
0x0805c40c floor
0x0805c40c floor@plt
0x0805c41c __memcpy_chk
0x0805c41c __memcpy_chk@plt
0x0805c42c _exit
0x0805c42c _exit@plt
0x0805c43c strrchr
0x0805c43c strrchr@plt
0x0805c44c modf
0x0805c44c modf@plt
0x0805c45c pthread_getspecific
0x0805c45c pthread_getspecific@plt
0x0805c46c fseeko64@plt
0x0805c47c chmod
0x0805c47c chmod@plt
0x0805c48c __assert_fail@plt
0x0805c49c sethostent@plt
0x0805c4ac __vsnprintf_chk
0x0805c4ac __vsnprintf_chk@plt
0x0805c4bc setegid@plt
0x0805c4cc read
0x0805c4cc read@plt
0x0805c4dc msgsnd
0x0805c4dc msgsnd@plt
0x0805c4ec getnetbyname_r
0x0805c4ec getnetbyname_r@plt
0x0805c4fc exp
0x0805c4fc exp@plt
0x0805c50c ungetc
0x0805c50c ungetc@plt
0x0805c51c strerror_r
0x0805c51c strerror_r@plt
0x0805c87c getppid
0x0805c87c getppid@plt
0x0805c88c setlocale@plt
0x0805c89c waitpid
0x0805c89c waitpid@plt
0x0805c8ac clearerr@plt
0x0805c8bc __h_errno_location@plt
0x0805c8cc fgetc
0x0805c8cc fgetc@plt
0x0805c8dc feof
0x0805c8dc feof@plt
0x0805c8ec chroot
0x0805c8ec chroot@plt
0x0805c8fc getegid
0x0805c8fc getegid@plt
0x0805c90c dlopen
0x0805c90c dlopen@plt
0x0805c91c killpg@plt
0x0805c92c chdir
0x0805c92c chdir@plt
0x0805c93c div@plt
0x0805c94c bind
0x0805c94c bind@plt
0x0805c95c getuid
0x0805c95c getuid@plt
0x0805c96c pthread_mutex_init@plt
0x0805c97c endprotoent@plt
0x0805c98c putenv@plt
0x0805c99c mkstemp64@plt
0x0805c9ac getgrgid_r
0x0805c9ac getgrgid_r@plt
0x0805c9bc select
0x0805c9bc select@plt
0x0805c9cc pthread_setspecific
0x0805c9cc pthread_setspecific@plt
0x0805c9dc closedir
0x0805c9dc closedir@plt
0x0805c9ec readdir64_r
0x0805c9ec readdir64_r@plt
0x0805c9fc close
0x0805c9fc close@plt
0x0805ca0c fwrite
0x0805ca0c fwrite@plt
0x0805ca1c rewinddir@plt
0x0805ca2c eaccess
0x0805ca2c eaccess@plt
0x0805ca3c frexp
0x0805ca3c frexp@plt
0x0805ca4c strstr
0x0805ca4c strstr@plt
0x0805ca5c time@plt
0x0805ca6c ftruncate64
0x0805ca6c ftruncate64@plt
0x0805ca7c nl_langinfo@plt
0x0805ca8c malloc@plt
0x0805ca9c pthread_mutex_lock@plt
0x0805caac sigprocmask
0x0805caac sigprocmask@plt
0x0805cabc setpwent@plt
0x0805cacc getlogin_r@plt
0x0805cadc chown
0x0805cadc chown@plt
0x0805caec __stack_chk_fail@plt
0x0805cafc msgctl
0x0805cafc msgctl@plt
0x0805cb0c getnetent_r
0x0805cb0c getnetent_r@plt
0x0805cb1c setprotoent@plt
0x0805cb2c getpgid
0x0805cb2c getpgid@plt
0x0805cb3c atan2
0x0805cb3c atan2@plt
0x0805cb4c rmdir
0x0805cb4c rmdir@plt
0x0805cb5c dlerror
0x0805cb5c dlerror@plt
0x0805cb6c __isnan@plt
0x0805cb7c seekdir@plt
0x0805cb8c sleep
0x0805cb8c sleep@plt
0x0805cb9c sigaddset@plt
0x0805cbac getprotobyname_r
0x0805cbac getprotobyname_r@plt
0x0805cbbc readlink
0x0805cbbc readlink@plt
0x0805cbcc msgrcv
0x0805cbcc msgrcv@plt
0x0805cbdc memmove
0x0805cbdc memmove@plt
0x0805cbec setreuid
0x0805cbec setreuid@plt
0x0805cbfc __ctype_tolower_loc@plt
0x0805cc0c pause
0x0805cc0c pause@plt
0x0805cc1c send
0x0805cc1c send@plt
0x0805cc2c getcwd
0x0805cc2c getcwd@plt
0x0805cc3c prctl
0x0805cc3c prctl@plt
0x0805cc4c log
0x0805cc4c log@plt
0x0805cc5c gethostbyname_r
0x0805cc5c gethostbyname_r@plt
0x0805cc6c fork
0x0805cc6c fork@plt
0x0805cc7c __fxstat64
0x0805cc7c __fxstat64@plt
0x0805cc8c setsockopt
0x0805cc8c setsockopt@plt
0x0805cc9c fcntl
0x0805cc9c fcntl@plt
0x0805ccac endpwent@plt
0x0805ccbc flock
0x0805ccbc flock@plt
0x0805cccc utimes
0x0805cccc utimes@plt
0x0805ccdc getgroups
0x0805ccdc getgroups@plt
0x0805ccec memchr
0x0805ccec memchr@plt
0x0805ccfc strncmp
( run in 0.633 second using v1.01-cache-2.11-cpan-b16cb0d3907 )