Home
last modified time | relevance | path

Searched refs:rtld_printf (Results 1 – 6 of 6) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Ddebug.c75 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 Drtld_printf.h44 #define rtld_printf(...) rtld_fdprintf(STDOUT_FILENO, __VA_ARGS__) macro
H A DMakefile37 rtld_printf.c \
H A Drtld.c5233 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 Dreloc.c438 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c598 rtld_printf("%s: Unhandled relocation %lu\n", in reloc_non_plt()