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

Method DataInCode

src/MachO/DataInCode.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace MachO {
25
26DataInCode::DataInCode(const details::linkedit_data_command& cmd) :
27 LoadCommand::LoadCommand{LoadCommand::TYPE(cmd.cmd), cmd.cmdsize},
28 data_offset_{cmd.dataoff},
29 data_size_{cmd.datasize}
30{}
31
32void DataInCode::accept(Visitor& visitor) const {
33 visitor.visit(*this);

Callers

nothing calls this directly

Calls 1

TYPEEnum · 0.50

Tested by

no test coverage detected