Searched refs:android_relas (Results 1 – 3 of 3) sorted by relevance
452 ELFFile<ELFT>::android_relas(const Elf_Shdr &Sec) const { in android_relas() function in ELFFile
378 Expected<std::vector<Elf_Rela>> android_relas(const Elf_Shdr &Sec) const;
3973 this->Obj.android_relas(Sec); in printRelocations()6598 if (Expected<std::vector<Elf_Rela>> RelasOrErr = Obj.android_relas(Sec)) { in forEachRelocationDo()