| /freebsd-9-stable/lib/libc/gen/ |
| D | dlfcn.c | 54 #pragma weak _rtld_error macro 56 _rtld_error(const char *fmt, ...) in _rtld_error() function 64 _rtld_error(sorry); in dladdr() 72 _rtld_error(sorry); in dlclose() 101 _rtld_error(sorry); in dlopen() 109 _rtld_error(sorry); in dlsym() 117 _rtld_error(sorry); in dlfunc() 126 _rtld_error(sorry); in dlvsym() 134 _rtld_error(sorry); in dlinfo() 142 _rtld_error(sorry); in _rtld_thread_init() [all …]
|
| D | libc_dlopen.c | 48 _rtld_error("Service unavailable -- libc in restricted mode"); in libc_dlopen()
|
| D | Symbol.map | 481 _rtld_error; /* for private use */
|
| /freebsd-9-stable/libexec/rtld-elf/ |
| D | map_object.c | 122 _rtld_error("%s: PT_LOAD segment %d not page-aligned", in map_object() 162 _rtld_error("%s: object is not dynamically-linked", path); in map_object() 167 _rtld_error("%s: too few PT_LOAD segments", path); in map_object() 183 _rtld_error("%s: mmap of entire address space failed: %s", in map_object() 188 _rtld_error("%s: mmap returned wrong address: wanted %p, got %p", in map_object() 203 _rtld_error("%s: mmap of data failed: %s", path, in map_object() 220 _rtld_error("%s: mprotect failed: %s", path, in map_object() 239 _rtld_error("%s: mmap of bss failed: %s", path, in map_object() 273 _rtld_error("%s: cannot allocate program header", path); in map_object() 313 _rtld_error("%s: read error: %s", path, rtld_strerror(errno)); in get_elf_header() [all …]
|
| D | rtld.c | 407 _rtld_error("environment corrupt; aborting"); in _rtld() 719 _rtld_error(const char *fmt, ...) in _rtld_error() function 749 _rtld_error("%s", saved_msg); in errmsg_restore() 829 _rtld_error("utsname failed: %d", errno); in origin_subst() 1303 _rtld_error("%s: too few PT_LOAD segments", path); in digest_phdr() 1359 _rtld_error("Invalid shared object handle %p", handle); in dlcheck() 1453 _rtld_error("Absolute pathname required for shared object \"%s\"", in find_library() 1500 _rtld_error("Shared object \"%s\" not found, required by \"%s\"", in find_library() 1503 _rtld_error("Shared object \"%s\" not found", name); in find_library() 1552 _rtld_error("%s: Bogus symbol table entry %lu", refobj->path, in find_symdef() [all …]
|
| D | Symbol.map | 6 _rtld_error;
|
| D | rtld.h | 349 void _rtld_error(const char *, ...) __printflike(1, 2);
|
| /freebsd-9-stable/libexec/rtld-elf/amd64/ |
| D | reloc.c | 97 _rtld_error("Undefined symbol \"%s\" referenced from COPY" in do_copy_relocations() 193 _rtld_error("%s: Unexpected R_X86_64_COPY relocation" in reloc_non_plt() 233 _rtld_error("%s: No space available for static " in reloc_non_plt() 264 _rtld_error("%s: No space available for static " in reloc_non_plt() 325 _rtld_error("%s: Unsupported relocation type %u" in reloc_non_plt() 361 _rtld_error("Unknown relocation type %x in PLT", in reloc_plt() 403 _rtld_error("Unknown relocation type %x in PLT", in reloc_jmpslots()
|
| /freebsd-9-stable/libexec/rtld-elf/i386/ |
| D | reloc.c | 98 _rtld_error("Undefined symbol \"%s\" referenced from COPY" in do_copy_relocations() 193 _rtld_error("%s: Unexpected R_386_COPY relocation" in reloc_non_plt() 239 _rtld_error("%s: No space available for static " in reloc_non_plt() 281 _rtld_error("%s: Unsupported relocation type %d" in reloc_non_plt() 317 _rtld_error("Unknown relocation type %x in PLT", in reloc_plt() 359 _rtld_error("Unknown relocation type %x in PLT", in reloc_jmpslots()
|
| /freebsd-9-stable/libexec/rtld-elf/powerpc64/ |
| D | reloc.c | 102 _rtld_error("Undefined symbol \"%s\" " in do_copy_relocations() 205 _rtld_error("%s: Unexpected R_COPY " in reloc_nonplt_object() 246 _rtld_error("%s: No space available for static " in reloc_nonplt_object() 271 _rtld_error("%s: Unsupported relocation type %ld" in reloc_nonplt_object()
|
| /freebsd-9-stable/libexec/rtld-elf/arm/ |
| D | reloc.c | 69 _rtld_error( in do_copy_relocations() 174 _rtld_error( in reloc_nonplt_object() 233 _rtld_error( in reloc_nonplt_object() 304 _rtld_error("%s: Unsupported relocation type %ld " in reloc_nonplt_object()
|
| /freebsd-9-stable/libexec/rtld-elf/powerpc/ |
| D | reloc.c | 108 _rtld_error("Undefined symbol \"%s\" " in do_copy_relocations() 210 _rtld_error("%s: Unexpected R_COPY " in reloc_nonplt_object() 251 _rtld_error("%s: No space available for static " in reloc_nonplt_object() 276 _rtld_error("%s: Unsupported relocation type %d" in reloc_nonplt_object()
|
| /freebsd-9-stable/lib/libc/include/ |
| D | libc_private.h | 65 void _rtld_error(const char *fmt, ...);
|
| /freebsd-9-stable/libexec/rtld-elf/sparc64/ |
| D | reloc.c | 279 _rtld_error("Undefined symbol \"%s\"" in do_copy_relocations() 366 _rtld_error("%s: Unsupported relocation type %d in non-PLT " in reloc_nonplt_object() 408 _rtld_error("%s: No space available for " in reloc_nonplt_object()
|
| /freebsd-9-stable/libexec/rtld-elf/mips/ |
| D | reloc.c | 244 _rtld_error("bind failed no symbol"); in _mips_rtld_bind() 454 _rtld_error("%s: Unsupported relocation type %ld " in reloc_non_plt()
|
| /freebsd-9-stable/libexec/rtld-elf/ia64/ |
| D | reloc.c | 318 _rtld_error("%s: No space available for static " in reloc_non_plt_obj() 332 _rtld_error("%s: Unsupported relocation type %u" in reloc_non_plt_obj()
|