"rel" fields become "reloc"
This commit is contained in:
parent
2e38c86af6
commit
4e90b4210e
9 changed files with 17 additions and 17 deletions
4
all.h
4
all.h
|
@ -282,7 +282,7 @@ struct Alias {
|
|||
Ref base;
|
||||
uint32_t label;
|
||||
int64_t offset;
|
||||
int rel;
|
||||
int reloc;
|
||||
Alias *slot;
|
||||
};
|
||||
|
||||
|
@ -328,7 +328,7 @@ struct Con {
|
|||
enum {
|
||||
RelDef,
|
||||
RelThr,
|
||||
} rel;
|
||||
} reloc;
|
||||
char flt; /* 1 to print as s, 2 to print as d */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue