Home
last modified time | relevance | path

Searched defs:isRelocatable (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp58 bool isRelocatable = in evaluateAsConstant() local
76 bool isRelocatable = SubExpr->evaluateAsRelocatable(Value, Layout, Fixup); in evaluateAsRelocatableImpl() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DStabs.h117 bool isRelocatable; variable
H A DLoadObject.h195 bool isRelocatable; // is relocatable .o variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DStabs.h117 bool isRelocatable; variable
H A DLoadObject.h195 bool isRelocatable; // is relocatable .o variable
/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h1095 bool isRelocatable() const { in isRelocatable() function