Interface IELFProgramEntry
public interface IELFProgramEntry
ELF program table entry information.
-
Method Details
-
getType
int getType() -
getOffset
long getOffset() -
getVirtualAddress
long getVirtualAddress() -
getPhysicalAddress
long getPhysicalAddress() -
getSize
long getSize() -
getVirtualSize
long getVirtualSize() -
getAlignment
long getAlignment() -
getFlags
int getFlags() -
format
-