Home
last modified time | relevance | path

Searched refs:isRelocatable (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp58 bool isRelocatable = in evaluateAsConstant() local
61 if (!isRelocatable) in evaluateAsConstant()
76 bool isRelocatable = SubExpr->evaluateAsRelocatable(Value, Layout, Fixup); in evaluateAsRelocatableImpl() local
78 if (!isRelocatable) in evaluateAsRelocatableImpl()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DLoadObject.h130 return isRelocatable; in is_relocatable()
195 bool isRelocatable; // is relocatable .o variable
H A DStabs.h84 bool is_relocatable(){ return isRelocatable; } in is_relocatable()
117 bool isRelocatable; variable
H A DLoadObject.cc781 isRelocatable = objStabs->is_relocatable (); in read_stabs()
H A DStabs.cc289 isRelocatable = elfDis->elf_getehdr ()->e_type == ET_REL; in Stabs()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.h130 return isRelocatable; in is_relocatable()
195 bool isRelocatable; // is relocatable .o variable
H A DStabs.h84 bool is_relocatable(){ return isRelocatable; } in is_relocatable()
117 bool isRelocatable; variable
H A DLoadObject.cc755 isRelocatable = objStabs->is_relocatable (); in read_stabs()
H A DStabs.cc289 isRelocatable = elfDis->elf_getehdr ()->e_type == ET_REL; in Stabs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp294 bool isRelocatable() { return Obj.getHeader().e_type == llvm::ELF::ET_REL; } in isRelocatable() function in llvm::jitlink::ELFLinkGraphBuilder_x86_64
695 if (!isRelocatable()) in buildGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp328 (!Obj.isRelocatable() || isUnneededSymbol(Sym))) in updateAndRemoveSymbols()
H A DObject.h1095 bool isRelocatable() const { in isRelocatable() function
H A DObject.cpp2433 if (Obj.isRelocatable() || Obj.SymbolTable == nullptr || in removeUnneededSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp268 bool isRelocatable, bool Extendable) const { in CheckImmRange()
294 } else if (myMCExpr->getKind() == MCExpr::SymbolRef && isRelocatable) in CheckImmRange()