Searched refs:rtld_printf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/libexec/rtld-elf/ |
| H A D | debug.c | 77 rtld_printf("Object \"%s\", relocbase %p\n", obj->path, obj->relocbase); in dump_obj_relocations() 80 rtld_printf("Non-PLT Relocations: %ld\n", in dump_obj_relocations() 86 rtld_printf("Non-PLT Relocations with Addend: %ld\n", in dump_obj_relocations() 92 rtld_printf("PLT Relocations: %ld\n", in dump_obj_relocations() 98 rtld_printf("PLT Relocations with Addend: %ld\n", in dump_obj_relocations() 117 rtld_printf(rel_format, in dump_Elf_Rel() 139 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 | 23 rtld_printf.c \
|
| H A D | rtld.c | 4543 rtld_printf("%s:\n", obj->path); in trace_loaded_objects() 4593 rtld_printf("%d", sodp->sod_major); in trace_loaded_objects() 4596 rtld_printf("%d", sodp->sod_minor); in trace_loaded_objects() 4603 rtld_printf("%p", needed->obj ? needed->obj->mapbase : in trace_loaded_objects() 5605 rtld_printf("Usage: %s [-h] [-f <FD>] [--] <binary> [<args>]\n" in print_usage()
|
| /freebsd-12.1/libexec/rtld-elf/aarch64/ |
| H A D | reloc.c | 473 rtld_printf("%s: Unable to relocate undefined " in reloc_non_plt() 502 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()
|
| /freebsd-12.1/libexec/rtld-elf/riscv/ |
| H A D | reloc.c | 363 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()
|