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