Home
last modified time | relevance | path

Searched defs:RelsOrRelas (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lld/ELF/
H A DInputSection.h39 template <class ELFT> struct RelsOrRelas { global() struct
40 relsRelsOrRelas global() argument
41 relasRelsOrRelas global() argument
42 areRelocsRelRelsOrRelas areRelocsRel() argument
/llvm-project/llvm/include/llvm/Object/
H A DELF.h368 using RelsOrRelas = std::pair<std::vector<Elf_Rel>, std::vector<Elf_Rela>>; global() variable
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1890 if (Error Err = initRelocations(RelSec, RelsOrRelas->first)) in readSections() local
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4941 auto RelsOrRelas = printDynamicRelocationsHelper() local
6484 if (auto RelsOrRelas = Obj.crels(Sec)) { forEachRelocationDo() local