Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h39 template <class ELFT> struct RelsOrRelas { struct
49 const RelsOrRelas<ELFT> rs = (sec).template relsOrRelas<ELFT>(); \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h368 using RelsOrRelas = std::pair<std::vector<Elf_Rel>, std::vector<Elf_Rela>>; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1890 auto RelsOrRelas = ElfFile.crels(*Shdr); in readSections() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4941 auto RelsOrRelas = in printDynamicRelocationsHelper() local
6484 if (auto RelsOrRelas = Obj.crels(Sec)) { in forEachRelocationDo() local