class Elf extends AnyRef
Provide a many utilities (based on net.fornwall.jelf) which allows to : - Parse a ELF file - Find the address of a given symbol - Load an ELF program into a simulation DRAM
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Elf
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Elf(f: File, addressWidth: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val elf: ElfFile
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val f: File
- val fBytes: Array[Byte]
- def foreachSection(body: (ElfSection) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getData(section: ElfSection): Array[Byte]
- def getELFSymbol(symbolName: String): ElfSymbol
- def getMemInit[T <: Data](ram: Mem[T], offset: BigInt, allowOverflow: Boolean = false): Array[BigInt]
- def getSymbolAddress(name: String): Long
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def init[T <: Data](ram: Mem[T], offset: BigInt, allowOverflow: Boolean = false): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def load[T <: Data](ram: Mem[T], offset: BigInt, allowOverflow: Boolean = false): Unit
- def load(func: (Long, Byte) ⇒ Unit): Unit
- def load(mem: SparseMemory, offset: Long): Unit
- def loadArray(array: Array[Byte], offset: Long, allowOverflow: Boolean = false): Unit
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated