Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h965 DataRefImpl RelData; in section_rel_begin() local
970 RelData.d.a = (Sec.p - SHT) / EF.getHeader().e_shentsize; in section_rel_begin()
971 RelData.d.b = 0; in section_rel_begin()
972 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
982 DataRefImpl RelData = Begin->getRawDataRefImpl(); in section_rel_end() local
983 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end()
991 RelData.d.b += S->sh_size / S->sh_entsize; in section_rel_end()
992 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()