- addGSection
StaticSectionInfo* addGSection(Elf_Ehdr header, const(char)[] stringTable, Elf_Sym[] sym, ubyte[] debugLine, const(char)[] fileName, void* mmapBase, size_t mmapLen)
returns a new section to fill out
- opApply
int opApply(int delegate(ref const(char)[] sNameP, ref size_t startAddr, ref size_t endAddr, ref bool pub) loop)
loops on the static symbols
- opApply
int opApply(int delegate(ref StaticSectionInfo) loop)
loops on the global sections
- opCall
StaticSectionInfo opCall(Elf_Ehdr header, const(char)[] stringTable, Elf_Sym[] sym, ubyte[] debugLine, const(char)[] fileName, void* mmapBase, size_t mmapLen)
- resolveLineNumber
void resolveLineNumber(FrameInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.