C# 클래스 Reko.ImageLoaders.Elf.Relocators.RiscVRelocator64

상속: ElfRelocator64
파일 보기 프로젝트 열기: uxmal/reko

공개 메소드들

메소드 설명
RelocateEntry ( Program program, ElfSymbol symbol, ElfSection referringSection, Elf64_Rela rela ) : void
RelocationTypeToString ( uint type ) : string
RiscVRelocator64 ( ElfLoader64 loader ) : System

메소드 상세

RelocateEntry() 공개 메소드

public RelocateEntry ( Program program, ElfSymbol symbol, ElfSection referringSection, Elf64_Rela rela ) : void
program Program
symbol ElfSymbol
referringSection ElfSection
rela Elf64_Rela
리턴 void

RelocationTypeToString() 공개 메소드

public RelocationTypeToString ( uint type ) : string
type uint
리턴 string

RiscVRelocator64() 공개 메소드

public RiscVRelocator64 ( ElfLoader64 loader ) : System
loader ElfLoader64
리턴 System