| 478 | // Symbol table (ELF32 figure 1-15, ELF64 figure 4) |
| 479 | template<typename E = Elf64, byte_order Order = byte_order::native> |
| 480 | struct Sym; |
| 481 | |
| 482 | template<byte_order Order> |
| 483 | struct Sym<Elf32, Order> |
nothing calls this directly
no outgoing calls
no test coverage detected