Lines Matching refs:_rtld_error
115 _rtld_error("%s: not ELF file (too short)", path);
131 _rtld_error("%s: read error: %s", path, xstrerror(errno));
136 _rtld_error("%s: not ELF file (magic number bad)", path);
140 _rtld_error("%s: invalid ELF class %x; expected %x", path,
148 _rtld_error("%s: unsupported file version", path);
152 _rtld_error("%s: unsupported file type", path);
158 _rtld_error("%s: unsupported machine", path);
192 _rtld_error("No memory for segs");
209 _rtld_error(
273 _rtld_error("%s: not dynamically linked", path);
340 _rtld_error("mmap of entire address space failed: %s",
346 _rtld_error("mmap of executable at correct address failed");
364 _rtld_error("%s: mmap of data failed: %s", path,
386 _rtld_error("%s: mprotect failed: %s",
410 _rtld_error(
436 _rtld_error("%s: cannot allocate program header", path);