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

/freebsd-9.3-release/libexec/rtld-elf/
H A DSymbol.map6 _rtld_error;
H A Dmap_object.c122 _rtld_error("%s: PT_LOAD segment %d not page-aligned",
162 _rtld_error("%s: object is not dynamically-linked", path);
167 _rtld_error("%s: too few PT_LOAD segments", path);
183 _rtld_error("%s: mmap of entire address space failed: %s",
188 _rtld_error("%s: mmap returned wrong address: wanted %p, got %p",
203 _rtld_error("%s: mmap of data failed: %s", path,
220 _rtld_error("%s: mprotect failed: %s", path,
239 _rtld_error("%s: mmap of bss failed: %s", path,
273 _rtld_error("%s: cannot allocate program header", path);
313 _rtld_error("
[all...]
H A Drtld.c404 _rtld_error("environment corrupt; aborting");
715 _rtld_error(const char *fmt, ...) function
745 _rtld_error("%s", saved_msg);
825 _rtld_error("utsname failed: %d", errno);
1299 _rtld_error("%s: too few PT_LOAD segments", path);
1355 _rtld_error("Invalid shared object handle %p", handle);
1449 _rtld_error("Absolute pathname required for shared object \"%s\"",
1496 _rtld_error("Shared object \"%s\" not found, required by \"%s\"",
1499 _rtld_error("Shared object \"%s\" not found", name);
1548 _rtld_error("
[all...]
H A Drtld.h349 void _rtld_error(const char *, ...) __printflike(1, 2);
/freebsd-9.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");
H A DSymbol.map481 _rtld_error; /* for private use */
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Dreloc.c97 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
193 _rtld_error("%s: Unexpected R_X86_64_COPY relocation"
233 _rtld_error("%s: No space available for static "
264 _rtld_error("%s: No space available for static "
325 _rtld_error("%s: Unsupported relocation type %u"
361 _rtld_error("Unknown relocation type %x in PLT",
403 _rtld_error("Unknown relocation type %x in PLT",
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Dreloc.c98 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
193 _rtld_error("%s: Unexpected R_386_COPY relocation"
239 _rtld_error("%s: No space available for static "
281 _rtld_error("%s: Unsupported relocation type %d"
317 _rtld_error("Unknown relocation type %x in PLT",
359 _rtld_error("Unknown relocation type %x in PLT",
/freebsd-9.3-release/lib/libc/include/
H A Dlibc_private.h65 void _rtld_error(const char *fmt, ...);
/freebsd-9.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-9.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-9.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-9.3-release/libexec/rtld-elf/mips/
H A Dreloc.c244 _rtld_error("bind failed no symbol");
454 _rtld_error("%s: Unsupported relocation type %ld "
/freebsd-9.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-9.3-release/libexec/rtld-elf/sparc64/
H A Dreloc.c279 _rtld_error("Undefined symbol \"%s\""
366 _rtld_error("%s: Unsupported relocation type %d in non-PLT "
408 _rtld_error("%s: No space available for "

Completed in 272 milliseconds