Searched refs:rtld_printf (Results 1 – 6 of 6) sorted by relevance
/freebsd/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 | 5233 rtld_printf("%p", in trace_print_obj() 5259 rtld_printf("%s:\n", obj->path); in trace_loaded_objects() 5285 rtld_printf("[preloaded]\n"); in trace_loaded_objects() 6467 rtld_printf( in parse_args() 6526 rtld_printf( in print_usage()
|
/freebsd/libexec/rtld-elf/riscv/ |
H A D | reloc.c | 438 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()
|
/freebsd/libexec/rtld-elf/aarch64/ |
H A D | reloc.c | 598 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()
|