HomeSort by: relevance | last modified time | path
    Searched refs:isRelocatable (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCExpr.cpp 58 bool isRelocatable =
61 if (!isRelocatable)
76 bool isRelocatable = SubExpr->evaluateAsRelocatable(Value, Layout, Fixup);
78 if (!isRelocatable)
  /src/external/gpl3/binutils/dist/gprofng/src/
LoadObject.h 123 return isRelocatable;
187 bool isRelocatable; // is relocatable .o
Stabs.h 82 bool is_relocatable(){ return isRelocatable; }
114 bool isRelocatable;
LoadObject.cc 752 isRelocatable = objStabs->is_relocatable ();
Stabs.cc 220 isRelocatable = elfDis->elf_getehdr ()->e_type == ET_REL;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
LoadObject.h 123 return isRelocatable;
187 bool isRelocatable; // is relocatable .o
Stabs.h 82 bool is_relocatable(){ return isRelocatable; }
114 bool isRelocatable;
LoadObject.cc 752 isRelocatable = objStabs->is_relocatable ();
Stabs.cc 220 isRelocatable = elfDis->elf_getehdr ()->e_type == ET_REL;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp 294 bool isRelocatable() { return Obj.getHeader().e_type == llvm::ELF::ET_REL; }
695 if (!isRelocatable())
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp 328 (!Obj.isRelocatable() || isUnneededSymbol(Sym)))
Object.h 1095 bool isRelocatable() const {
Object.cpp 2433 if (Obj.isRelocatable() || Obj.SymbolTable == nullptr ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 268 bool isRelocatable, bool Extendable) const {
294 } else if (myMCExpr->getKind() == MCExpr::SymbolRef && isRelocatable)

Completed in 36 milliseconds