Internals-DumpArenas
view release on metacpan or search on metacpan
void Perl_pmop_dump(PMOP *);
char *Perl_pv_display(SV *, const char *, STRLEN, STRLEN, STRLEN);
char *Perl_pv_escape(SV *, const char * const, const size_t, const size_t, STRLEN * const, const U32);
char *Perl_pv_pretty(SV *, const char * const, const size_t, const size_t, const char * const, const char * const, const U32);
int Perl_runops_debug(void);
void Perl_sv_dump(SV *);
char *Perl_sv_peek(SV *);
void Perl_watch(char **);
static void S_append_flags(SV *, U32, const struct flag_to_name *, const struct flag_to_name * const);
static void S_sequence(const OP *);
static UV S_sequence_num(const OP *);
static void S_sequence_tail(const OP *);
File util.c:
void Perl_atfork_lock(void);
void Perl_atfork_unlock(void);
void *Perl_calloc(size_t, size_t);
void Perl_ck_warner(U32, const char *, ...);
void Perl_ck_warner_d(U32, const char *, ...);
char Perl_ckwarn(U32);
char Perl_ckwarn_d(U32);
void Perl_croak(const char *, ...);
void Perl_croak_no_modify(void);
void Perl_croak_sv(SV *);
char *Perl_delimcpy(char *, const char *, const char *, const char *, int, I32 *);
OP *Perl_die(const char *, ...);
OP *Perl_die_sv(SV *);
void Perl_fbm_compile(SV *, U32);
char *Perl_fbm_instr(unsigned char *, unsigned char *, SV *, U32);
char *Perl_find_script(const char *, char, const char * const * const, I32);
I32 Perl_foldEQ(const char *, const char *, I32);
I32 Perl_foldEQ_latin1(const char *, const char *, I32);
I32 Perl_foldEQ_locale(const char *, const char *, I32);
char *Perl_form(const char *, ...);
void *Perl_get_context(void);
void Perl_get_db_sub(SV **, CV *);
UV Perl_get_hash_seed(void);
const char *Perl_get_no_modify(void);
char **Perl_get_op_descs(void);
char **Perl_get_op_names(void);
U32 *Perl_get_opargs(void);
PPADDR_t *Perl_get_ppaddr(void);
REGEXP *Perl_get_re_arg(SV *);
MGVTBL *Perl_get_vtbl(int);
int Perl_getcwd_sv(SV *);
char *Perl_getenv_len(const char *, long unsigned int *);
void Perl_init_tm(struct tm *);
char *Perl_instr(const char *, const char *);
void *Perl_malloc(size_t);
SV *Perl_mess(const char *, ...);
SV *Perl_mess_sv(SV *, char);
void Perl_mfree(void *);
void Perl_mini_mktime(struct tm *);
void Perl_my_clearenv(void);
int Perl_my_dirfd(DIR *);
I32 Perl_my_fflush_all(void);
pid_t Perl_my_fork(void);
I32 Perl_my_pclose(PerlIO *);
PerlIO *Perl_my_popen(const char *, const char *);
PerlIO *Perl_my_popen_list(const char *, int, SV **);
void Perl_my_setenv(const char *, const char *);
int Perl_my_snprintf(char *, const size_t, const char *, ...);
int Perl_my_socketpair(int, int, int, int *);
char *Perl_my_strftime(const char *, int, int, int, int, int, int, int, int, int);
size_t Perl_my_strlcat(char *, const char *, size_t);
size_t Perl_my_strlcpy(char *, const char *, size_t);
void Perl_my_swabn(void *, int);
int Perl_my_vsnprintf(char *, const size_t, const char *, va_list);
SV *Perl_new_version(SV *);
STRLEN *Perl_new_warnings_bitfield(STRLEN *, const char * const, STRLEN);
char *Perl_ninstr(const char *, const char *, const char *, const char *);
U32 Perl_parse_unicode_opts(const char **);
const char *Perl_prescan_version(const char *, char, const char **, char *, int *, int *, char *);
void *Perl_realloc(void *, size_t);
void Perl_repeatcpy(char *, const char *, I32, I32);
void Perl_report_evil_fh(const GV *);
void Perl_report_wrongway_fh(const GV *, const char);
char *Perl_rninstr(const char *, const char *, const char *, const char *);
Sighandler_t Perl_rsignal(int, Sighandler_t);
int Perl_rsignal_restore(int, Sigsave_t *);
int Perl_rsignal_save(int, Sighandler_t, Sigsave_t *);
Sighandler_t Perl_rsignal_state(int);
void *Perl_safesyscalloc(size_t, size_t);
void Perl_safesysfree(void *);
void *Perl_safesysmalloc(size_t);
void *Perl_safesysrealloc(void *, size_t);
char *Perl_savepv(const char *);
char *Perl_savepvn(const char *, I32);
char *Perl_savesharedpv(const char *);
char *Perl_savesharedpvn(const char * const, const STRLEN);
char *Perl_savesharedsvpv(SV *);
char *Perl_savesvpv(SV *);
const char *Perl_scan_version(const char *, SV *, char);
char *Perl_screaminstr(SV *, SV *, I32, I32, I32 *, I32);
U32 Perl_seed(void);
void Perl_set_context(void *);
char Perl_sv_destroyable(SV *);
void Perl_sv_nosharing(SV *);
SV *Perl_upg_version(SV *, char);
int Perl_vcmp(SV *, SV *);
void Perl_vcroak(const char *, va_list *);
char *Perl_vform(const char *, va_list *);
SV *Perl_vmess(const char *, va_list *);
SV *Perl_vnormal(SV *);
SV *Perl_vnumify(SV *);
SV *Perl_vstringify(SV *);
SV *Perl_vverify(SV *);
void Perl_vwarn(const char *, va_list *);
void Perl_vwarner(U32, const char *, va_list *);
I32 Perl_wait4pid(pid_t, int *, int);
void Perl_warn(const char *, ...);
void Perl_warn_sv(SV *);
void Perl_warner(U32, const char *, ...);
void Perl_write_to_stderr(SV *);
void Perl_xs_apiversion_bootcheck(SV *, const char *, STRLEN);
void Perl_xs_version_bootcheck(U32, U32, const char *, STRLEN);
static char S_ckwarn_common(U32);
static const COP *S_closest_cop(const COP *, const OP *);
static char S_invoke_exception_hook(SV *, char);
static SV *S_mess_alloc(void);
static SV *S_with_queued_errors(SV *);
static char *S_write_no_mem(void);
File mg.c:
void Perl_csighandler(int, siginfo_t *, void *);
void Perl_despatch_signals(void);
void Perl_emulate_cop_io(const COP * const, SV * const);
int Perl_magic_clear_all_env(SV *, MAGIC *);
int Perl_magic_clearenv(SV *, MAGIC *);
int Perl_magic_clearhint(SV *, MAGIC *);
int Perl_magic_clearhints(SV *, MAGIC *);
int Perl_magic_clearisa(SV *, MAGIC *);
int Perl_magic_clearpack(SV *, MAGIC *);
int Perl_magic_clearsig(SV *, MAGIC *);
int Perl_magic_existspack(SV *, const MAGIC *);
int Perl_magic_freearylen_p(SV *, MAGIC *);
int Perl_magic_get(SV *, MAGIC *);
int Perl_magic_getarylen(SV *, const MAGIC *);
int Perl_magic_getdefelem(SV *, MAGIC *);
int Perl_magic_getnkeys(SV *, MAGIC *);
int Perl_magic_getpack(SV *, MAGIC *);
int Perl_magic_getpos(SV *, MAGIC *);
int Perl_magic_getsig(SV *, MAGIC *);
int Perl_magic_getsubstr(SV *, MAGIC *);
int Perl_magic_gettaint(SV *, MAGIC *);
int Perl_magic_getuvar(SV *, MAGIC *);
int Perl_magic_getvec(SV *, MAGIC *);
int Perl_magic_killbackrefs(SV *, MAGIC *);
U32 Perl_magic_len(SV *, MAGIC *);
SV *Perl_magic_methcall(SV *, const MAGIC *, const char *, U32, U32, ...);
int Perl_magic_nextpack(SV *, MAGIC *, SV *);
U32 Perl_magic_regdata_cnt(SV *, MAGIC *);
int Perl_magic_regdatum_get(SV *, MAGIC *);
int Perl_magic_regdatum_set(SV *, MAGIC *);
SV *Perl_magic_scalarpack(HV *, MAGIC *);
int Perl_magic_set(SV *, MAGIC *);
int Perl_magic_set_all_env(SV *, MAGIC *);
int Perl_magic_setamagic(SV *, MAGIC *);
int Perl_magic_setarylen(SV *, MAGIC *);
int Perl_magic_setcollxfrm(SV *, MAGIC *);
int Perl_magic_setdbline(SV *, MAGIC *);
int Perl_magic_setdefelem(SV *, MAGIC *);
int Perl_magic_setenv(SV *, MAGIC *);
int Perl_magic_sethint(SV *, MAGIC *);
int Perl_magic_setisa(SV *, MAGIC *);
int Perl_magic_setmglob(SV *, MAGIC *);
int Perl_magic_setnkeys(SV *, MAGIC *);
int Perl_magic_setpack(SV *, MAGIC *);
int Perl_magic_setpos(SV *, MAGIC *);
int Perl_magic_setregexp(SV *, MAGIC *);
int Perl_magic_setsig(SV *, MAGIC *);
int Perl_magic_setsubstr(SV *, MAGIC *);
int Perl_magic_settaint(SV *, MAGIC *);
int Perl_magic_setutf8(SV *, MAGIC *);
int Perl_magic_setuvar(SV *, MAGIC *);
int Perl_magic_setvec(SV *, MAGIC *);
U32 Perl_magic_sizepack(SV *, MAGIC *);
int Perl_magic_wipepack(SV *, MAGIC *);
int Perl_mg_clear(SV *);
int Perl_mg_copy(SV *, SV *, const char *, I32);
MAGIC *Perl_mg_find(const SV *, int);
MAGIC *Perl_mg_findext(const SV *, int, const MGVTBL *);
int Perl_mg_free(SV *);
void Perl_mg_free_type(SV *, int);
int Perl_mg_get(SV *);
U32 Perl_mg_length(SV *);
void Perl_mg_localize(SV *, SV *, char);
void Perl_mg_magical(SV *);
int Perl_mg_set(SV *);
I32 Perl_mg_size(SV *);
void Perl_sighandler(int, siginfo_t *, void *);
void Perl_vivify_defelem(SV *);
I32 Perl_whichsig(const char *);
MAGIC *S_mg_findext_flags(const SV *, int, const MGVTBL *, U32);
static SV *S_magic_methcall1(SV *, const MAGIC *, const char *, U32, int, SV *);
static int S_magic_methpack(SV *, const MAGIC *, const char *);
static void S_mg_free_struct(SV *, MAGIC *);
static void S_restore_magic(const void *);
static void S_save_magic(I32, SV *);
static void S_unwind_handler_stack(const void *);
static void restore_sigmask(SV *);
static void unblock_sigmask(void *);
File mro.c:
void Perl_boot_core_mro(void);
const struct mro_alg *Perl_mro_get_from_name(SV *);
AV *Perl_mro_get_linear_isa(HV *);
SV *Perl_mro_get_private_data(struct mro_meta * const, const struct mro_alg * const);
void Perl_mro_isa_changed_in(HV *);
struct mro_meta *Perl_mro_meta_init(HV *);
void Perl_mro_method_changed_in(HV *);
void Perl_mro_package_moved(HV * const, HV * const, const GV * const, U32);
void Perl_mro_register(const struct mro_alg *);
void Perl_mro_set_mro(struct mro_meta * const, SV * const);
SV *Perl_mro_set_private_data(struct mro_meta * const, const struct mro_alg * const, SV * const);
void XS_mro_method_changed_in(CV *);
static void S_mro_clean_isarev(HV * const, const char * const, const STRLEN, HV * const);
static void S_mro_gather_and_rename(HV * const, HV * const, HV *, HV *, SV *);
static AV *S_mro_get_linear_isa_dfs(HV *, U32);
File keywords.c:
I32 Perl_keyword(const char *, I32, char);
int _dlerror_run(void (*)(void *), void *);
static void check_free(struct dl_action_result *);
static void fini(void);
static void free_key_mem(void *);
static void init(void);
File dladdr.c:
int __dladdr(const void *, Dl_info *);
File dladdr1.c:
int __dladdr1(const void *, Dl_info *, void **, int);
File dlinfo.c:
int __dlinfo(void *, int, void *);
static void dlinfo_doit(void *);
File dlmopen.c:
void *__dlmopen(Lmid_t, const char *, int);
static void dlmopen_doit(void *);
File dlfcn.c:
static void init(int, char **);
File dlopenold.c:
void *__dlopen_nocheck(const char *, int);
static void dlopen_doit(void *);
File ../sysdeps/ieee754/k_standard.c:
double __kernel_standard(double, double, int);
File ../sysdeps/ieee754/s_matherr.c:
int __matherr(struct exception *);
File ../sysdeps/i386/fpu/fclrexcpt.c:
int __feclearexcept(int);
File ../sysdeps/i386/fpu/fgetexcptflg.c:
int __fegetexceptflag(fexcept_t *, int);
File ../sysdeps/i386/fpu/fraiseexcpt.c:
int __feraiseexcept(int);
File ../sysdeps/i386/fpu/fsetexcptflg.c:
int __fesetexceptflag(const fexcept_t *, int);
File ../sysdeps/i386/fpu/ftestexcept.c:
int fetestexcept(int);
File ../sysdeps/i386/fpu/fegetround.c:
int fegetround(void);
File ../sysdeps/i386/fpu/fesetround.c:
int fesetround(int);
File ../sysdeps/i386/fpu/fegetenv.c:
int __fegetenv(fenv_t *);
File ../sysdeps/i386/fpu/feholdexcpt.c:
int feholdexcept(fenv_t *);
File ../sysdeps/i386/fpu/fesetenv.c:
int __fesetenv(const fenv_t *);
File ../sysdeps/i386/fpu/feupdateenv.c:
int __feupdateenv(const fenv_t *);
File ../sysdeps/i386/fpu/fedisblxcpt.c:
int fedisableexcept(int);
File ../sysdeps/i386/fpu/feenablxcpt.c:
int feenableexcept(int);
File ../sysdeps/i386/fpu/fegetexcept.c:
int fegetexcept(void);
File ../sysdeps/ieee754/dbl-64/e_cosh.c:
double __ieee754_cosh(double);
File ../sysdeps/ieee754/dbl-64/e_j0.c:
double __ieee754_j0(double);
double __ieee754_y0(double);
static double pzero(double);
static double qzero(double);
File ../sysdeps/ieee754/dbl-64/e_j1.c:
double __ieee754_j1(double);
double __ieee754_y1(double);
static double pone(double);
static double qone(double);
File ../sysdeps/ieee754/dbl-64/e_jn.c:
double __ieee754_jn(int, double);
double __ieee754_yn(int, double);
File ../sysdeps/ieee754/dbl-64/e_lgamma_r.c:
double __ieee754_lgamma_r(double, int *);
File ../sysdeps/ieee754/dbl-64/e_sinh.c:
double __ieee754_sinh(double);
File ../sysdeps/ieee754/dbl-64/e_gamma_r.c:
double __ieee754_gamma_r(double, int *);
File ../sysdeps/ieee754/dbl-64/k_tan.c:
double __kernel_tan(double, double, int);
File ../sysdeps/ieee754/dbl-64/s_erf.c:
double __erf(double);
double __erfc(double);
File s_nextafter.c:
double __nextafter(double, double);
File ../sysdeps/i386/fpu/s_nexttoward.c:
double __nexttoward(double, long double);
File ../sysdeps/ieee754/dbl-64/s_tanh.c:
double __tanh(double);
File w_acos.c:
double __acos(double);
File mod_1.c:
mp_limb_t __mpn_mod_1(mp_srcptr, mp_size_t, mp_limb_t);
File mul.c:
mp_limb_t __mpn_mul(mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t);
File mul_n.c:
void __mpn_impn_mul_n(mp_ptr, mp_srcptr, mp_srcptr, mp_size_t, mp_ptr);
void __mpn_impn_mul_n_basecase(mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
void __mpn_impn_sqr_n(mp_ptr, mp_srcptr, mp_size_t, mp_ptr);
void __mpn_impn_sqr_n_basecase(mp_ptr, mp_srcptr, mp_size_t);
void __mpn_mul_n(mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
File ../sysdeps/ieee754/dbl-64/dbl2mpn.c:
mp_size_t __mpn_extract_double(mp_ptr, mp_size_t, int *, int *, double);
File ../sysdeps/i386/ldbl2mpn.c:
mp_size_t __mpn_extract_long_double(mp_ptr, mp_size_t, int *, int *, long double);
File ../sysdeps/ieee754/flt-32/mpn2flt.c:
float __mpn_construct_float(mp_srcptr, int, int);
File ../sysdeps/ieee754/dbl-64/mpn2dbl.c:
double __mpn_construct_double(mp_srcptr, int, int);
File ../sysdeps/ieee754/ldbl-96/mpn2ldbl.c:
long double __mpn_construct_long_double(mp_srcptr, int, int);
File atof.c:
double atof(const char *);
File atoi.c:
int atoi(const char *);
File atol.c:
long int atol(const char *);
File atoll.c:
long long int atoll(const char *);
File abort.c:
void abort(void);
File bsearch.c:
void *bsearch(const void *, const void *, size_t, size_t, int (*)(const void *, const void *));
File qsort.c:
void _quicksort(void * const, size_t, size_t, __compar_d_fn_t, void *);
File msort.c:
void qsort(void *, size_t, size_t, __compar_fn_t);
void qsort_r(void *, size_t, size_t, __compar_d_fn_t, void *);
static void msort_with_tmp(const struct msort_param *, void *, size_t);
File getenv.c:
char *getenv(const char *);
File putenv.c:
int putenv(char *);
File setenv.c:
int __add_to_environ(const char *, const char *, const char *, int);
int __clearenv(void);
int __setenv(const char *, const char *, int);
int __unsetenv(const char *);
static void free_mem(void);
File secure-getenv.c:
char *__secure_getenv(const char *);
File exit.c:
void __run_exit_handlers(int, struct exit_function_list **, _Bool);
void exit(int);
File on_exit.c:
int __on_exit(void (*)(int, void *), void *);
File cxa_atexit.c:
int __cxa_atexit(void (*)(void *), void *, void *);
int __internal_atexit(void (*)(void *), void *, void *, struct exit_function_list **);
struct exit_function *__new_exitfn(struct exit_function_list **);
File cxa_finalize.c:
void __cxa_finalize(void *);
File atexit.c:
int __dyn_atexit(void (*)(void));
File quick_exit.c:
void quick_exit(int);
File cxa_at_quick_exit.c:
int __cxa_at_quick_exit(void (*)(void *), void *);
File abs.c:
int abs(int);
File labs.c:
long int labs(long int);
File ../stdlib/llabs.c:
long long int llabs(long long int);
File div.c:
div_t div(int, int);
File ldiv.c:
ldiv_t ldiv(long int, long int);
File ../stdlib/lldiv.c:
lldiv_t lldiv(long long int, long long int);
File random.c:
char *__initstate(unsigned int, char *, size_t);
long int __random(void);
char *__setstate(char *);
void __srandom(unsigned int);
File random_r.c:
int __initstate_r(unsigned int, char *, size_t, struct random_data *);
int __random_r(struct random_data *, int32_t *);
int __setstate_r(char *, struct random_data *);
int __srandom_r(unsigned int, struct random_data *);
File rand.c:
File dl-conflict.c:
void _dl_resolve_conflicts(struct link_map *, Elf32_Rela *, Elf32_Rela *);
File dl-tls.c:
void *___tls_get_addr(tls_index *);
File ../sysdeps/i386/dl-tls.h:
void *__tls_get_addr(tls_index *);
File dl-tls.c:
void _dl_add_to_slotinfo(struct link_map *);
void *_dl_allocate_tls(void *);
void *_dl_allocate_tls_init(void *);
void *_dl_allocate_tls_storage(void);
void _dl_deallocate_tls(void *, _Bool);
void _dl_determine_tlsoffset(void);
void _dl_get_tls_static_info(size_t *, size_t *);
size_t _dl_next_tls_modid(void);
void *_dl_tls_get_addr_soft(struct link_map *);
int _dl_tls_setup(void);
struct link_map *_dl_update_slotinfo(long unsigned int);
static void oom(void);
static void *tls_get_addr_tail(dtv_t *, struct link_map *, size_t);
File ../sysdeps/unix/sysv/linux/dl-origin.c:
const char *_dl_get_origin(void);
File dl-scope.c:
int _dl_scope_free(void *);
File ../sysdeps/unix/sysv/linux/dl-execstack.c:
int _dl_make_stack_executable(void **);
File dl-caller.c:
int _dl_check_caller(const void *, enum allowmask);
File dl-open.c:
int _dl_addr_inside_object(struct link_map *, const Elf32_Addr);
void *_dl_open(const char *, int, const void *, Lmid_t, int, char **, char **);
static int add_to_global(struct link_map *);
static void dl_open_worker(void *);
File dl-close.c:
void _dl_close(void *);
void _dl_close_worker(struct link_map *);
static void free_mem(void);
static _Bool free_slotinfo(struct dtv_slotinfo_list **);
static _Bool remove_slotinfo(size_t, struct dtv_slotinfo_list *, size_t, _Bool);
File ../sysdeps/unix/sysv/linux/dl-sysdep.c:
int _dl_discover_osversion(void);
File ../elf/dl-sysdep.c:
const struct r_strlenpair *_dl_important_hwcaps(const char *, size_t, size_t *, size_t *);
void _dl_show_auxv(void);
Elf32_Addr _dl_sysdep_start(void **, void (*)(const Elf32_Phdr *, Elf32_Word, Elf32_Addr *, Elf32_auxv_t *));
void _dl_sysdep_start_cleanup(void);
File dl-environ.c:
char *_dl_next_ld_env_entry(char ***);
int unsetenv(const char *);
File dl-minimal.c:
void __assert_fail(const char *, const char *, unsigned int, const char *);
void __assert_perror_fail(int, const char *, unsigned int, const char *);
void __chk_fail(void);
void *__libc_memalign(size_t, size_t);
int __sigjmp_save(struct __jmp_buf_tag *, int);
char *__strerror_r(int, char *, size_t);
char *__strsep(char **, const char *);
long unsigned int __strtoul_internal(const char *, char **, int, int);
char *_itoa(long long unsigned int, char *, unsigned int, int);
void *calloc(size_t, size_t);
void free(void *);
void *malloc(size_t);
void *realloc(void *, size_t);
File ../sysdeps/unix/sysv/linux/i386/brk.c:
int __brk(void *);
File ../misc/sbrk.c:
void *__sbrk(intptr_t);
File ./tlsdeschtab.h:
void *_dl_make_tlsdesc_dynamic(struct link_map *, size_t);
File ../sysdeps/i386/tlsdesc.c:
void _dl_tlsdesc_resolve_abs_plus_addend_fixup(volatile struct tlsdesc *, struct link_map *, ptrdiff_t);
void _dl_tlsdesc_resolve_hold_fixup(volatile struct tlsdesc *, struct link_map *, ptrdiff_t);
void _dl_tlsdesc_resolve_rel_fixup(volatile struct tlsdesc *, struct link_map *, ptrdiff_t);
void _dl_tlsdesc_resolve_rela_fixup(volatile struct tlsdesc *, struct link_map *, ptrdiff_t);
void _dl_unmap(struct link_map *);
File ./tlsdeschtab.h:
static int eq_tlsdesc(void *, void *);
static int hash_tlsdesc(void *);
File check_fds.c:
void __libc_check_standard_fds(void);
static void check_one_fd(int, int);
File ../sysdeps/wordsize-32/divdi3.c:
DItype __divdi3(DItype, DItype);
DItype __moddi3(DItype, DItype);
UDItype __udivdi3(UDItype, UDItype);
UDItype __umoddi3(UDItype, UDItype);
static UDItype __udivmoddi4(UDItype, UDItype, UDItype *);
File ../sysdeps/posix/profil.c:
int __profil(u_short *, size_t, size_t, u_int);
File ../sysdeps/unix/sysv/linux/i386/profil-counter.h:
static void profil_counter(int, const struct sigcontext);
File ../sysdeps/unix/sysv/linux/prof-freq.c:
int __profile_frequency(void);
File ../sysdeps/unix/sysv/linux/xstat64.c:
int ___xstat64(int, const char *, struct stat64 *);
File ../sysdeps/unix/sysv/linux/fxstat64.c:
int __libc_sigaction(int, const struct sigaction *, struct sigaction *);
File ../nptl/sigaction.c:
int __sigaction(int, const struct sigaction *, struct sigaction *);
File strcpy.c:
char *strcpy(char *, const char *);
File strnlen.c:
size_t __strnlen(const char *, size_t);
Non-debugging symbols:
0x0805deac fileno@plt
0x0805debc fmod
0x0805debc fmod@plt
0x0805decc abort@plt
0x0805dedc __errno_location@plt
0x0805deec semget@plt
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
( run in 1.351 second using v1.01-cache-2.11-cpan-140bd7fdf52 )