Home
last modified time | relevance | path

Searched refs:GetRelocationTarget (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/zucchini/
H A Dreloc_elf.cc69 rva_t RelocReaderElf::GetRelocationTarget(elf::Elf32_Rel rel) const { in GetRelocationTarget() function in zucchini::RelocReaderElf
78 rva_t RelocReaderElf::GetRelocationTarget(elf::Elf64_Rel rel) const { in GetRelocationTarget() function in zucchini::RelocReaderElf
114 target_rva = GetRelocationTarget(image_.read<elf::Elf32_Rel>(cursor_)); in GetNext()
117 target_rva = GetRelocationTarget(image_.read<elf::Elf64_Rel>(cursor_)); in GetNext()
H A Dreloc_elf.h67 rva_t GetRelocationTarget(elf::Elf32_Rel rel) const;
68 rva_t GetRelocationTarget(elf::Elf64_Rel rel) const;
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dreloc_elf.h67 rva_t GetRelocationTarget(elf::Elf32_Rel rel) const;
68 rva_t GetRelocationTarget(elf::Elf64_Rel rel) const;