Internals-DumpArenas

 view release on metacpan or  search on metacpan

ook2.txt  view on Meta::CPAN

OP *Perl_pp_entergiven(void);
OP *Perl_pp_enteriter(void);
OP *Perl_pp_enterloop(void);
OP *Perl_pp_entertry(void);
OP *Perl_pp_enterwhen(void);
OP *Perl_pp_exit(void);
OP *Perl_pp_flip(void);
OP *Perl_pp_flop(void);
OP *Perl_pp_formline(void);
OP *Perl_pp_goto(void);
OP *Perl_pp_grepstart(void);
OP *Perl_pp_hintseval(void);
OP *Perl_pp_last(void);
OP *Perl_pp_leaveeval(void);
OP *Perl_pp_leavegiven(void);
OP *Perl_pp_leaveloop(void);
OP *Perl_pp_leavetry(void);
OP *Perl_pp_leavewhen(void);
OP *Perl_pp_mapwhile(void);
OP *Perl_pp_next(void);
OP *Perl_pp_range(void);
OP *Perl_pp_redo(void);
OP *Perl_pp_regcomp(void);
OP *Perl_pp_regcreset(void);
OP *Perl_pp_require(void);
OP *Perl_pp_reset(void);
OP *Perl_pp_return(void);
OP *Perl_pp_smartmatch(void);
OP *Perl_pp_substcont(void);
OP *Perl_pp_wantarray(void);
OP *Perl_pp_xor(void);
void Perl_qerror(SV *);
void Perl_rxres_save(void **, REGEXP *);
OP *Perl_sv_compile_2op(SV *, OP **, const char *, PAD **);
OP *Perl_sv_compile_2op_is_broken(SV *, OP **, const char *, PAD **);
static PerlIO *S_check_type_and_open(SV *);
static void S_destroy_matcher(PMOP *);
static OP *S_do_smartmatch(HV *, HV *);
static OP *S_docatch(OP *);
static char S_doeval(int, OP **, CV *, U32);
static OP *S_dofindlabel(OP *, const char *, OP **, OP **);
static PerlIO *S_doopen_pm(SV *);
static OP *S_doparseform(SV *);
static I32 S_dopoptolabel(const char *);
static I32 S_dopoptoloop(I32);
static I32 S_dopoptosub_at(const PERL_CONTEXT *, I32);
static PMOP *S_make_matcher(REGEXP *);
static char S_matcher_matches_sv(PMOP *, SV *);
static char S_path_is_absolute(const char *);
static I32 S_run_user_filter(int, SV *, int);
static void S_rxres_free(void **);
static int S_try_yyparse(int);

File pp_sys.c:
OP *Perl_pp_accept(void);
OP *Perl_pp_alarm(void);
OP *Perl_pp_backtick(void);
OP *Perl_pp_bind(void);
OP *Perl_pp_binmode(void);
OP *Perl_pp_chdir(void);
OP *Perl_pp_chown(void);
OP *Perl_pp_chroot(void);
OP *Perl_pp_close(void);
OP *Perl_pp_closedir(void);
OP *Perl_pp_dbmopen(void);
OP *Perl_pp_die(void);
OP *Perl_pp_ehostent(void);
OP *Perl_pp_enterwrite(void);
OP *Perl_pp_eof(void);
OP *Perl_pp_exec(void);
OP *Perl_pp_fileno(void);
OP *Perl_pp_flock(void);
OP *Perl_pp_fork(void);
OP *Perl_pp_ftis(void);
OP *Perl_pp_ftlink(void);
OP *Perl_pp_ftrowned(void);
OP *Perl_pp_ftrread(void);
OP *Perl_pp_fttext(void);
OP *Perl_pp_fttty(void);
OP *Perl_pp_getc(void);
OP *Perl_pp_getlogin(void);
OP *Perl_pp_getpeername(void);
OP *Perl_pp_getpgrp(void);
OP *Perl_pp_getppid(void);
OP *Perl_pp_getpriority(void);
OP *Perl_pp_ggrent(void);
OP *Perl_pp_ghostent(void);
OP *Perl_pp_glob(void);
OP *Perl_pp_gmtime(void);
OP *Perl_pp_gnetent(void);
OP *Perl_pp_gprotoent(void);
OP *Perl_pp_gpwent(void);
OP *Perl_pp_gservent(void);
OP *Perl_pp_ioctl(void);
OP *Perl_pp_leavewrite(void);
OP *Perl_pp_link(void);
OP *Perl_pp_listen(void);
OP *Perl_pp_mkdir(void);
OP *Perl_pp_open(void);
OP *Perl_pp_open_dir(void);
OP *Perl_pp_pipe_op(void);
OP *Perl_pp_prtf(void);
OP *Perl_pp_rcatline(void);
OP *Perl_pp_readdir(void);
OP *Perl_pp_readlink(void);
OP *Perl_pp_rename(void);
OP *Perl_pp_rewinddir(void);
OP *Perl_pp_rmdir(void);
OP *Perl_pp_seekdir(void);
OP *Perl_pp_select(void);
OP *Perl_pp_semctl(void);
OP *Perl_pp_semget(void);
OP *Perl_pp_setpgrp(void);
OP *Perl_pp_setpriority(void);
OP *Perl_pp_shmwrite(void);
OP *Perl_pp_shostent(void);
OP *Perl_pp_shutdown(void);
OP *Perl_pp_sleep(void);
OP *Perl_pp_socket(void);
OP *Perl_pp_sockpair(void);
OP *Perl_pp_sselect(void);

ook2.txt  view on Meta::CPAN


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 *);

ook2.txt  view on Meta::CPAN

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);

ook2.txt  view on Meta::CPAN

0x0805defc  endservent@plt
0x0805df0c  sigemptyset@plt
0x0805df1c  connect
0x0805df1c  connect@plt
0x0805df2c  setgroups@plt
0x0805df3c  getpid
0x0805df3c  getpid@plt
0x0805df4c  localeconv
0x0805df4c  localeconv@plt
0x0805df5c  setregid
0x0805df5c  setregid@plt
0x0805df6c  mkdir
0x0805df6c  mkdir@plt
0x0805df7c  dirfd@plt
0x0805df8c  srand48@plt
0x0805df9c  strerror@plt
0x0805dfac  getsockname
0x0805dfac  getsockname@plt
0x0805dfbc  sysconf
0x0805dfbc  sysconf@plt
0x0805dfcc  memcmp
0x0805dfcc  memcmp@plt
0x0805dfdc  drand48@plt
0x0805dfec  qsort@plt
0x0805dffc  __longjmp_chk@plt
0x0805e00c  setlinebuf@plt
0x0805e01c  shutdown
0x0805e01c  shutdown@plt
0x0805e02c  open64
0x0805e02c  open64@plt
0x0805e03c  gcvt
0x0805e03c  gcvt@plt
0x0805e04c  msgget@plt
0x0805e05c  signal
0x0805e05c  signal@plt
0x0805e06c  getnetbyaddr@plt
0x0805e07c  syscall
0x0805e07c  syscall@plt
0x0805e08c  sigismember@plt
0x0805e09c  __gmon_start__
0x0805e09c  __gmon_start__@plt
0x0805e0ac  realloc@plt
0x0805e0bc  unsetenv@plt
0x0805e0cc  __xstat64
0x0805e0cc  __xstat64@plt
0x0805e0dc  localtime@plt
0x0805e0ec  setservent@plt
0x0805e0fc  getgrnam@plt
0x0805e10c  strtod@plt
0x0805e11c  socketpair
0x0805e11c  socketpair@plt
0x0805e12c  strxfrm@plt
0x0805e13c  strchr
0x0805e13c  strchr@plt
0x0805e14c  endhostent@plt
0x0805e15c  getenv@plt
0x0805e16c  calloc@plt
0x0805e17c  endnetent@plt
0x0805e18c  setnetent@plt
0x0805e19c  shmat@plt
0x0805e1ac  fchown
0x0805e1ac  fchown@plt
0x0805e1bc  write
0x0805e1bc  write@plt
0x0805e1cc  sendto
0x0805e1cc  sendto@plt
0x0805e1dc  semop@plt
0x0805e1ec  pow
0x0805e1ec  pow@plt
0x0805e1fc  listen
0x0805e1fc  listen@plt
0x0805e20c  dlclose
0x0805e20c  dlclose@plt
0x0805e21c  rename
0x0805e21c  rename@plt
0x0805e22c  getlogin@plt
0x0805e23c  memset
0x0805e23c  memset@plt
0x0805e24c  fopen64
0x0805e24c  fopen64@plt
0x0805e25c  getprotobyname@plt
0x0805e26c  __libc_start_main@plt
0x0805e27c  getspnam@plt
0x0805e28c  execl@plt
0x0805e29c  floor
0x0805e29c  floor@plt
0x0805e2ac  __memcpy_chk
0x0805e2ac  __memcpy_chk@plt
0x0805e2bc  _exit
0x0805e2bc  _exit@plt
0x0805e2cc  strrchr
0x0805e2cc  strrchr@plt
0x0805e2dc  modf
0x0805e2dc  modf@plt
0x0805e2ec  fseeko64@plt
0x0805e2fc  chmod
0x0805e2fc  chmod@plt
0x0805e30c  __assert_fail@plt
0x0805e31c  sethostent@plt
0x0805e32c  __vsnprintf_chk
0x0805e32c  __vsnprintf_chk@plt
0x0805e33c  setegid@plt
0x0805e34c  read
0x0805e34c  read@plt
0x0805e35c  msgsnd
0x0805e35c  msgsnd@plt
0x0805e36c  exp
0x0805e36c  exp@plt
0x0805e37c  ungetc
0x0805e37c  ungetc@plt
0x0805e38c  gettimeofday
0x0805e38c  gettimeofday@plt
0x0805e39c  strtol@plt
0x0805e3ac  fdopen
0x0805e3ac  fdopen@plt
0x0805e3bc  getservbyport@plt
0x0805e3cc  __ctype_toupper_loc@plt
0x0805e3dc  free@plt
0x0805e3ec  shmctl
0x0805e3ec  shmctl@plt
0x0805e3fc  __lxstat64
0x0805e3fc  __lxstat64@plt

ook2.txt  view on Meta::CPAN

0x0805e67c  alarm
0x0805e67c  alarm@plt
0x0805e68c  unlink
0x0805e68c  unlink@plt
0x0805e69c  getpwuid@plt
0x0805e6ac  getppid
0x0805e6ac  getppid@plt
0x0805e6bc  setlocale@plt
0x0805e6cc  waitpid
0x0805e6cc  waitpid@plt
0x0805e6dc  clearerr@plt
0x0805e6ec  __h_errno_location@plt
0x0805e6fc  fgetc
0x0805e6fc  fgetc@plt
0x0805e70c  feof
0x0805e70c  feof@plt
0x0805e71c  chroot
0x0805e71c  chroot@plt
0x0805e72c  getegid
0x0805e72c  getegid@plt
0x0805e73c  dlopen
0x0805e73c  dlopen@plt
0x0805e74c  killpg@plt
0x0805e75c  chdir
0x0805e75c  chdir@plt
0x0805e76c  div@plt
0x0805e77c  bind
0x0805e77c  bind@plt
0x0805e78c  getuid
0x0805e78c  getuid@plt
0x0805e79c  gethostbyaddr@plt
0x0805e7ac  endprotoent@plt
0x0805e7bc  putenv@plt
0x0805e7cc  mkstemp64@plt
0x0805e7dc  getgrent@plt
0x0805e7ec  select
0x0805e7ec  select@plt
0x0805e7fc  closedir
0x0805e7fc  closedir@plt
0x0805e80c  close
0x0805e80c  close@plt
0x0805e81c  fwrite
0x0805e81c  fwrite@plt
0x0805e82c  rewinddir@plt
0x0805e83c  eaccess
0x0805e83c  eaccess@plt
0x0805e84c  frexp
0x0805e84c  frexp@plt
0x0805e85c  getprotoent@plt
0x0805e86c  strstr
0x0805e86c  strstr@plt
0x0805e87c  time@plt
0x0805e88c  ftruncate64
0x0805e88c  ftruncate64@plt
0x0805e89c  nl_langinfo@plt
0x0805e8ac  malloc@plt
0x0805e8bc  sigprocmask
0x0805e8bc  sigprocmask@plt
0x0805e8cc  setpwent@plt
0x0805e8dc  getnetent@plt
0x0805e8ec  chown
0x0805e8ec  chown@plt
0x0805e8fc  __stack_chk_fail@plt
0x0805e90c  msgctl
0x0805e90c  msgctl@plt
0x0805e91c  setprotoent@plt
0x0805e92c  getpgid
0x0805e92c  getpgid@plt
0x0805e93c  atan2
0x0805e93c  atan2@plt
0x0805e94c  rmdir
0x0805e94c  rmdir@plt
0x0805e95c  dlerror
0x0805e95c  dlerror@plt
0x0805e96c  __isnan@plt
0x0805e97c  seekdir@plt
0x0805e98c  getgrgid@plt
0x0805e99c  sleep
0x0805e99c  sleep@plt
0x0805e9ac  sigaddset@plt
0x0805e9bc  readlink
0x0805e9bc  readlink@plt
0x0805e9cc  msgrcv
0x0805e9cc  msgrcv@plt
0x0805e9dc  memmove
0x0805e9dc  memmove@plt
0x0805e9ec  setreuid
0x0805e9ec  setreuid@plt
0x0805e9fc  __ctype_tolower_loc@plt
0x0805ea0c  pause
0x0805ea0c  pause@plt
0x0805ea1c  send
0x0805ea1c  send@plt
0x0805ea2c  getcwd
0x0805ea2c  getcwd@plt
0x0805ea3c  prctl
0x0805ea3c  prctl@plt
0x0805ea4c  log
0x0805ea4c  log@plt
0x0805ea5c  fork
0x0805ea5c  fork@plt
0x0805ea6c  __fxstat64
0x0805ea6c  __fxstat64@plt
0x0805ea7c  setsockopt
0x0805ea7c  setsockopt@plt
0x0805ea8c  gethostent@plt
0x0805ea9c  fcntl
0x0805ea9c  fcntl@plt
0x0805eaac  endpwent@plt
0x0805eabc  flock
0x0805eabc  flock@plt
0x0805eacc  utimes
0x0805eacc  utimes@plt
0x0805eadc  getgroups
0x0805eadc  getgroups@plt
0x0805eaec  memchr
0x0805eaec  memchr@plt
0x0805eafc  strncmp
0x0805eafc  strncmp@plt
0x0805eb0c  crypt@plt
0x0805eb1c  link
0x0805eb1c  link@plt



( run in 1.535 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )