Searched refs:_rtld_error (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/lib/libc/gen/
H A Ddlfcn.c54 #pragma weak _rtld_error macro
56 _rtld_error(const char *fmt, ...) function
64 _rtld_error(sorry);
72 _rtld_error(sorry);
101 _rtld_error(sorry);
109 _rtld_error(sorry);
117 _rtld_error(sorry);
126 _rtld_error(sorry);
134 _rtld_error(sorry);
142 _rtld_error(sorr
[all...]
H A Dlibc_dlopen.c48 _rtld_error("Service unavailable -- libc in restricted mode");
/freebsd-10.3-release/libexec/rtld-elf/
H A Dmap_object.c126 _rtld_error("%s: PT_LOAD segment %d not page-aligned",
162 _rtld_error("%s: error mapping PT_NOTE (%d)", path, errno);
177 _rtld_error("%s: object is not dynamically-linked", path);
182 _rtld_error("%s: too few PT_LOAD segments", path);
200 _rtld_error("%s: mmap of entire address space failed: %s",
205 _rtld_error("%s: mmap returned wrong address: wanted %p, got %p",
220 _rtld_error("%s: mmap of data failed: %s", path,
237 _rtld_error("%s: mprotect failed: %s", path,
256 _rtld_error("%s: mmap of bss failed: %s", path,
290 _rtld_error("
[all...]
H A Drtld.c222 void _rtld_error(const char *, ...) __exported;
423 _rtld_error("environment corrupt; aborting");
737 _rtld_error(const char *fmt, ...) function
767 _rtld_error("%s", saved_msg);
855 _rtld_error("utsname failed: %d", errno);
1325 _rtld_error("%s: too few PT_LOAD segments", path);
1381 _rtld_error("Invalid shared object handle %p", handle);
1475 _rtld_error("Absolute pathname required for shared object \"%s\"",
1518 _rtld_error("Shared object \"%s\" not found, required by \"%s\"",
1521 _rtld_error("Share
[all...]
H A Drtld.h357 void _rtld_error(const char *, ...) __printflike(1, 2) __exported;
/freebsd-10.3-release/libexec/rtld-elf/amd64/
H A Dreloc.c98 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
192 _rtld_error("%s: IFUNC for TLS reloc",
235 _rtld_error("%s: Unexpected R_X86_64_COPY "
254 _rtld_error("%s: No space available "
274 _rtld_error("%s: No space available "
302 _rtld_error("%s: Unsupported relocation type %u"
337 _rtld_error("Unknown relocation type %x in PLT",
379 _rtld_error("Unknown relocation type %x in PLT",
/freebsd-10.3-release/libexec/rtld-elf/i386/
H A Dreloc.c99 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
176 _rtld_error("%s: IFUNC for TLS reloc",
217 _rtld_error("%s: Unexpected R_386_COPY "
240 _rtld_error("%s: No space available "
259 _rtld_error("%s: Unsupported relocation type %d"
294 _rtld_error("Unknown relocation type %x in PLT",
336 _rtld_error("Unknown relocation type %x in PLT",
/freebsd-10.3-release/libexec/rtld-elf/arm/
H A Dreloc.c69 _rtld_error(
174 _rtld_error(
233 _rtld_error(
304 _rtld_error("%s: Unsupported relocation type %ld "
/freebsd-10.3-release/libexec/rtld-elf/powerpc/
H A Dreloc.c108 _rtld_error("Undefined symbol \"%s\" "
210 _rtld_error("%s: Unexpected R_COPY "
251 _rtld_error("%s: No space available for static "
276 _rtld_error("%s: Unsupported relocation type %d"
/freebsd-10.3-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c102 _rtld_error("Undefined symbol \"%s\" "
205 _rtld_error("%s: Unexpected R_COPY "
246 _rtld_error("%s: No space available for static "
271 _rtld_error("%s: Unsupported relocation type %ld"
/freebsd-10.3-release/lib/libc/include/
H A Dlibc_private.h65 void _rtld_error(const char *fmt, ...);
/freebsd-10.3-release/libexec/rtld-elf/ia64/
H A Dreloc.c318 _rtld_error("%s: No space available for static "
332 _rtld_error("%s: Unsupported relocation type %u"
/freebsd-10.3-release/libexec/rtld-elf/sparc64/
H A Dreloc.c279 _rtld_error("Undefined symbol \"%s\""
370 _rtld_error("%s: Unsupported relocation type %d in non-PLT "
412 _rtld_error("%s: No space available for "
/freebsd-10.3-release/libexec/rtld-elf/mips/
H A Dreloc.c545 _rtld_error("%s: Unsupported relocation type %ld "

Completed in 103 milliseconds