Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFTypes.h377 static const bool IsRela = false;
413 static const bool IsRela = true;
420 static const bool IsRela = false;
465 static const bool IsRela = true;
/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp46 void ELFDataSection::appendRelocationOffset(ELFStreamer &Str, bool IsRela, in appendRelocationOffset() argument
49 if (IsRela) { in appendRelocationOffset()
DIceELFSection.h128 void appendRelocationOffset(ELFStreamer &Str, bool IsRela,
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h359 static const bool IsRela = false;
395 static const bool IsRela = true;
402 static const bool IsRela = false;
448 static const bool IsRela = true;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h361 static const bool IsRela = false;
397 static const bool IsRela = true;
404 static const bool IsRela = false;
450 static const bool IsRela = true;
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp371 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
372 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
384 if (IsRela) { in writeSectionContent()
/external/llvm-project/lld/ELF/
DInputSection.cpp428 if (RelTy::IsRela) in copyRelocations()
473 if (!RelTy::IsRela) in copyRelocations()
492 if (RelTy::IsRela) in copyRelocations()
888 if (!RelTy::IsRela) in relocateNonAlloc()
DRelocations.cpp632 if (RelTy::IsRela) in computeMipsAddend()
665 if (RelTy::IsRela) { in computeAddend()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp342 const Elf_Rela &R, bool IsRela);
347 void printDynamicRelocation(const ELFO *Obj, Elf_Rela R, bool IsRela);
2456 const Elf_Rela &R, bool IsRela) { in printRelocation() argument
2478 if (Sym && IsRela) { in printRelocation()
2489 if (IsRela) in printRelocation()
2506 static inline void printRelocHeader(raw_ostream &OS, bool Is64, bool IsRela) { in printRelocHeader() argument
2513 if (IsRela) in printRelocHeader()
2514 OS << (IsRela ? " + Addend" : ""); in printRelocHeader()
2964 bool IsRela) { in printDynamicRelocation() argument
2983 if (SymbolName.size() && IsRela) { in printDynamicRelocation()
[all …]
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1193 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
1197 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
1215 if (IsRela) { in writeSectionContent()
1231 SHeader.sh_size = (IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel)) * in writeSectionContent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp798 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local
799 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent()
815 if (IsRela) { in writeSectionContent()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp3748 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeaderFields() local
3763 if (IsRela) in printRelocHeaderFields()