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

Class Sym

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

Source from the content-addressed store, hash-verified

478// Symbol table (ELF32 figure 1-15, ELF64 figure 4)
479template<typename E = Elf64, byte_order Order = byte_order::native>
480struct Sym;
481
482template<byte_order Order>
483struct Sym<Elf32, Order>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected