HomeSort by relevance Sort by last modified time
    Searched refs:DynObj (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/include/mcld/MC/
MCLDOutput.h 37 DynObj = MCLDFile::DynObj,
MCLDInput.h 41 DynObj = MCLDFile::DynObj,
MCLDFile.h 50 DynObj,
  /frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp 45 (*input)->type() == Input::DynObj ||
68 (*input)->setType(Input::DynObj);
110 if ((*input)->type() == mcld::Input::DynObj ) {
151 case Output::DynObj: {
216 case Input::DynObj:
342 case Output::DynObj:
SearchDirs.cpp 60 case Input::DynObj: {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 73 if(pOutput.type() == Output::DynObj && (NULL == m_pGOT))
82 if(pOutput.type() == Output::DynObj || pOutput.type() == Output::Exec)
173 case Output::DynObj:
190 return((Output::DynObj == pOutput.type())
205 if(pOutput.type()==Output::DynObj && isAbsReloc)
220 if(pOutput.type() != Output::DynObj)
257 if(Output::DynObj == pOutput.type()) {
378 if(Output::DynObj == pOutput.type() || rsym->isUndef() || rsym->isDyn()) {
X86PLT.cpp 62 assert (Output::DynObj == pOutput.type() || Output::Exec == pOutput.type());
63 if (Output::DynObj == pOutput.type()) {
  /frameworks/compile/mclinker/lib/LD/
ELFDynObjReader.cpp 57 else if (MCLDFile::DynObj != m_pELFReader->fileType(ELF_hdr))
ELFWriter.cpp 55 case Output::DynObj:
106 case Output::DynObj:
147 && (pOutput.type() != Output::DynObj));
437 if(pOutput.type() == Output::DynObj || pOutput.type() == Output::Exec) {
478 if(pOutput.type() == Output::DynObj || pOutput.type() == Output::Exec) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 125 if(pOutput.type() == Output::DynObj && (NULL == m_pGOT)) {
135 if(pOutput.type() == Output::DynObj || pOutput.type() == Output::Exec)
153 if (pOutput.type() == Output::DynObj)
182 return (pOutput.type() == Output::DynObj);
255 case Output::DynObj:
272 return (Output::DynObj == pOutput.type() &&
286 if(Output::DynObj == pOutput.type() && isAbsReloc)
301 if(Output::DynObj != pOutput.type())
679 if(Output::DynObj == pOutput.type() || rsym->isUndef() || rsym->isDyn()) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 247 case Output::DynObj:
261 case Output::DynObj:
270 if (Input::DynObj == (*input)->type()) {
314 if (Output::DynObj == pOutput.type() || Output::Exec == pOutput.type()) {
341 case Output::DynObj:
456 case Output::DynObj:
567 if (Input::DynObj == (*input)->type()) {
652 case Output::DynObj:
978 /// @ref Google gold linker, dynobj.cc:791
982 // @ref Google gold, dynobj.cc:loc 79
    [all...]
ELFDynamic.cpp 92 if (pLDInfo.output().type() == Output::DynObj) {
156 if (pInfo.output().type() == Output::DynObj &&
  /frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp 126 case Input::DynObj:
247 Input::DynObj);
LLVMTargetMachine.cpp 257 MCLDFile::DynObj,
394 if (pOutputLinkType == MCLDFile::DynObj &&
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 185 if (pOutput.type() == Output::DynObj && NULL == m_pGOT) {
195 if (pOutput.type() == Output::DynObj || pOutput.type() == Output::Exec)
362 if (Input::DynObj == (*input)->type()) {
597 if (Output::DynObj == pOutput.type()) {
788 return (Output::DynObj == pOutput.type() &&
800 if(Output::DynObj == pOutput.type())
857 case Output::DynObj:

Completed in 443 milliseconds