reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1013 if (binding == STB_LOCAL) { 1021 this->symbols[i] = make<Undefined>(this, name, binding, stOther, type); 1023 this->symbols[i] = make<Undefined>(this, name, binding, stOther, type, 1027 make<Defined>(this, name, binding, stOther, type, value, size, sec); 1033 this->symbols[i]->resolve(Undefined{this, name, binding, stOther, type}); 1044 CommonSymbol{this, name, binding, stOther, type, value, size}); 1055 Undefined{this, name, binding, stOther, type, secIdx}); 1060 if (binding == STB_GLOBAL || binding == STB_WEAK || 1060 if (binding == STB_GLOBAL || binding == STB_WEAK || 1061 binding == STB_GNU_UNIQUE) { 1063 Defined{this, name, binding, stOther, type, value, size, sec}); 1067 fatal(toString(this) + ": unexpected binding: " + Twine((int)binding));