Searched refs:rtld_printf (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/libexec/rtld-elf/
H A Ddebug.c37 #include "rtld_printf.h"
74 rtld_printf("Object \"%s\", relocbase %p\n", obj->path, obj->relocbase);
77 rtld_printf("Non-PLT Relocations: %ld\n",
83 rtld_printf("Non-PLT Relocations with Addend: %ld\n",
89 rtld_printf("PLT Relocations: %ld\n",
95 rtld_printf("PLT Relocations with Addend: %ld\n",
114 rtld_printf(rel_format,
136 rtld_printf(rel_format,
H A Drtld_printf.h25 * $FreeBSD: releng/10.2/libexec/rtld-elf/rtld_printf.h 225152 2011-08-24 20:05:13Z kib $
40 #define rtld_printf(...) rtld_fdprintf(STDOUT_FILENO, __VA_ARGS__) macro
H A DMakefile12 reloc.c rtld.c rtld_lock.c rtld_printf.c map_object.c \
H A Dmalloc.c57 #include "rtld_printf.h"
140 #define TRACE() rtld_printf("TRACE %s:%d\n", __FILE__, __LINE__)
484 rtld_printf("Cannot map anonymous memory\n");
H A Drtld.c64 #include "rtld_printf.h"
4114 rtld_printf("%s:\n", obj->path);
4164 rtld_printf("%d", sodp->sod_major);
4167 rtld_printf("%d", sodp->sod_minor);
4174 rtld_printf("%p", needed->obj ? needed->obj->mapbase :

Completed in 63 milliseconds