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