Searched defs:RelsOrRelas (Results 1 – 4 of 4) sorted by relevance
39 template <class ELFT> struct RelsOrRelas { struct49 const RelsOrRelas<ELFT> rs = (sec).template relsOrRelas<ELFT>(); \ argument
368 using RelsOrRelas = std::pair<std::vector<Elf_Rel>, std::vector<Elf_Rela>>; variable
1890 auto RelsOrRelas = ElfFile.crels(*Shdr); in readSections() local
4941 auto RelsOrRelas = in printDynamicRelocationsHelper() local6484 if (auto RelsOrRelas = Obj.crels(Sec)) { in forEachRelocationDo() local