"rel" fields become "reloc"

This commit is contained in:
Quentin Carbonneaux 2022-09-09 18:00:29 +02:00
parent 2e38c86af6
commit 4e90b4210e
9 changed files with 17 additions and 17 deletions

4
all.h
View file

@ -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 */
};