Changes in uspace/lib/c/generic/rtld/module.c [582a0b8:33f86a3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/module.c
r582a0b8 r33f86a3 192 192 193 193 DPRINTF("filename:'%s'\n", name_buf); 194 DPRINTF("load '%s' at 0x% x\n", name_buf, m->bias);194 DPRINTF("load '%s' at 0x%zx\n", name_buf, m->bias); 195 195 196 196 rc = elf_load_file_name(name_buf, m->bias, ELDF_RW, &info);
Note:
See TracChangeset
for help on using the changeset viewer.