lib.dwfl
Class ElfRel

java.lang.Object
  extended by lib.dwfl.ElfRel

public class ElfRel
extends Object

ElfRel represents a relocation in elf file, either the REL or RELA type.


Field Summary
 int addend
           
 long offset
           
 long symbolIndex
           
 int type
           
 
Method Summary
static ElfRel[] loadFrom(ElfSection section)
          Answer array of relocation entries found in given section.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

public long offset

type

public int type

symbolIndex

public long symbolIndex

addend

public int addend
Method Detail

loadFrom

public static ElfRel[] loadFrom(ElfSection section)
                         throws ElfException
Answer array of relocation entries found in given section.

Throws:
ElfException