RelocationInfo
Package:
ghidra.app.util.bin.format.macho
Type:
class
10.2_PUBLIC
removed
method
:
createRelocationInfo
static ghidra.
app.
util.
bin.
format.
macho.
RelocationInfo createRelocationInfo(
ghidra.
app.
util.
bin.
format.
FactoryBundledWithBinaryReader reader) throws IOException
10.0_PUBLIC
added
method
:
getValue
int getValue(
)
added
method
:
isScattered
boolean isScattered(
)
removed
method
:
getLengthInBytes
java.
lang.
String getLengthInBytes(
)
removed
method
:
getSymbolIndex
int getSymbolIndex(
)
removed
field
:
r_symbolnum
int r_symbolnum
9.0.2_PUBLIC
added
method
:
getLengthInBytes
java.
lang.
String getLengthInBytes(
)
added
field
:
r_address
int r_address
added
field
:
r_extern
int r_extern
added
field
:
r_length
int r_length
added
field
:
r_pcrel
int r_pcrel
added
field
:
r_symbolnum
int r_symbolnum
added
field
:
r_type
int r_type
9.0.1_PUBLIC
introduced
Initial version