| 272 | } |
| 273 | |
| 274 | CElfSymbolTable::CElfSymbolTable() |
| 275 | : m_Table(), |
| 276 | m_ExtendedIndexSection(NULL) |
| 277 | { |
| 278 | // We do most of the work in the Load method. |
| 279 | // We need all of the sections to be created before calling that. |
| 280 | } |
| 281 | |
| 282 | void |
| 283 | CElfSymbolTable::SetNameIndex( |
nothing calls this directly
no outgoing calls
no test coverage detected