Searched refs:rtld_printf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/libexec/rtld-elf/ |
| D | debug.c | 75 rtld_printf("Object \"%s\", relocbase %p\n", obj->path, obj->relocbase); in dump_obj_relocations() 78 rtld_printf("Non-PLT Relocations: %ld\n", in dump_obj_relocations() 84 rtld_printf("Non-PLT Relocations with Addend: %ld\n", in dump_obj_relocations() 90 rtld_printf("PLT Relocations: %ld\n", in dump_obj_relocations() 96 rtld_printf("PLT Relocations with Addend: %ld\n", in dump_obj_relocations() 115 rtld_printf(rel_format, in dump_Elf_Rel() 137 rtld_printf(rel_format, in dump_Elf_Rela()
|
| D | rtld_printf.h | 40 #define rtld_printf(...) rtld_fdprintf(STDOUT_FILENO, __VA_ARGS__) macro
|
| D | malloc.c | 140 #define TRACE() rtld_printf("TRACE %s:%d\n", __FILE__, __LINE__) 484 rtld_printf("Cannot map anonymous memory\n");
|
| D | Makefile | 12 reloc.c rtld.c rtld_lock.c rtld_printf.c map_object.c \
|
| D | rtld.c | 4239 rtld_printf("%s:\n", obj->path); in trace_loaded_objects() 4289 rtld_printf("%d", sodp->sod_major); in trace_loaded_objects() 4292 rtld_printf("%d", sodp->sod_minor); in trace_loaded_objects() 4299 rtld_printf("%p", needed->obj ? needed->obj->mapbase : in trace_loaded_objects()
|