Home
last modified time | relevance | path

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

/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()