MCPcopy Create free account
hub / github.com/Kitware/CMake / SetBinaryBaseAddress

Method SetBinaryBaseAddress

Source/kwsys/SystemInformation.cxx:1222–1225  ·  view source on GitHub ↗

Description: Set the address where the binary image is mapped into memory.

Source from the content-addressed store, hash-verified

1220 // Set the address where the binary image is mapped
1221 // into memory.
1222 void SetBinaryBaseAddress(void* address)
1223 {
1224 this->BinaryBaseAddress = address;
1225 }
1226
1227private:
1228 size_t GetRealAddress() const

Callers 1

SymbolPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected