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

/freebsd-12-stable/lib/libc/gen/
H A Ddlfcn.c65 #pragma weak _rtld_error macro
67 _rtld_error(const char *fmt __unused, ...) function
76 _rtld_error(sorry);
85 _rtld_error(sorry);
117 _rtld_error(sorry);
126 _rtld_error(sorry);
135 _rtld_error(sorry);
145 _rtld_error(sorry);
155 _rtld_error(sorry);
164 _rtld_error(sorr
[all...]
H A Dlibc_dlopen.c49 _rtld_error("Service unavailable -- libc in restricted mode");
/freebsd-12-stable/libexec/rtld-elf/
H A Dmap_object.c136 _rtld_error("%s: PT_LOAD segment %d not page-aligned",
172 _rtld_error("%s: error mapping PT_NOTE (%d)", path, errno);
187 _rtld_error("%s: object is not dynamically-linked", path);
192 _rtld_error("%s: too few PT_LOAD segments", path);
213 _rtld_error("%s: mmap of entire address space failed: %s",
218 _rtld_error("%s: mmap returned wrong address: wanted %p, got %p",
233 _rtld_error("%s: mmap of data failed: %s", path,
250 _rtld_error("%s: mprotect failed: %s", path,
269 _rtld_error("%s: mmap of bss failed: %s", path,
303 _rtld_error("
[all...]
H A Drtld.c251 void _rtld_error(const char *, ...) __exported;
439 _rtld_error("Tainted process refusing to run binary %s",
466 _rtld_error("Failed to fstat FD %d (%s): %s", fd,
493 _rtld_error("No execute permission for binary %s",
536 _rtld_error("No binary");
556 _rtld_error("environment corrupt; aborting");
903 _rtld_error(const char *fmt, ...) function
934 _rtld_error("%s", saved_msg);
1022 _rtld_error("utsname failed: %d", errno);
1521 _rtld_error("
[all...]
H A Drtld.h362 void _rtld_error(const char *, ...) __printflike(1, 2) __exported;
/freebsd-12-stable/libexec/rtld-elf/amd64/
H A Dreloc.c103 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
200 _rtld_error("%s: IFUNC for TLS reloc",
243 _rtld_error("%s: Unexpected R_X86_64_COPY "
263 _rtld_error("%s: No space available "
284 _rtld_error("%s: No space available "
316 _rtld_error("%s: Unsupported relocation type %u"
351 _rtld_error("Unknown relocation type %x in PLT",
393 _rtld_error("Unknown relocation type %x in PLT",
/freebsd-12-stable/libexec/rtld-elf/i386/
H A Dreloc.c102 _rtld_error("Undefined symbol \"%s\" referenced from COPY"
183 _rtld_error("%s: IFUNC for TLS reloc",
224 _rtld_error("%s: Unexpected R_386_COPY "
248 _rtld_error("%s: No space available "
270 _rtld_error("%s: Unsupported relocation type %d"
305 _rtld_error("Unknown relocation type %x in PLT",
347 _rtld_error("Unknown relocation type %x in PLT",
/freebsd-12-stable/libexec/rtld-elf/riscv/
H A Dreloc.c131 _rtld_error(
196 _rtld_error("Unknown relocation type %x in jmpslot",
310 _rtld_error("%s: Unexpected R_RISCV_COPY "
331 _rtld_error(
358 _rtld_error(
/freebsd-12-stable/libexec/rtld-elf/aarch64/
H A Dreloc.c113 _rtld_error("Undefined symbol \"%s\" referenced from "
212 _rtld_error("Unknown relocation type %u in PLT",
431 _rtld_error("%s: IFUNC for TLS reloc",
462 _rtld_error("%s: Unexpected R_AARCH64_COPY "
482 _rtld_error(
/freebsd-12-stable/libexec/rtld-elf/arm/
H A Dreloc.c111 _rtld_error(
214 _rtld_error(
273 _rtld_error(
342 _rtld_error("%s: Unsupported relocation type %ld "
/freebsd-12-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c110 _rtld_error("Undefined symbol \"%s\" "
212 _rtld_error("%s: Unexpected R_COPY "
254 _rtld_error("%s: No space available for static "
279 _rtld_error("%s: Unsupported relocation type %d"
/freebsd-12-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c106 _rtld_error("Undefined symbol \"%s\" "
209 _rtld_error("%s: Unexpected R_COPY "
251 _rtld_error("%s: No space available for static "
276 _rtld_error("%s: Unsupported relocation type %ld"
/freebsd-12-stable/libexec/rtld-elf/mips/
H A Dreloc.c153 _rtld_error(
545 _rtld_error("%s: Unexpected R_MIPS_COPY "
641 _rtld_error("%s: Unsupported relocation type %ld "
670 _rtld_error("Unknown relocation type %u in PLT",
707 _rtld_error("Unknown relocation type %u in PLT",
/freebsd-12-stable/lib/libc/include/
H A Dlibc_private.h70 void _rtld_error(const char *fmt, ...);
/freebsd-12-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c281 _rtld_error("Undefined symbol \"%s\""
371 _rtld_error("%s: Unsupported relocation type %d in non-PLT "
413 _rtld_error("%s: No space available for "

Completed in 265 milliseconds