FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/tool/disasm.c @ 133:daeaa5950d10
tiobjd: Thumb bl w/o reloc: find symbol if there is one
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Apr 2014 01:22:09 +0000 |
parents | 87b82398a08b |
children | df432a4b1b84 |
comparison
equal
deleted
inserted
replaced
132:af0f8bfa3b3a | 133:daeaa5950d10 |
---|---|
12 #include "globals.h" | 12 #include "globals.h" |
13 | 13 |
14 extern unsigned get_u16(), get_u32(); | 14 extern unsigned get_u16(), get_u32(); |
15 extern char *storage_class_to_string(); | 15 extern char *storage_class_to_string(); |
16 | 16 |
17 static int auto_xlat_section_relocs = 1; | 17 int auto_xlat_section_relocs = 1; |
18 | 18 |
19 static void | 19 static void |
20 find_better_symbol(sec, symp, addp) | 20 find_better_symbol(sec, symp, addp) |
21 struct internal_scnhdr *sec; | 21 struct internal_scnhdr *sec; |
22 struct internal_syment **symp; | 22 struct internal_syment **symp; |