Lines Matching refs:dbg
163 dbg (("calling fini function %s at %p%s", obj->path,
179 dbg (("calling fini array function %s at %p%s", obj->path,
194 dbg(("_rtld_call_fini_functions(%d)", force));
215 dbg(("restarting fini iteration"));
231 dbg(("restarting fini iteration"));
247 dbg (("calling init function %s at %p%s",
264 dbg (("calling init_array function %s at %p%s",
295 dbg(("_rtld_call_init_functions()"));
305 dbg(("restarting init iteration"));
316 dbg(("restarting init iteration"));
327 dbg(("restarting init iteration"));
338 dbg(("restarting init iteration"));
427 dbg(("rtld_exit()"));
493 dbg(("sp = %p, argc = %ld, argv = %p <%s> relocbase %p", sp,
496 dbg(("got is at %p, dynamic is at %p", _GLOBAL_OFFSET_TABLE_,
509 dbg(("env[%d] = %p %s", i++, (void *)sp[-1], (char *)sp[-1]));
661 dbg(("dynamic linker is initialized, mapbase=%p, relocbase=%p",
670 dbg(("loading main program"));
680 dbg(("processing main program's program header"));
707 dbg(("actual dynamic linker is %s", _rtld_objself.path));
730 dbg(("preloading objects"));
735 dbg(("loading needed objects"));
739 dbg(("checking for required versions"));
746 dbg(("initializing initial Thread Local Storage offsets"));
754 dbg(("relocating objects"));
758 dbg(("doing copy relocations"));
763 dbg(("initializing Thread Local Storage for main thread"));
801 dbg(("calling _init functions"));
804 dbg(("control at program entry point = %p, obj = %p, exit = %p",
871 /* dbg(("_rtld_initlist_visit(%s)", obj->path)); */
893 dbg(("_rtld_initlist_tsort"));
925 dbg(("add %p (%s) to %p (%s) DAG", obj, obj->path, root,
966 dbg(("unloading \"%s\"", obj->path));
991 dbg(("incremented reference on \"%s\" (%d)", root->path,
1008 dbg(("decremented reference on \"%s\" (%d)", root->path,
1029 dbg(("dlclose of %p", handle));
1076 dbg(("dlopen of %s 0x%x", name, mode));
1124 dbg(("dlopen obj %s nodelete", obj->path));
1133 dbg(("dlopen of %s 0x%x returned %p%s%s%s", name, mode, obj,
1335 dbg(("dlsym of %s in %p", name, handle));
1353 dbg(("dlvsym of %s@%s in %p", name, version ? version : NULL, handle));
1382 dbg(("dladdr of %p", addr));
1455 dbg(("dlinfo for %p %d", handle, req));
1524 dbg(("dl_iterate_phdr"));
1557 dbg(("__dl_cxa_refcount of %p with %zd", addr, delta));
1563 dbg(("__dl_cxa_refcont: address not found"));
1576 dbg(("new reference count: %zu", obj->cxa_refcount));
1614 dbg(("%s: %s", __func__, buf));
1858 dbg(("RELRO %s %p %zx\n", obj->path, (void *)relro_start, relro_size));