- Elf_Addr
alias Elf_Addr = Elf32_Addr
Undocumented in source.
- Elf_Addr
alias Elf_Addr = Elf64_Addr
Undocumented in source.
- Elf_Dyn
alias Elf_Dyn = Elf32_Dyn
Undocumented in source.
- Elf_Dyn
alias Elf_Dyn = Elf64_Dyn
Undocumented in source.
- Elf_Ehdr
alias Elf_Ehdr = Elf32_Ehdr
Undocumented in source.
- Elf_Ehdr
alias Elf_Ehdr = Elf64_Ehdr
Undocumented in source.
- Elf_Half
alias Elf_Half = Elf32_Half
Undocumented in source.
- Elf_Half
alias Elf_Half = Elf64_Half
Undocumented in source.
- Elf_Phdr
alias Elf_Phdr = Elf32_Phdr
Undocumented in source.
- Elf_Phdr
alias Elf_Phdr = Elf64_Phdr
Undocumented in source.
- Elf_Shdr
alias Elf_Shdr = Elf32_Shdr
Undocumented in source.
- Elf_Shdr
alias Elf_Shdr = Elf64_Shdr
Undocumented in source.
- Elf_Sym
alias Elf_Sym = Elf32_Sym
Undocumented in source.
- Elf_Sym
alias Elf_Sym = Elf64_Sym
Undocumented in source.
- uhalf
alias uhalf = short
Undocumented in source.
Linux Stacktracing
Functions to parse the ELF format and create a symbolic trace.
The core Elf handling was taken from Thomas Kühne flectioned, with some minor pieces taken from winterwar/wm4 But the routines and flow have been (sometime heavily) changed.