MCPcopy Create free account
hub / github.com/GPUOpen-Tools/radeon_gpu_analyzer / CElfSymbolTable

Method CElfSymbolTable

external/celf/Src/CElfSymbolTable.cpp:274–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274CElfSymbolTable::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
282void
283CElfSymbolTable::SetNameIndex(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected