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

Function DynamicEntryArray

include/LIEF/ELF/DynamicEntryArray.hpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 using DynamicEntry::DynamicEntry;
39
40 DynamicEntryArray() = delete;
41 DynamicEntryArray(DynamicEntry::TAG tag, array_t array) :
42 DynamicEntry(tag, 0),
43 array_(std::move(array))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected