lib.dwfl
Class ElfNhdr.ElfNoteSectionEntry

java.lang.Object
  extended by lib.dwfl.ElfNhdr.ElfNoteSectionEntry
Direct Known Subclasses:
ElfPrAuxv, ElfPrFPRegSet, ElfPrpsinfo, ElfPrstatus, ElfPrXFPRegSet
Enclosing class:
ElfNhdr

public abstract static class ElfNhdr.ElfNoteSectionEntry
extends Object


Constructor Summary
ElfNhdr.ElfNoteSectionEntry()
           
 
Method Summary
abstract  long fillMemRegion(byte[] buffer, long startAddress)
           
abstract  long getEntrySize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElfNhdr.ElfNoteSectionEntry

public ElfNhdr.ElfNoteSectionEntry()
Method Detail

getEntrySize

public abstract long getEntrySize()

fillMemRegion

public abstract long fillMemRegion(byte[] buffer,
                                   long startAddress)