public class Elf.Symbol extends Object implements Comparable<Object>
Modifier and Type | Field and Description |
---|---|
static int |
SHN_ABS |
static int |
SHN_COMMON |
static int |
SHN_HIOS |
static int |
SHN_HIPROC |
static int |
SHN_HIRESERVE |
static int |
SHN_LOOS |
static int |
SHN_LOPROC |
static int |
SHN_LORESERVE |
static int |
SHN_UNDEF |
static int |
SHN_XINDEX |
short |
st_info |
long |
st_name |
short |
st_other |
short |
st_shndx |
long |
st_size |
IAddress |
st_value |
static int |
STB_GLOBAL |
static int |
STB_LOCAL |
static int |
STB_WEAK |
static int |
STT_FILE |
static int |
STT_FUNC |
static int |
STT_NOTYPE |
static int |
STT_OBJECT |
static int |
STT_SECTION |
Constructor and Description |
---|
Symbol(Elf.Section section) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
int |
st_bind() |
int |
st_type() |
String |
toString() |
public static final int STB_LOCAL
public static final int STB_GLOBAL
public static final int STB_WEAK
public static final int STT_NOTYPE
public static final int STT_OBJECT
public static final int STT_FUNC
public static final int STT_SECTION
public static final int STT_FILE
public static final int SHN_UNDEF
public static final int SHN_LORESERVE
public static final int SHN_LOPROC
public static final int SHN_HIPROC
public static final int SHN_LOOS
public static final int SHN_HIOS
public static final int SHN_ABS
public static final int SHN_COMMON
public static final int SHN_XINDEX
public static final int SHN_HIRESERVE
public long st_name
public IAddress st_value
public long st_size
public short st_info
public short st_other
public short st_shndx
public Symbol(Elf.Section section)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.