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