Searched defs:RelocationInfo (Results 1 – 1 of 1) sorted by relevance
172 struct RelocationInfo { struct174 std::optional<const SymbolEntry *> Symbol;176 std::optional<const Section *> Sec;178 bool Scattered;181 bool IsAddend;183 bool Extern;184 MachO::any_relocation_info Info;186 unsigned getPlainRelocationSymbolNum(bool IsLittleEndian) { in getPlainRelocationSymbolNum()192 void setPlainRelocationSymbolNum(unsigned SymbolNum, bool IsLittleEndian) { in setPlainRelocationSymbolNum()