MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / setPlt

Method setPlt

src/codeCache.h:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 void setPlt(unsigned int plt_offset, unsigned int plt_size) {
168 _plt_offset = plt_offset;
169 _plt_size = plt_size;
170 }
171
172 bool hasDebugSymbols() const {
173 return _debug_symbols;

Callers 2

loadStubSymbolsMethod · 0.80
loadSymbolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected