Searched refs:GetRelocationTarget (Results 1 – 3 of 3) sorted by relevance
69 rva_t RelocReaderElf::GetRelocationTarget(elf::Elf32_Rel rel) const { in GetRelocationTarget() function in zucchini::RelocReaderElf78 rva_t RelocReaderElf::GetRelocationTarget(elf::Elf64_Rel rel) const { in GetRelocationTarget() function in zucchini::RelocReaderElf114 target_rva = GetRelocationTarget(image_.read<elf::Elf32_Rel>(cursor_)); in GetNext()117 target_rva = GetRelocationTarget(image_.read<elf::Elf64_Rel>(cursor_)); in GetNext()
67 rva_t GetRelocationTarget(elf::Elf32_Rel rel) const;68 rva_t GetRelocationTarget(elf::Elf64_Rel rel) const;