mirror of
https://github.com/open-simh/simtools.git
synced 2026-04-28 04:44:50 +00:00
Add consistency checking for symbol flags
while also adding some consistency. All listings now list . (dot) as defined so they need updating.
This commit is contained in:
@@ -25,6 +25,8 @@ typedef struct section {
|
||||
unsigned sector; /* Used for complex relocation, and naught else */
|
||||
} SECTION;
|
||||
|
||||
#define SYM_IS_IMPORTED(sym) ((sym->flags & (SYMBOLFLAG_GLOBAL | SYMBOLFLAG_DEFINITION)) == SYMBOLFLAG_GLOBAL)
|
||||
|
||||
/* Symbol table entries */
|
||||
|
||||
typedef struct symbol {
|
||||
|
||||
Reference in New Issue
Block a user