Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2777 std::vector<Elf_Rela> AndroidRelas; in printRelocations() local
2782 AndroidRelas = unwrapOrError(Obj->android_relas(&Sec)); in printRelocations()
2783 Entries = AndroidRelas.size(); in printRelocations()
2826 for (const auto &R : AndroidRelas) in printRelocations()