taglinefilesource code
os65scripts/ksymoops.ccfriend ostream& operator << (ostream& os, const KSym& k) { return k.print(os); }
os83scripts/ksymoops.ccKSym::print(ostream& os) const
os85scripts/ksymoops.ccos << ::hex << address_ + offset_ << ' ' << '<' << name_;
os87scripts/ksymoops.ccos << '+' << ::hex << offset_ << '/' << ::hex << extent_;
os88scripts/ksymoops.ccreturn os << '>';