Searched defs:RelocationInfo (Results 1 – 1 of 1) sorted by relevance
173 struct RelocationInfo { struct175 std::optional<const SymbolEntry *> Symbol;177 std::optional<const Section *> Sec;179 bool Scattered;182 bool IsAddend;184 bool Extern;185 MachO::any_relocation_info Info;187 unsigned getPlainRelocationSymbolNum(bool IsLittleEndian) { in getPlainRelocationSymbolNum()193 void setPlainRelocationSymbolNum(unsigned SymbolNum, bool IsLittleEndian) { in setPlainRelocationSymbolNum()