Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libc/gen/
HDdlfcn.c61 #pragma weak _rtld_error macro
63 _rtld_error(const char *fmt __unused, ...) in _rtld_error() function
72 _rtld_error(sorry); in dladdr()
81 _rtld_error(sorry); in dlclose()
113 _rtld_error(sorry); in dlopen()
122 _rtld_error(sorry); in dlsym()
131 _rtld_error(sorry); in dlfunc()
141 _rtld_error(sorry); in dlvsym()
151 _rtld_error(sorry); in dlinfo()
160 _rtld_error(sorry); in _rtld_thread_init()
[all …]
HDlibc_dlopen.c48 _rtld_error("Service unavailable -- libc in restricted mode"); in libc_dlopen()
HDSymbol.map505 _rtld_error; /* for private use */
/freebsd-11-stable/libexec/rtld-elf/
HDmap_object.c133 _rtld_error("%s: PT_LOAD segment %d not page-aligned", in map_object()
169 _rtld_error("%s: error mapping PT_NOTE (%d)", path, errno); in map_object()
184 _rtld_error("%s: object is not dynamically-linked", path); in map_object()
189 _rtld_error("%s: too few PT_LOAD segments", path); in map_object()
211 _rtld_error("%s: mmap of entire address space failed: %s", in map_object()
216 _rtld_error("%s: mmap returned wrong address: wanted %p, got %p", in map_object()
231 _rtld_error("%s: mmap of data failed: %s", path, in map_object()
248 _rtld_error("%s: mprotect failed: %s", path, in map_object()
267 _rtld_error("%s: mmap of bss failed: %s", path, in map_object()
301 _rtld_error("%s: cannot allocate program header", path); in map_object()
[all …]
HDrtld.c239 void _rtld_error(const char *, ...) __exported;
470 _rtld_error("failed to fstat FD %d (%s): %s", fd, in _rtld()
560 _rtld_error("environment corrupt; aborting"); in _rtld()
905 _rtld_error(const char *fmt, ...) in _rtld_error() function
935 _rtld_error("%s", saved_msg); in errmsg_restore()
1023 _rtld_error("utsname failed: %d", errno); in origin_subst()
1505 _rtld_error("%s: too few PT_LOAD segments", path); in digest_phdr()
1562 _rtld_error("Invalid shared object handle %p", handle); in dlcheck()
1665 _rtld_error("Absolute pathname required " in find_library()
1744 _rtld_error("Shared object \"%s\" not found, " in find_library()
[all …]
HDSymbol.map6 _rtld_error;
HDrtld.h356 void _rtld_error(const char *, ...) __printflike(1, 2) __exported;
/freebsd-11-stable/libexec/rtld-elf/amd64/
HDreloc.c101 _rtld_error("Undefined symbol \"%s\" referenced from COPY" in do_copy_relocations()
198 _rtld_error("%s: IFUNC for TLS reloc", in reloc_non_plt()
241 _rtld_error("%s: Unexpected R_X86_64_COPY " in reloc_non_plt()
260 _rtld_error("%s: No space available " in reloc_non_plt()
280 _rtld_error("%s: No space available " in reloc_non_plt()
308 _rtld_error("%s: Unsupported relocation type %u" in reloc_non_plt()
343 _rtld_error("Unknown relocation type %x in PLT", in reloc_plt()
385 _rtld_error("Unknown relocation type %x in PLT", in reloc_jmpslots()
/freebsd-11-stable/libexec/rtld-elf/i386/
HDreloc.c100 _rtld_error("Undefined symbol \"%s\" referenced from COPY" in do_copy_relocations()
177 _rtld_error("%s: IFUNC for TLS reloc", in reloc_non_plt()
218 _rtld_error("%s: Unexpected R_386_COPY " in reloc_non_plt()
241 _rtld_error("%s: No space available " in reloc_non_plt()
260 _rtld_error("%s: Unsupported relocation type %d" in reloc_non_plt()
295 _rtld_error("Unknown relocation type %x in PLT", in reloc_plt()
337 _rtld_error("Unknown relocation type %x in PLT", in reloc_jmpslots()
/freebsd-11-stable/libexec/rtld-elf/riscv/
HDreloc.c133 _rtld_error( in do_copy_relocations()
196 _rtld_error("Unknown relocation type %x in jmpslot", in reloc_jmpslots()
299 _rtld_error("%s: Unexpected R_RISCV_COPY " in reloc_non_plt()
319 _rtld_error( in reloc_non_plt()
345 _rtld_error( in reloc_non_plt()
/freebsd-11-stable/libexec/rtld-elf/aarch64/
HDreloc.c112 _rtld_error("Undefined symbol \"%s\" referenced from " in do_copy_relocations()
223 _rtld_error("Unknown relocation type %u in PLT", in reloc_plt()
363 _rtld_error("%s: Unexpected R_AARCH64_COPY " in reloc_non_plt()
387 _rtld_error( in reloc_non_plt()
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
HDreloc.c104 _rtld_error("Undefined symbol \"%s\" " in do_copy_relocations()
207 _rtld_error("%s: Unexpected R_COPY " in reloc_nonplt_object()
248 _rtld_error("%s: No space available for static " in reloc_nonplt_object()
273 _rtld_error("%s: Unsupported relocation type %ld" in reloc_nonplt_object()
/freebsd-11-stable/libexec/rtld-elf/arm/
HDreloc.c114 _rtld_error( in do_copy_relocations()
219 _rtld_error( in reloc_nonplt_object()
278 _rtld_error( in reloc_nonplt_object()
347 _rtld_error("%s: Unsupported relocation type %ld " in reloc_nonplt_object()
/freebsd-11-stable/libexec/rtld-elf/powerpc/
HDreloc.c108 _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-11-stable/libexec/rtld-elf/sparc64/
HDreloc.c279 _rtld_error("Undefined symbol \"%s\"" in do_copy_relocations()
369 _rtld_error("%s: Unsupported relocation type %d in non-PLT " in reloc_nonplt_object()
411 _rtld_error("%s: No space available for " in reloc_nonplt_object()
/freebsd-11-stable/lib/libc/include/
HDlibc_private.h68 void _rtld_error(const char *fmt, ...);
/freebsd-11-stable/libexec/rtld-elf/mips/
HDreloc.c553 _rtld_error("%s: Unsupported relocation type %ld " in reloc_non_plt()