HelenOS sources
DPRINTF 271 uspace/app/wavplay/dplay.c DPRINTF("POS %zu: %zu bytes free in buffer, read %zu, wp %zu\n",
DPRINTF 282 uspace/app/wavplay/dplay.c DPRINTF("POS %zu: %zu bytes still free in buffer, "
DPRINTF 310 uspace/app/wavplay/dplay.c DPRINTF("POS %zu: %lld usecs (%lld) to play %zu bytes.\n",
DPRINTF 58 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("rel table address: 0x%zx, size: %zd\n", (uintptr_t)rt, rt_size);
DPRINTF 90 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("parse relocation table\n");
DPRINTF 96 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("rel table address: 0x%zx, entries: %zd\n", (uintptr_t)rt, rt_entries);
DPRINTF 100 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("symbol %d: ", i);
DPRINTF 110 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("name '%s', value 0x%x, size 0x%x\n",
DPRINTF 120 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("rel_type: %x, rel_offset: 0x%zx\n", rel_type, r_offset);
DPRINTF 123 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("dest name: '%s'\n", dest->dyn.soname);
DPRINTF 124 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("dest bias: 0x%zx\n", dest->bias);
DPRINTF 128 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("symbol definition found, value=0x%zx addr=0x%zx\n", sym_def->st_value, sym_addr);
DPRINTF 147 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("fixup R_X86_64_64 (S+A)\n");
DPRINTF 148 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_addr + r_addend);
DPRINTF 150 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 154 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("fixup R_X86_64_PC32 (S+A-P)\n");
DPRINTF 155 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("(32)*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_addr + r_addend - (uintptr_t) r_ptr);
DPRINTF 157 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 167 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("fixup R_X86_64_COPY (s)\n");
DPRINTF 190 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 195 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("fixup R_X86_64_GLOB_DAT/JUMP_SLOT (S)\n");
DPRINTF 196 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_addr);
DPRINTF 198 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 202 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("fixup R_X86_64_RELATIVE (B+A)\n");
DPRINTF 203 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, m->bias + r_addend);
DPRINTF 205 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 209 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("fixup R_X86_64_DTPMOD64\n");
DPRINTF 210 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, (size_t)dest->id);
DPRINTF 212 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 216 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("fixup R_X86_64_DTPOFF64\n");
DPRINTF 217 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_def->st_value);
DPRINTF 219 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 223 uspace/lib/c/arch/amd64/src/rtld/reloc.c DPRINTF("fixup R_X86_64_TPOFF64\n");
DPRINTF 78 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("parse relocation table\n");
DPRINTF 84 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("address: 0x%" PRIxPTR ", entries: %zd\n", (uintptr_t)rt, rt_entries);
DPRINTF 88 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("symbol %d: ", i);
DPRINTF 97 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("name '%s', value 0x%x, size 0x%x\n",
DPRINTF 105 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("rel_type: %x, rel_offset: 0x%x\n", rel_type, r_offset);
DPRINTF 109 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("dest name: '%s'\n", dest->dyn.soname);
DPRINTF 110 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("dest bias: 0x%x\n", dest->bias);
DPRINTF 115 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("symbol definition found, addr=0x%x\n", sym_addr);
DPRINTF 130 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("fixup R_ARM_TLS_DTPMOD32\n");
DPRINTF 135 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("fixup R_ARM_TLS_DTPOFF32\n");
DPRINTF 140 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("fixup R_ARM_TLS_TPOFF\n");
DPRINTF 154 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("fixup R_ARM_COPY (s)\n");
DPRINTF 182 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("fixup R_ARM_GLOB_DAT/JUMP_SLOT/ABS32 (S)\n");
DPRINTF 187 uspace/lib/c/arch/arm32/src/rtld/reloc.c DPRINTF("fixup R_ARM_RELATIVE (B)\n");
DPRINTF 76 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("parse relocation table\n");
DPRINTF 82 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("address: 0x%" PRIxPTR ", entries: %zd\n", (uintptr_t)rt, rt_entries);
DPRINTF 86 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("symbol %d: ", i);
DPRINTF 95 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("name '%s', value 0x%x, size 0x%x\n",
DPRINTF 103 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("rel_type: %x, rel_offset: 0x%x\n", rel_type, r_offset);
DPRINTF 107 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("dest name: '%s'\n", dest->dyn.soname);
DPRINTF 108 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("dest bias: 0x%x\n", dest->bias);
DPRINTF 113 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("symbol definition found, addr=0x%x\n", sym_addr);
DPRINTF 134 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("fixup R_386_GLOB_DAT/JUMP_SLOT (b+v)\n");
DPRINTF 139 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("fixup R_386_32 (b+v+a)\n");
DPRINTF 144 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("fixup R_386_PC32 (b+v+a-p)\n");
DPRINTF 155 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("fixup R_386_COPY (s)\n");
DPRINTF 181 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("fixup R_386_RELATIVE (b+a)\n");
DPRINTF 186 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("fixup R_386_TLS_TPOFF\n");
DPRINTF 191 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("fixup R_386_TLS_DTPOFF32\n");
DPRINTF 196 uspace/lib/c/arch/ia32/src/rtld/reloc.c DPRINTF("fixup R_386_TLS_DTPMOD32\n");
DPRINTF 61 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("rel table address: 0x%zx, size: %zd\n", (uintptr_t)rt, rt_size);
DPRINTF 101 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("parse relocation table\n");
DPRINTF 107 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("rel table address: 0x%zx, entries: %zd\n", (uintptr_t)rt, rt_entries);
DPRINTF 111 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("symbol %d: ", i);
DPRINTF 120 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("r sym: name '%s', value 0x%zx, size 0x%zx, binding 0x%x\n",
DPRINTF 134 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("Resolved local symbol, addr=0x%zx\n", sym_addr);
DPRINTF 136 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("rel_type: %x, rel_offset: 0x%zx\n", rel_type, r_offset);
DPRINTF 139 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("dest name: '%s'\n", dest->dyn.soname);
DPRINTF 140 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("dest bias: 0x%zx\n", dest->bias);
DPRINTF 144 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("symbol definition found, value=0x%zx addr=0x%zx\n", sym_def->st_value, sym_addr);
DPRINTF 163 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("fixup R_IA_DIR64LSB (S+A)\n");
DPRINTF 164 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr,
DPRINTF 167 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 172 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("fixup R_IA_FPTR64LSB (@fptr(S+A))\n");
DPRINTF 173 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr,
DPRINTF 176 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 179 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("fixup R_IA_REL64LSB (BD+A)\n");
DPRINTF 180 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr,
DPRINTF 183 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 187 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("fixup R_IA_64_IPLTLSB\n");
DPRINTF 188 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("r_offset=0x%zx r_addend=0x%zx\n",
DPRINTF 199 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("symbol='%s'\n", str_tab + sym->st_name);
DPRINTF 200 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("sym_addr = 0x%zx\n", sym_addr);
DPRINTF 201 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("gp = 0x%zx\n", get_module_gp(dest));
DPRINTF 202 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("r_offset=0x%zx\n", r_offset);
DPRINTF 211 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 215 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("fixup R_IA_64_DTPMOD64LSB\n");
DPRINTF 216 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, (size_t)dest->id);
DPRINTF 218 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 222 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("fixup R_IA_64_DTPREL64LSB\n");
DPRINTF 223 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_def->st_value);
DPRINTF 225 uspace/lib/c/arch/ia64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 100 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("Count jump slots.\n");
DPRINTF 113 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("Init farcall section\n");
DPRINTF 123 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("parse relocation table\n");
DPRINTF 128 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("rel table address: 0x%zx, entries: %zd\n", (uintptr_t)rt, rt_entries);
DPRINTF 132 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("symbol %d: ", i);
DPRINTF 142 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("name '%s', value 0x%x, size 0x%x\n",
DPRINTF 151 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("rel_type: %x, rel_offset: 0x%zx\n", rel_type, r_offset);
DPRINTF 154 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("dest name: '%s'\n", dest->dyn.soname);
DPRINTF 155 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("dest bias: 0x%zx\n", dest->bias);
DPRINTF 159 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("symbol definition found, value=0x%zx addr=0x%zx\n", sym_def->st_value, sym_addr);
DPRINTF 178 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("fixup R_PPC_ADDR32 (S+A)\n");
DPRINTF 179 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_addr);
DPRINTF 181 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 184 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("fixup R_PPC_REL24 ((S+A-P) >> 2)\n");
DPRINTF 185 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr,
DPRINTF 188 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 197 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("fixup R_PPC_COPY (s)\n");
DPRINTF 222 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 226 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("fixup R_PPC_JMP_SLOT (S)\n");
DPRINTF 227 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("r_offset=0x%zx r_addend=0x%zx\n",
DPRINTF 242 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("sym_addr = 0x%zx\n", sym_addr);
DPRINTF 243 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("r_offset=0x%zx\n", r_offset);
DPRINTF 251 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 255 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("fixup R_PPC_RELATIVE (B+A)\n");
DPRINTF 256 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, m->bias + r_addend);
DPRINTF 258 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 262 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("fixup R_PPC_DTPMOD32\n");
DPRINTF 263 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, (size_t)dest->id);
DPRINTF 265 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 269 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("fixup R_PPC_DTPREL32\n"); /* XXXXX */
DPRINTF 270 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_def->st_value);
DPRINTF 272 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 304 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("%p: farcall[%d] = %08zx\n", &plt[i], i, plt[i]);
DPRINTF 325 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("plt_entry_init(plt=%p, plte=%p, datawords=%p, ta=0z%zx\n",
DPRINTF 343 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("%p: datawords[%zu] = %08x\n", &datawords[index], index, ta);
DPRINTF 348 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("%p: plte[0] = %08zx\n", &plte[0], plte[0]);
DPRINTF 349 uspace/lib/c/arch/ppc32/src/rtld/reloc.c DPRINTF("%p: plte[1] = %08zx\n", &plte[1], plte[1]);
DPRINTF 62 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("rel table address: 0x%zx, size: %zd\n", (uintptr_t)rt, rt_size);
DPRINTF 94 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("parse relocation table\n");
DPRINTF 102 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("rel table address: 0x%zx, entries: %zd\n", (uintptr_t)rt, rt_entries);
DPRINTF 106 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("symbol %d: ", i);
DPRINTF 116 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("name '%s', value 0x%x, size 0x%x\n",
DPRINTF 125 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("rel_type: %x, rel_offset: 0x%zx\n", rel_type, r_offset);
DPRINTF 128 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("dest name: '%s'\n", dest->dyn.soname);
DPRINTF 129 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("dest bias: 0x%zx\n", dest->bias);
DPRINTF 133 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("symbol definition found, value=0x%zx addr=0x%zx\n", sym_def->st_value, sym_addr);
DPRINTF 158 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("fixup R_SPARC_COPY (s)\n");
DPRINTF 181 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 185 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("fixup R_SPARC_GLOB_DAT (S+A)\n");
DPRINTF 186 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_addr);
DPRINTF 188 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 192 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("fixup R_SPARC_JMP_SLOT (S)\n");
DPRINTF 193 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("r_offset=0x%zx r_addend=0x%zx\n",
DPRINTF 208 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("sym_addr = 0x%zx\n", sym_addr);
DPRINTF 209 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("r_offset=0x%zx\n", r_offset);
DPRINTF 223 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 227 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("fixup R_SPARC_RELATIVE (B+A)\n");
DPRINTF 228 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, m->bias + r_addend);
DPRINTF 230 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 234 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("fixup R_SPARC_64 (S+A)\n");
DPRINTF 235 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_addr);
DPRINTF 237 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 241 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("fixup R_SPARC_TLS_DTPMOD64\n");
DPRINTF 242 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, (size_t)dest->id);
DPRINTF 244 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 248 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("fixup R_SPARC_TLS_DTPOFF64\n");
DPRINTF 249 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("*0x%zx = 0x%zx\n", (uintptr_t)r_ptr, sym_def->st_value);
DPRINTF 251 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("OK\n");
DPRINTF 255 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("fixup R_SPARC_TLS_TPOFF64\n");
DPRINTF 294 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF("Fill PTL entry at %p (target=0x%zx)\n",
DPRINTF 297 uspace/lib/c/arch/sparc64/src/rtld/reloc.c DPRINTF(" - [%d] = 0x%08x\n", i, plte[i]);
DPRINTF 649 uspace/lib/c/generic/async/server.c DPRINTF("Out of memory.\n");
DPRINTF 66 uspace/lib/c/generic/elf/elf_load.c DPRINTF("Failed to load executable '%s'.\n", file_name);
DPRINTF 72 uspace/lib/c/generic/elf/elf_load.c DPRINTF("Binary is statically linked.\n");
DPRINTF 77 uspace/lib/c/generic/elf/elf_load.c DPRINTF("Binary is dynamically linked.\n");
DPRINTF 79 uspace/lib/c/generic/elf/elf_load.c DPRINTF("- prog dynamic: %p\n", info->finfo.dynamic);
DPRINTF 141 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Read error.\n");
DPRINTF 150 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Invalid header.\n");
DPRINTF 160 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Incompatible data/version/class.\n");
DPRINTF 165 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("e_phentsize: %u != %zu\n", header->e_phentsize,
DPRINTF 172 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Object type %d is not supported\n", header->e_type);
DPRINTF 177 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Program header table is not present!\n");
DPRINTF 194 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("more than %d program headers\n", phdr_cap);
DPRINTF 201 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Read error.\n");
DPRINTF 222 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("ELF headers not present in the text segment.\n");
DPRINTF 231 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Unexpected shared object format.\n");
DPRINTF 249 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Can't find suitable memory area.\n");
DPRINTF 292 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Done.\n");
DPRINTF 336 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Zero-sized ELF interp string.\n");
DPRINTF 340 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Unterminated ELF interp string.\n");
DPRINTF 343 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("interpreter: \"%s\"\n", elf->info->interp);
DPRINTF 349 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("dynamic section found at %p\n",
DPRINTF 362 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("TLS header found at %p\n",
DPRINTF 367 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Segment p_type %d unknown.\n", entry->p_type);
DPRINTF 399 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Load segment v_addr=0x%zx at addr %p, size 0x%zx, flags %c%c%c\n",
DPRINTF 410 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Align check 1 failed offset%%align=0x%zx, "
DPRINTF 431 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Map to seg_addr=%p-%p.\n", (void *) seg_addr,
DPRINTF 443 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("memory mapping failed (%p, %zu)\n",
DPRINTF 448 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("as_area_create(%p, %#zx, %d) -> %p\n",
DPRINTF 457 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("read error\n");
DPRINTF 468 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("as_area_change_flags(%p, %x)\n",
DPRINTF 472 uspace/lib/c/generic/elf/elf_mod.c DPRINTF("Failed to set memory area flags.\n");
DPRINTF 56 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("memset\n");
DPRINTF 62 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("pass 1\n");
DPRINTF 66 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("tag=%u ptr=0x%zx val=%zu\n", (unsigned)dp->d_tag,
DPRINTF 153 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("str_tab=0x%" PRIxPTR ", soname_idx=0x%x, soname=0x%" PRIxPTR "\n",
DPRINTF 155 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("soname='%s'\n", info->soname);
DPRINTF 156 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("rpath='%s'\n", info->rpath);
DPRINTF 157 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("hash=0x%" PRIxPTR "\n", (uintptr_t)info->hash);
DPRINTF 158 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("dt_rela=0x%" PRIxPTR "\n", (uintptr_t)info->rela);
DPRINTF 159 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("dt_rela_sz=0x%" PRIxPTR "\n", (uintptr_t)info->rela_sz);
DPRINTF 160 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("dt_rel=0x%" PRIxPTR "\n", (uintptr_t)info->rel);
DPRINTF 161 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("dt_rel_sz=0x%" PRIxPTR "\n", (uintptr_t)info->rel_sz);
DPRINTF 168 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("pass 2\n");
DPRINTF 177 uspace/lib/c/generic/rtld/dynamic.c DPRINTF("needed:'%s'\n", info->needed);
DPRINTF 69 uspace/lib/c/generic/rtld/module.c DPRINTF("malloc failed\n");
DPRINTF 109 uspace/lib/c/generic/rtld/module.c DPRINTF("module_process_relocs('%s')\n", m->dyn.soname);
DPRINTF 119 uspace/lib/c/generic/rtld/module.c DPRINTF("jmp_rel table\n");
DPRINTF 121 uspace/lib/c/generic/rtld/module.c DPRINTF("jmp_rel table type DT_REL\n");
DPRINTF 125 uspace/lib/c/generic/rtld/module.c DPRINTF("jmp_rel table type DT_RELA\n");
DPRINTF 132 uspace/lib/c/generic/rtld/module.c DPRINTF("rel table\n");
DPRINTF 138 uspace/lib/c/generic/rtld/module.c DPRINTF("rela table\n");
DPRINTF 155 uspace/lib/c/generic/rtld/module.c DPRINTF("module_find('%s')\n", name);
DPRINTF 167 uspace/lib/c/generic/rtld/module.c DPRINTF("m = %p\n", m);
DPRINTF 191 uspace/lib/c/generic/rtld/module.c DPRINTF("malloc failed\n");
DPRINTF 202 uspace/lib/c/generic/rtld/module.c DPRINTF("soname too long. increase NAME_BUF_SIZE\n");
DPRINTF 210 uspace/lib/c/generic/rtld/module.c DPRINTF("filename:'%s'\n", name_buf);
DPRINTF 214 uspace/lib/c/generic/rtld/module.c DPRINTF("Failed to load '%s'\n", name_buf);
DPRINTF 220 uspace/lib/c/generic/rtld/module.c DPRINTF("loaded '%s' at 0x%zx\n", name_buf, m->bias);
DPRINTF 223 uspace/lib/c/generic/rtld/module.c DPRINTF("Error: '%s' is not a dynamically-linked object.\n",
DPRINTF 231 uspace/lib/c/generic/rtld/module.c DPRINTF("parse dynamic section\n");
DPRINTF 244 uspace/lib/c/generic/rtld/module.c DPRINTF("tdata at %p size %zu, tbss size %zu\n",
DPRINTF 265 uspace/lib/c/generic/rtld/module.c DPRINTF("module_load_deps('%s')\n", m->dyn.soname);
DPRINTF 290 uspace/lib/c/generic/rtld/module.c DPRINTF("malloc failed\n");
DPRINTF 301 uspace/lib/c/generic/rtld/module.c DPRINTF("%s needs %s\n", m->dyn.soname, dep_name);
DPRINTF 77 uspace/lib/c/generic/rtld/rtld.c DPRINTF("Load dynamically linked program.\n");
DPRINTF 97 uspace/lib/c/generic/rtld/rtld.c DPRINTF("Parse program .dynamic section at %p\n", p_info->dynamic);
DPRINTF 111 uspace/lib/c/generic/rtld/rtld.c DPRINTF("prog tdata at %p size %zu, tbss size %zu\n",
DPRINTF 126 uspace/lib/c/generic/rtld/rtld.c DPRINTF("Load all program dependencies\n");
DPRINTF 140 uspace/lib/c/generic/rtld/rtld.c DPRINTF("Relocate all modules\n");
DPRINTF 75 uspace/lib/c/generic/rtld/symbol.c DPRINTF("def_find_in_module('%s', %s)\n", name, m->dyn.soname);
DPRINTF 216 uspace/lib/c/generic/rtld/symbol.c DPRINTF("symbol_def_find('%s', origin='%s'\n",
DPRINTF 219 uspace/lib/c/generic/rtld/symbol.c DPRINTF("symbolic->find '%s' in module '%s'\n", name, origin->dyn.soname);
DPRINTF 235 uspace/lib/c/generic/rtld/symbol.c DPRINTF("module '%s' local?\n", m->dyn.soname);
DPRINTF 237 uspace/lib/c/generic/rtld/symbol.c DPRINTF("!local->find '%s' in module '%s'\n", name, m->dyn.soname);
DPRINTF 249 uspace/lib/c/generic/rtld/symbol.c DPRINTF("try finding '%s' in origin '%s'\n", name,
DPRINTF 261 uspace/lib/c/generic/rtld/symbol.c DPRINTF("'%s' not found\n", name);
DPRINTF 374 uspace/lib/c/generic/thread/fibril.c DPRINTF("Poking.\n");
DPRINTF 631 uspace/lib/c/generic/thread/fibril.c DPRINTF("### Fibril %p sleeping on event %p.\n", fibril_self(), event);
DPRINTF 643 uspace/lib/c/generic/thread/fibril.c DPRINTF("### Already triggered. Returning. \n");
DPRINTF 915 uspace/lib/c/generic/thread/fibril.c DPRINTF("Poking.\n");
DPRINTF 67 uspace/lib/c/generic/thread/futex.c DPRINTF("Assertion failed: %s (%p) is not locked by fibril %p (instead locked by fibril %p).\n", name, futex, self, owner);
DPRINTF 77 uspace/lib/c/generic/thread/futex.c DPRINTF("Assertion failed: %s (%p) is already locked by fibril %p.\n", name, futex, self);
DPRINTF 92 uspace/lib/c/generic/thread/futex.c DPRINTF("Locking futex %s (%p) by fibril %p.\n", name, futex, self);
DPRINTF 105 uspace/lib/c/generic/thread/futex.c DPRINTF("Unlocking futex %s (%p) by fibril %p.\n", name, futex, self);
DPRINTF 122 uspace/lib/c/generic/thread/futex.c DPRINTF("Trylock on futex %s (%p) by fibril %p succeeded.\n", name, futex, self);
DPRINTF 124 uspace/lib/c/generic/thread/futex.c DPRINTF("Trylock on futex %s (%p) by fibril %p failed.\n", name, futex, self);
DPRINTF 134 uspace/lib/c/generic/thread/futex.c DPRINTF("Passing futex %s (%p) from fibril %p to fibril %p.\n", name, futex, self, no);
DPRINTF 112 uspace/srv/loader/main.c DPRINTF("LOADER_GET_TASKID() = %lu\n", (unsigned long) task_id);
DPRINTF 132 uspace/srv/loader/main.c DPRINTF("LOADER_SET_CWD('%s')\n", cwd);
DPRINTF 164 uspace/srv/loader/main.c DPRINTF("LOADER_SET_PROGRAM('%s')\n", name);
DPRINTF 227 uspace/srv/loader/main.c DPRINTF("LOADER_SET_ARGS('%s')\n", _argv[i]);
DPRINTF 268 uspace/srv/loader/main.c DPRINTF("LOADER_ADD_INBOX('%s')\n", name);
DPRINTF 290 uspace/srv/loader/main.c DPRINTF("LOADER_LOAD()\n");
DPRINTF 294 uspace/srv/loader/main.c DPRINTF("Failed to load executable for '%s'.\n", progname);
DPRINTF 299 uspace/srv/loader/main.c DPRINTF("Loaded.\n");
DPRINTF 312 uspace/srv/loader/main.c DPRINTF("Failed to make TLS for '%s'.\n", progname);
DPRINTF 319 uspace/srv/loader/main.c DPRINTF("PCB set.\n");
DPRINTF 329 uspace/srv/loader/main.c DPRINTF("Answering.\n");
DPRINTF 341 uspace/srv/loader/main.c DPRINTF("Set task name\n");
DPRINTF 347 uspace/srv/loader/main.c DPRINTF("Reply OK\n");
DPRINTF 358 uspace/srv/loader/main.c DPRINTF("Jump to entry point at %p\n", pcb.entry);
HelenOS homepage, sources at GitHub