Home
last modified time | relevance | path

Searched refs:_rtld_error (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libc/gen/
H A Ddlfcn.c57 #pragma weak _rtld_error macro
59 _rtld_error(const char *fmt __unused, ...) in _rtld_error() function
67 _rtld_error(sorry); in dladdr()
75 _rtld_error(sorry); in dlclose()
90 _rtld_error(sorry); in dlopen()
98 _rtld_error(sorry); in dlsym()
106 _rtld_error(sorry); in dlfunc()
115 _rtld_error(sorry); in dlvsym()
123 _rtld_error(sorry); in _rtld_thread_init()
130 _rtld_error(sorry); in dlinfo()
[all …]
H A Dlibc_dlopen.c45 _rtld_error("Service unavailable -- libc in restricted mode"); in libc_dlopen()
H A DSymbol.map709 _rtld_error;
/dragonfly/libexec/rtld-elf/
H A Dmap_object.c173 _rtld_error("%s: too few PT_LOAD segments", path); in map_object()
226 _rtld_error("%s: mmap of data failed: %s", path, in map_object()
243 _rtld_error("%s: mprotect failed: %s", path, in map_object()
267 _rtld_error("%s: mmap of bss failed: %s", path, in map_object()
349 _rtld_error("%s: invalid file format", path); in get_elf_header()
354 _rtld_error("%s: unsupported file layout", path); in get_elf_header()
359 _rtld_error("%s: unsupported file version", path); in get_elf_header()
363 _rtld_error("%s: unsupported file type", path); in get_elf_header()
367 _rtld_error("%s: unsupported machine", path); in get_elf_header()
377 _rtld_error( in get_elf_header()
[all …]
H A Drtld.c419 _rtld_error("environment corrupt; aborting"); in _rtld()
844 _rtld_error(const char *fmt, ...) in _rtld_error() function
874 _rtld_error("%s", saved_msg); in errmsg_restore()
954 _rtld_error("utsname failed: %d", errno); in origin_subst()
2179 _rtld_error("Cannot open \"%s\"", path); in load_object()
2186 _rtld_error("Cannot dup fd"); in load_object()
2932 _rtld_error("error generating '%d/%s'", in search_library_pathfds()
3079 _rtld_error("%s: No space available " in dlopen_object()
3316 _rtld_error("Undefined symbol \"%s\"", name); in do_dlsym()
3640 _rtld_error("Filename is too long: %s", path); in rtld_dirname()
[all …]
H A DSymbol.map2 _rtld_error;
H A Drtld.h337 void _rtld_error(const char *, ...) __printflike(1, 2);
/dragonfly/libexec/rtld-elf/x86_64/
H A Dreloc.c104 _rtld_error("Undefined symbol \"%s\" referenced from COPY" in do_copy_relocations()
202 _rtld_error("%s: IFUNC for TLS reloc", in reloc_non_plt()
245 _rtld_error("%s: Unexpected R_X86_64_COPY " in reloc_non_plt()
264 _rtld_error("%s: No space available " in reloc_non_plt()
284 _rtld_error("%s: No space available " in reloc_non_plt()
315 _rtld_error("%s: Unsupported relocation type %u" in reloc_non_plt()
350 _rtld_error("Unknown relocation type %x in PLT", in reloc_plt()
392 _rtld_error("Unknown relocation type %x in PLT", in reloc_jmpslots()
/dragonfly/lib/libc/include/
H A Dlibc_private.h137 void _rtld_error(const char *fmt, ...);