core.internal.backtrace.elf

This code reads ELF files and sections using memory mapped IO.

Reference: http://www.dwarfstd.org/

struct Image

Types 1

structImage
Fields
private ElfFile file
Methods
bool isValid() @property
T processDebugLineSectionData(T)(scope T delegate(const(ubyte)[]) processor)
size_t baseAddress() @property