Changeset 58563585 in mainline for uspace/lib/c/arch/ia32/src/rtld/reloc.c
- Timestamp:
- 2016-08-31T11:15:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/src/rtld/reloc.c
r7a67416 r58563585 69 69 uint32_t sym_size; 70 70 char *str_tab; 71 71 72 72 elf_symbol_t *sym_def; 73 73 module_t *dest; … … 80 80 81 81 DPRINTF("address: 0x%x, entries: %d\n", (uintptr_t)rt, rt_entries); 82 82 83 83 for (i = 0; i < rt_entries; ++i) { 84 84 // DPRINTF("symbol %d: ", i); … … 171 171 memcpy(r_ptr, (const void *)sym_addr, sym_size); 172 172 break; 173 173 174 174 case R_386_RELATIVE: 175 175 DPRINTF("fixup R_386_RELATIVE (b+a)\n");
Note:
See TracChangeset
for help on using the changeset viewer.