Searched refs:android_relas (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp361 ELFFile<ELFT>::android_relas(const Elf_Shdr *Sec) const { function in class:ELFFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h201 Expected<std::vector<Elf_Rela>> android_relas(const Elf_Shdr *Sec) const;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3698 AndroidRelas = unwrapOrError(this->FileName, Obj->android_relas(&Sec));
6250 unwrapOrError(this->FileName, Obj->android_relas(Sec)))

Completed in 181 milliseconds