Header menu logo B2R2

RelocationKind Type

Represents the relocation type of ELF.

Union cases

Union case Description

RelocationKind(arch, relocValue)

Full Usage: RelocationKind(arch, relocValue)

Parameters:
arch : MachineType
relocValue : uint64

Static members

Static member Description

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of PARISC

reloc : RelocationPARISC
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of PowerPC

reloc : RelocationPPC32
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of RISCV

reloc : RelocationRISCV
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of SH4

reloc : RelocationSH4
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of S390

reloc : RelocationS390
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of MIPS

reloc : RelocationMIPS
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of ARMv8

reloc : RelocationARMv8
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of ARMv7

reloc : RelocationARMv7
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of x86-64

reloc : RelocationX64
Returns: RelocationKind

RelocationKind.Create(reloc)

Full Usage: RelocationKind.Create(reloc)

Parameters:
Returns: RelocationKind

Creates a generic RelocationKind from a relocation kind of x86 architecture.

reloc : RelocationX86
Returns: RelocationKind

RelocationKind.ToString(arg1)

Full Usage: RelocationKind.ToString(arg1)

Parameters:
Returns: string

Converts a relocation kind to a string representation.

arg0 : RelocationKind
Returns: string

Type something to start searching.