MCPcopy Create free account
hub / github.com/aclements/libelfin / section

Method section

dwarf/internal.hh:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 unsigned addr_size;
57
58 section(section_type type, const void *begin,
59 section_length length,
60 byte_order ord, format fmt = format::unknown,
61 unsigned addr_size = 0)
62 : type(type), begin((char*)begin), end((char*)begin + length),
63 fmt(fmt), ord(ord), addr_size(addr_size) { }
64
65 section(const section &o) = default;
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected