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

Class ElfTypes

elf/data.hh:27–32  ·  view source on GitHub ↗

Common basic data types

Source from the content-addressed store, hash-verified

25
26// Common basic data types
27struct ElfTypes
28{
29 typedef std::uint16_t Half;
30 typedef std::uint32_t Word;
31 typedef std::int32_t Sword;
32};
33
34struct Elf32 : public ElfTypes
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected