Searched refs:rtld_printf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/libexec/rtld-elf/ |
| H A 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()
|
| H A D | rtld_printf.h | 44 #define rtld_printf(...) rtld_fdprintf(STDOUT_FILENO, __VA_ARGS__) macro
|
| H A D | Makefile | 37 rtld_printf.c \
|
| H A D | rtld.c | 67 #include "rtld_printf.h" 5118 rtld_printf("%p", in trace_loaded_objects() 5144 rtld_printf("%s:\n", obj->path); in unload_object() 5170 rtld_printf("[preloaded]\n"); in unload_object() 6277 rtld_printf( 6336 rtld_printf( in dump_auxv()
|
| /freebsd-src/libexec/rtld-elf/riscv/ |
| H A D | reloc.c | 41 #include "rtld_printf.h" 462 rtld_printf("%s: Unhandled relocation %lu\n",
|
| /freebsd-src/libexec/rtld-elf/aarch64/ |
| H A D | reloc.c | 37 #include "rtld_printf.h" 605 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()
|