Searched refs:dl_debug (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddlutils.c42 int x_dl_debug; /* value copied from $DynaLoader::dl_debug */
59 #define dl_debug (MY_CXT.x_dl_debug) macro
66 if (dl_debug>=level) { code; } \
112 SV *sv = get_sv("DynaLoader::dl_debug", 0);
113 dl_debug = sv ? SvIV(sv) : 0;
H A DDynaLoader_pm.PL101 $dl_debug @dl_librefs @dl_modules @dl_shared_objects
113 $dl_debug = $ENV{PERL_DL_DEBUG} || 0 unless defined $dl_debug;
289 if ($dl_debug) {
347 if $dl_debug;
382 print STDERR "BS: $bs ($^O, $dlsrc)\n" if $dl_debug;
442 print STDERR "dl_findfile(@args)\n" if $dl_debug;
498 print STDERR " checking in $dir for $name\n" if $dl_debug;
516 if ($dl_debug) {
547 print STDERR "dl_expandspec($spec) => $file\n" if $dl_debug;
[all...]
H A Ddl_hpux.xs81 if (dl_debug)

Completed in 118 milliseconds