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

/freebsd-10-stable/libexec/rtld-elf/
H A DSymbol.map6 _rtld_error;
H A Dmap_object.c125 _rtld_error("%s: PT_LOAD segment %d not page-aligned",
161 _rtld_error("%s: error mapping PT_NOTE (%d)", path, errno);
176 _rtld_error("%s: object is not dynamically-linked", path);
181 _rtld_error("%s: too few PT_LOAD segments", path);
199 _rtld_error("%s: mmap of entire address space failed: %s",
204 _rtld_error("%s: mmap returned wrong address: wanted %p, got %p",
219 _rtld_error("%s: mmap of data failed: %s", path,
236 _rtld_error("%s: mprotect failed: %s", path,
255 _rtld_error("%s: mmap of bss failed: %s", path,
289 _rtld_error("
[all...]
H A Drtld.c222 void _rtld_error(const char *, ...) __exported;
423 _rtld_error("environment corrupt; aborting");
752 _rtld_error(const char *fmt, ...) function
782 _rtld_error("%s", saved_msg);
870 _rtld_error("utsname failed: %d", errno);
1340 _rtld_error("%s: too few PT_LOAD segments", path);
1397 _rtld_error("Invalid shared object handle %p", handle);
1491 _rtld_error("Absolute pathname required for shared object \"%s\"",
1534 _rtld_error("Shared object \"%s\" not found, required by \"%s\"",
1537 _rtld_error("Share
[all...]
H A Drtld.h360 void _rtld_error(const char *, ...) __printflike(1, 2) __exported;
/freebsd-10-stable/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");
H A DSymbol.map484 _rtld_error; /* for private use */
/freebsd-10-stable/libexec/rtld-elf/amd64/
H A Dreloc.c100 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
194 _rtld_error("%s: IFUNC for TLS reloc",
237 _rtld_error("%s: Unexpected R_X86_64_COPY "
256 _rtld_error("%s: No space available "
276 _rtld_error("%s: No space available "
304 _rtld_error("%s: Unsupported relocation type %u"
339 _rtld_error("Unknown relocation type %x in PLT",
381 _rtld_error("Unknown relocation type %x in PLT",
/freebsd-10-stable/libexec/rtld-elf/i386/
H A Dreloc.c100 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
177 _rtld_error("%s: IFUNC for TLS reloc",
218 _rtld_error("%s: Unexpected R_386_COPY "
241 _rtld_error("%s: No space available "
260 _rtld_error("%s: Unsupported relocation type %d"
295 _rtld_error("Unknown relocation type %x in PLT",
337 _rtld_error("Unknown relocation type %x in PLT",
/freebsd-10-stable/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-stable/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-stable/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-stable/lib/libc/include/
H A Dlibc_private.h65 void _rtld_error(const char *fmt, ...);
/freebsd-10-stable/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-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c279 _rtld_error("Undefined symbol \"%s\""
369 _rtld_error("%s: Unsupported relocation type %d in non-PLT "
411 _rtld_error("%s: No space available for "
/freebsd-10-stable/libexec/rtld-elf/mips/
H A Dreloc.c545 _rtld_error("%s: Unsupported relocation type %ld "

Completed in 97 milliseconds