Searched defs:RelocToApply (Results 1 – 1 of 1) sorted by relevance
29 struct RelocToApply { struct36 RelocToApply(int64_t Value, char Width) : Value(Value), Width(Width) {} in RelocToApply() argument37 RelocToApply() : Value(0), Width(0) {} in RelocToApply() argument