Lines Matching defs:SymbolAssignment
88 struct SymbolAssignment : SectionCommand { struct
89 SymbolAssignment(StringRef name, Expr e, std::string loc) in SymbolAssignment() function
93 static bool classof(const SectionCommand *c) { in classof()
98 StringRef name;
99 Defined *sym = nullptr;
102 Expr expression;
105 bool provide = false;
106 bool hidden = false;
109 std::string location;
112 std::string commandString;
115 uint64_t addr;
119 uint64_t size;