Searched refs:rtld_printf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.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 | 46 #define rtld_printf(...) rtld_fdprintf(STDOUT_FILENO, __VA_ARGS__) macro
|
| H A D | Makefile | 28 rtld_printf.c \
|
| H A D | rtld.c | 4994 rtld_printf("%s:\n", obj->path); in trace_loaded_objects() 5044 rtld_printf("%d", sodp->sod_major); in trace_loaded_objects() 5047 rtld_printf("%d", sodp->sod_minor); in trace_loaded_objects() 5054 rtld_printf("%p", needed->obj ? needed->obj->mapbase : in trace_loaded_objects() 6087 rtld_printf( in parse_args() 6147 rtld_printf( in print_usage()
|
| /freebsd-13.1/libexec/rtld-elf/riscv/ |
| H A D | reloc.c | 372 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()
|
| /freebsd-13.1/libexec/rtld-elf/aarch64/ |
| H A D | reloc.c | 507 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()
|