MCPcopy Create free account
hub / github.com/lief-project/LIEF / FunctionVariantFixups

Method FunctionVariantFixups

src/MachO/FunctionVariantFixups.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace MachO {
24
25FunctionVariantFixups::FunctionVariantFixups(const details::linkedit_data_command& cmd) :
26 LoadCommand::LoadCommand{LoadCommand::TYPE(cmd.cmd), cmd.cmdsize},
27 data_offset_{cmd.dataoff},
28 data_size_{cmd.datasize}
29{}
30
31std::ostream& FunctionVariantFixups::print(std::ostream& os) const {
32 LoadCommand::print(os) << '\n';

Callers

nothing calls this directly

Calls 1

TYPEEnum · 0.50

Tested by

no test coverage detected