forked from OSchip/llvm-project
parent
0e090522c8
commit
7ae2177262
|
@ -97,7 +97,7 @@ public:
|
|||
// The file from which this symbol was created.
|
||||
InputFile *File = nullptr;
|
||||
|
||||
unsigned DynsymIndex = 0;
|
||||
uint32_t DynsymIndex = 0;
|
||||
uint32_t GotIndex = -1;
|
||||
uint32_t GotPltIndex = -1;
|
||||
uint32_t PltIndex = -1;
|
||||
|
|
Loading…
Reference in New Issue