Package lib.dwfl

This package implements wrappers around elfutils.

See:
          Description

Interface Summary
ElfDynamic.Builder  
ElfSymbol.Builder  
ElfSymbolVersion.Visitor  
SymbolBuilder  
 

Class Summary
Disassembler  
DwAccess  
Dwarf  
DwarfCommand  
DwarfDie  
DwarfDieFactory Factory class for creating DwarfDie objects.
DwarfOp  
DwarfRegistersPPC64 See: http://www.linux-foundation.org/spec/ELF/ppc64/PPC-elf64abi-1.9.html#DW-REG
DwarfRegistersX86  
DwarfRegistersX8664 http://www.x86-64.org/viewvc/trunk/x86-64-ABI/low-level-sys-info.tex?revision=214&view=markup
DwAt  
DwAte  
DwDs  
DwDsc  
DwEnd  
Dwfl  
DwflDie  
DwflLine  
DwflModule A wrapper object around the libdwfl Dwfl_Module structure.
DwflTestbed  
DwflTestbed.ModuleBuilder  
DwflTestbed.VdsoBuilder  
DwInl  
DwOp  
DwOrd  
DwTag  
Elf This class represents an Elf object.
ElfArchiveHeader An ElfArchiveHeader is a header for an archive member
ElfArchiveSymbol An ElfArchiveSymbol is an entry in the Archive symbol table
ElfCommand And ElfCommand is a Command XXX: Something more desctiptive please?!?!?
ElfData An ElfData is a descriptor of data that will be converted to or from memory format
ElfDynamic ElfDynamic is a container class with functions related to reading and interpretation of DYNAMIC section of ELF files.
ElfEHeader An ElfEHeader is a header for and Elf file.
ElfEMachine Constants for the machine field of the Elf File's EHeader.
ElfFlags An ElfFlag is a flag that is applicable to Elf structures
ElfKind And ElfKind is an identification value for a recognized object file
ElfNhdr  
ElfNhdr.ElfNoteSectionEntry  
ElfNhdrType  
ElfPHeader Elf Program segment header
ElfPrAuxv Java Representation of the the NT_AUXV notes secion found in core files
ElfPrFPRegSet Java Representation of the the Floating point notes secion found in core files
ElfPrpsinfo  
ElfPrstatus Java Representation of the the PRSTATUS notes secion found in core files
ElfPrXFPRegSet Java Representation of the the Floating point notes secion found in core files
ElfRel ElfRel represents a relocation in elf file, either the REL or RELA type.
ElfSection An ElfSection is a descriptor o an Elf file section
ElfSectionHeader Header for an ElfSection
ElfSectionHeaderTypes Types for Section Header ElfSectionHeader
ElfSymbol The object-file symbol.
ElfSymbol.Loader  
ElfSymbol.PrivVerdef  
ElfSymbol.PrivVerneed  
ElfSymbol.PrivVerneed.Aux  
ElfSymbolBinding Enum representing symbol binding types.
ElfSymbolType Enum representing symbol types.
ElfSymbolVersion  
ElfSymbolVersion.Def Entries of type Version.Def are assigned to symbols that have associated version definition(s).
ElfSymbolVersion.Need Entries of type Version.Need are assigned to symbols with associated version requests.
ElfSymbolVisibility Enum representing symbol visibility types.
ElfType An ElfType is a known Elf translation type
Instruction  
ModuleElfBias  
TestDwarfDie  
TestDwfl  
TestElf  
 

Exception Summary
DwarfException  
DwAttributeNotFoundException  
DwException Exception class for errors resulting from libdw calls.
ElfException The Elf back-end detected a problem; it might be an invalid operation; it might also be a corrupt part of an elf file.
ElfFileException Exception thrown when an Elf file can't be accessed in some way.
 

Error Summary
ElfError  
 

Package lib.dwfl Description

This package implements wrappers around elfutils.