Searched defs:SymbolAssignment (Results 1 – 1 of 1) sorted by relevance
93 struct SymbolAssignment : SectionCommand { struct94 SymbolAssignment(StringRef name, Expr e, unsigned symOrder, std::string loc) in SymbolAssignment() function98 static bool classof(const SectionCommand *c) { in classof()103 StringRef name;104 Defined *sym = nullptr;107 Expr expression;110 bool provide = false;111 bool hidden = false;114 bool dataSegmentRelroEnd = false;116 unsigned symOrder;[all …]