Searched refs:IsRela (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 377 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/ |
D | IceELFSection.cpp | 46 void ELFDataSection::appendRelocationOffset(ELFStreamer &Str, bool IsRela, in appendRelocationOffset() argument 49 if (IsRela) { in appendRelocationOffset()
|
D | IceELFSection.h | 128 void appendRelocationOffset(ELFStreamer &Str, bool IsRela,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 358 static const bool IsRela = false; 394 static const bool IsRela = true; 401 static const bool IsRela = false; 447 static const bool IsRela = true;
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 371 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/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 488 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent() local 489 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel); in writeSectionContent() 502 if (IsRela) { in writeSectionContent()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 342 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 404 const Elf_Rela &R, bool IsRela); 409 void printDynamicRelocation(const ELFO *Obj, Elf_Rela R, bool IsRela); 2635 const Elf_Rela &R, bool IsRela) { in printRelocation() argument 2657 if (Sym && IsRela) { in printRelocation() 2668 if (IsRela) in printRelocation() 2686 bool IsRela = SType == ELF::SHT_RELA || SType == ELF::SHT_ANDROID_RELA; in printRelocHeader() local 2701 if (IsRela) in printRelocHeader() 3314 bool IsRela) { in printDynamicRelocation() argument 3333 if (!SymbolName.empty() && IsRela) { in printDynamicRelocation() 3343 if (IsRela) in printDynamicRelocation()
|