Searched refs:IsRela (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceELFSection.cpp46 void ELFDataSection::appendRelocationOffset(ELFStreamer &Str, bool IsRela, argument
49 if (IsRela) {
H A DIceELFSection.h128 void appendRelocationOffset(ELFStreamer &Str, bool IsRela,
/external/llvm/include/llvm/Object/
H A 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/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp371 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; local
372 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel);
384 if (IsRela) {
/external/llvm/tools/llvm-readobj/
H A 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) {
2478 if (Sym && IsRela) {
2489 if (IsRela)
2506 static inline void printRelocHeader(raw_ostream &OS, bool Is64, bool IsRela) { argument
2513 if (IsRela)
2514 OS << (IsRela ? " + Addend" : "");
2964 bool IsRela) {
2983 if (SymbolName.size() && IsRela) {
2455 printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab, const Elf_Rela &R, bool IsRela) argument
2963 printDynamicRelocation(const ELFO *Obj, Elf_Rela R, bool IsRela) argument
[all...]

Completed in 178 milliseconds