|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElfInputStream | |
|---|---|
| com.cmpware.elf | |
| com.cmpware.elf.dwarf2 | |
| Uses of ElfInputStream in com.cmpware.elf |
|---|
| Methods in com.cmpware.elf with parameters of type ElfInputStream | |
|---|---|
void |
SectionHeader.read(ElfInputStream eis)
This method fills in the ELF Section Header fields. |
void |
ProgramHeader.read(ElfInputStream eis)
This method fills in the ELF Program Header fields. |
void |
ElfHeader.read(ElfInputStream eis)
This method fills in the ELF Header fields. |
static int |
Dwarf2.SLEB128(ElfInputStream lebis)
This method returns a signed LEB128 integer. |
static int |
Dwarf2.ULEB128(ElfInputStream lebis)
This method returns an unsigned LEB128 integer. |
| Uses of ElfInputStream in com.cmpware.elf.dwarf2 |
|---|
| Methods in com.cmpware.elf.dwarf2 with parameters of type ElfInputStream | |
|---|---|
static LocationList |
LocationList.read(ElfInputStream lis,
int addrBytes,
boolean swapBytes)
This factory method creates a Location List from an ELF input stream built from the .debug_loc section. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||