Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp782 const Elf_Shdr *relocsec = getSection(relocsecindex); in getSectionRelEnd() local
783 RelData.w.a = relocsec->sh_info; in getSectionRelEnd()
785 RelData.w.c = relocsec->sh_size / relocsec->sh_entsize; in getSectionRelEnd()
796 const Elf_Shdr *relocsec = getSection(Rel.w.b); in getRelocationNext() local
797 if (Rel.w.c >= (relocsec->sh_size / relocsec->sh_entsize)) { in getRelocationNext()