Searched defs:RelsOrRelas (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | InputSection.h | 39 template <class ELFT> struct RelsOrRelas { global() struct |
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ELF.h | 368 using RelsOrRelas = std::pair<std::vector<Elf_Rel>, std::vector<Elf_Rela>>; global() variable |
/llvm-project/llvm/lib/ObjCopy/ELF/ | ||
H A D | ELFObject.cpp | 1890 if (Error Err = initRelocations(RelSec, RelsOrRelas->first)) in readSections() local |
/llvm-project/llvm/tools/llvm-readobj/ | ||
H A D | ELFDumper.cpp | 4941 auto RelsOrRelas = printDynamicRelocationsHelper() local |