Rev 4354 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4354 | Rev 4372 | ||
---|---|---|---|
Line 104... | Line 104... | ||
104 | // DPRINTF("dest bias: 0x%x\n", dest->bias); |
104 | // DPRINTF("dest bias: 0x%x\n", dest->bias); |
105 | if (sym_def) { |
105 | if (sym_def) { |
106 | sym_addr = symbol_get_addr(sym_def, dest); |
106 | sym_addr = symbol_get_addr(sym_def, dest); |
107 | // DPRINTF("symbol definition found, addr=0x%x\n", sym_addr); |
107 | // DPRINTF("symbol definition found, addr=0x%x\n", sym_addr); |
108 | } else { |
108 | } else { |
109 | DPRINTF("symbol definition not found\n"); |
109 | printf("Definition of '%s' not found.\n", |
- | 110 | str_tab + sym->st_name); |
|
110 | continue; |
111 | continue; |
111 | } |
112 | } |
112 | } |
113 | } |
113 | 114 | ||
114 | switch (rel_type) { |
115 | switch (rel_type) { |