Uses of Class
com.cmpware.elf.Elf

Packages that use Elf
com.cmpware.cmp   
com.cmpware.elf   
com.cmpware.ide   
 

Uses of Elf in com.cmpware.cmp
 

Fields in com.cmpware.cmp declared as Elf
protected  Elf Processor.elf
          The most recently loaded ELF file
 

Methods in com.cmpware.cmp that return Elf
 Elf Processor.getElf()
          This method returns the most recently loaded ELF file.
 

Methods in com.cmpware.cmp with parameters of type Elf
 void Processor.load(Elf elf, int offset)
          This method loads the memory of the processor with data from the ELF file.
 void Multiprocessor.loadAll(Elf elf, int offset)
          This method loads the memory of each processor with the same data.
 

Uses of Elf in com.cmpware.elf
 

Methods in com.cmpware.elf with parameters of type Elf
 void Dwarf2.load(Elf elf)
          This constructor loads the DWARF2 data structures with the sections from the ELF file data.
 

Constructors in com.cmpware.elf with parameters of type Elf
Dwarf(Elf elf)
          This constructor initializes the DWARF data structures with the sections from the ELF file data.
 

Uses of Elf in com.cmpware.ide
 

Methods in com.cmpware.ide with parameters of type Elf
static void MpModel.load(Elf elf)
          This method loads an ELF (or binary) file into the memory of the current processor and fires a state change event.
static void MpModel.loadAll(Elf elf)
          This method loads an ELF (or binary) file into the memory of all of the processors and fires a state change event.