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

Method setTextBase

src/codeCache.h:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void setTextBase(const char* text_base) {
164 _text_base = text_base;
165 }
166
167 void setPlt(unsigned int plt_offset, unsigned int plt_size) {
168 _plt_offset = plt_offset;

Callers 2

parseLibrariesMethod · 0.80
parseProgramHeadersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected