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