Package net.fornwall.jelf
Class ElfStringTable
java.lang.Object
net.fornwall.jelf.ElfSection
net.fornwall.jelf.ElfStringTable
String table sections hold null-terminated character sequences, commonly called strings.
The object file uses these strings to represent symbol and section names.
You reference a string as an index into the string table section.
-
Field Summary
FieldsFields inherited from class net.fornwall.jelf.ElfSection
header, parser -
Method Summary
Methods inherited from class net.fornwall.jelf.ElfSection
getData
-
Field Details
-
numStrings
public final int numStrings
-
-
Method Details
-
get
-