Lines Matching defs:SymbolAssignment
90 struct SymbolAssignment : SectionCommand { struct
91 SymbolAssignment(StringRef name, Expr e, unsigned symOrder, std::string loc) in SymbolAssignment() function
95 static bool classof(const SectionCommand *c) { in classof()
100 StringRef name;
101 Defined *sym = nullptr;
104 Expr expression;
107 bool provide = false;
108 bool hidden = false;
111 bool dataSegmentRelroEnd = false;
113 unsigned symOrder;
116 std::string location;
119 std::string commandString;
122 uint64_t addr;
126 uint64_t size;