Changeset 3fd45d3 in rtems-tools for rtemstoolkit/rld-symbols.cpp
- Timestamp:
- Oct 28, 2014, 8:13:47 AM (5 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- aac2949
- Parents:
- df7fd26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemstoolkit/rld-symbols.cpp
rdf7fd26 r3fd45d3 248 248 } 249 249 250 out << std::setw ( 4) << index_250 out << std::setw (5) << index_ 251 251 << ' ' << binding 252 252 << ' ' << type … … 374 374 output (std::ostream& out, const symtab& symbols) 375 375 { 376 std::cout << " No. Scope TypeAddress Size Name" << std::endl;376 out << " No. Index Scope Type SHNDX Address Size Name" << std::endl; 377 377 int index = 0; 378 378 for (symtab::const_iterator si = symbols.begin ();
Note: See TracChangeset
for help on using the changeset viewer.