Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp760 DataRefImpl RelData; in getSectionRelBegin() local
761 memset(&RelData, 0, sizeof(RelData)); in getSectionRelBegin()
765 RelData.w.a = getSection(ittr->second[0])->sh_info; in getSectionRelBegin()
766 RelData.w.b = ittr->second[0]; in getSectionRelBegin()
767 RelData.w.c = 0; in getSectionRelBegin()
769 return relocation_iterator(RelocationRef(RelData, this)); in getSectionRelBegin()
775 DataRefImpl RelData; in getSectionRelEnd() local
776 memset(&RelData, 0, sizeof(RelData)); in getSectionRelEnd()
783 RelData.w.a = relocsec->sh_info; in getSectionRelEnd()
784 RelData.w.b = relocsecindex; in getSectionRelEnd()
[all …]
/external/llvm/include/llvm/Object/
DELFObjectFile.h629 DataRefImpl RelData; in section_rel_begin() local
631 RelData.d.a = (Sec.p - SHT) / EF.getHeader()->e_shentsize; in section_rel_begin()
632 RelData.d.b = 0; in section_rel_begin()
633 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
643 DataRefImpl RelData = Begin->getRawDataRefImpl(); in section_rel_end() local
644 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
651 RelData.d.b += S->sh_size / S->sh_entsize; in section_rel_end()
652 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h762 DataRefImpl RelData; in section_rel_begin() local
767 RelData.d.a = (Sec.p - SHT) / EF.getHeader()->e_shentsize; in section_rel_begin()
768 RelData.d.b = 0; in section_rel_begin()
769 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
779 DataRefImpl RelData = Begin->getRawDataRefImpl(); in section_rel_end() local
780 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
787 RelData.d.b += S->sh_size / S->sh_entsize; in section_rel_end()
788 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()