/frameworks/compile/mclinker/lib/LD/ |
D | ELFSegmentFactory.cpp | 19 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) in find() argument 23 if ((*segment)->type() == pType && in find() 33 ELFSegmentFactory::find(uint32_t pType, in find() argument 39 if ((*segment)->type() == pType && in find() 49 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection) in find() argument 53 if ((*segment)->type() == pType) { in find() 65 ELFSegmentFactory::find(uint32_t pType, const LDSection* pSection) const in find() argument 69 if ((*segment)->type() == pType) { in find() 80 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) in produce() argument 82 m_Segments.push_back(ELFSegment::Create(pType, pFlag)); in produce()
|
D | ELFSegment.cpp | 37 ELFSegment::ELFSegment(uint32_t pType, uint32_t pFlag) in ELFSegment() argument 38 : m_Type(pType), in ELFSegment() 89 ELFSegment* ELFSegment::Create(uint32_t pType, uint32_t pFlag) in Create() argument 92 new (seg) ELFSegment(pType, pFlag); in Create()
|
D | LDSection.cpp | 41 uint32_t pType, in LDSection() argument 47 m_Type(pType), in LDSection() 70 uint32_t pType, in Create() argument 76 new (result) LDSection(pName, pKind, pType, pFlag, pSize, pAddr); in Create()
|
D | NamePool.cpp | 35 ResolveInfo::Type pType, in createSymbol() argument 45 (*result)->setType(pType); in createSymbol() 58 ResolveInfo::Type pType, in insertSymbol() argument 84 new_symbol->setType(pType); in insertSymbol()
|
D | RelocationFactory.cpp | 33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, in produce() argument 75 new (result) Relocation(pType, &pFragRef, pAddend, target_data); in produce()
|
/frameworks/compile/mclinker/lib/MC/ |
D | SearchDirs.cpp | 77 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) in find() argument 79 assert(Input::DynObj == pType || in find() 80 Input::Archive == pType || in find() 81 Input::Script == pType); in find() 84 switch(pType) { in find() 103 switch(pType) { in find() 144 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) const in find() 146 assert(Input::DynObj == pType || in find() 147 Input::Archive == pType || in find() 148 Input::Script == pType); in find() [all …]
|
D | Input.cpp | 44 unsigned int pType, in Input() argument 46 : m_Type(pType), in Input() 60 unsigned int pType, in Input() argument 62 : m_Type(pType), in Input()
|
D | InputFactory.cpp | 36 unsigned int pType, in produce() argument 40 new (result) Input(pName, pPath, *m_pLast, pType, pFileOffset); in produce()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 27 LDFileFormat::Kind GetELFSectionKind(uint32_t pType, const char* pName, in GetELFSectionKind() argument 59 switch(pType) { in GetELFSectionKind() 94 if ((pType >= llvm::ELF::SHT_LOPROC && pType <= llvm::ELF::SHT_HIPROC) || in GetELFSectionKind() 95 (pType >= llvm::ELF::SHT_LOOS && pType <= llvm::ELF::SHT_HIOS) || in GetELFSectionKind() 96 (pType >= llvm::ELF::SHT_LOUSER && pType <= llvm::ELF::SHT_HIUSER)) in GetELFSectionKind() 98 fatal(diag::err_unsupported_section) << pName << pType; in GetELFSectionKind() 120 const sys::fs::Path& pPath, Input::Type pType) in CreateInput() argument 122 if (Input::Unknown == pType) in CreateInput() 125 m_InputBuilder.createNode<InputTree::Positional>(pName, pPath, pType); in CreateInput() 278 uint32_t pType, in CreateELFHeader() argument [all …]
|
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 103 Input::Type pType); 238 uint32_t pType, 392 ResolveInfo::Type pType, 437 ResolveInfo::Type pType, 454 Relocation::Type pType, 465 ResolveInfo::Type pType, 475 ResolveInfo::Type pType, 492 ResolveInfo::Type pType, 503 ResolveInfo::Type pType, 514 ResolveInfo::Type pType, [all …]
|
D | LinkerConfig.h | 86 void setCodeGenType(CodeGenType pType) { m_CodeGenType = pType; } in setCodeGenType() argument
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFSegmentFactory.h | 46 iterator find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear); 49 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) const; 51 iterator find(uint32_t pType, const LDSection* pSection); 53 const_iterator find(uint32_t pType, const LDSection* pSection) const; 58 ELFSegment* produce(uint32_t pType, uint32_t pFlag = llvm::ELF::PF_R);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.h | 37 bool needsLA25Stub(Relocation::Type pType, const mcld::ResolveInfo* pSym); 162 Relocation::Type& pType, 168 Relocation::Type& pType, 175 Relocation::Type& pType, 181 Relocation::Type& pType, 188 Relocation::Type pType, 194 Relocation::Type pType, 201 Relocation::Type pType, 207 Relocation::Type pType,
|
D | MipsLDBackend.cpp | 68 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType, in needsLA25Stub() argument 74 if (llvm::ELF::R_MIPS_26 != pType) in needsLA25Stub() 788 Relocation::Type& pType, in readRelocation() argument 792 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset); in readRelocation() 796 Relocation::Type& pType, in readRelocation() argument 801 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend); in readRelocation() 805 Relocation::Type& pType, in readRelocation() argument 823 pType = mcld::bswap32(r_info >> 32); in readRelocation() 829 Relocation::Type& pType, in readRelocation() argument 846 pType = mcld::bswap32(r_info >> 32); in readRelocation() [all …]
|
/frameworks/compile/mclinker/lib/Fragment/ |
D | Relocation.cpp | 49 Relocation* Relocation::Create(Type pType, FragmentRef& pFragRef, Address pAddend) in Create() argument 51 return g_RelocationFactory->produce(pType, pFragRef, pAddend); in Create() 68 Relocation::Relocation(Relocation::Type pType, in Relocation() argument 72 : m_Type(pType), in Relocation() 133 void Relocation::setType(Type pType) in setType() argument 135 m_Type = pType; in setType()
|
D | Stub.cpp | 31 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) in addFixup() argument 34 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType)); in addFixup()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | InputBuilder.h | 58 unsigned int pType = Input::Unknown); 63 unsigned int pType = Input::Unknown, 107 unsigned int pType) 111 Input* input = createInput(pName, pPath, pType); 122 unsigned int pType) 126 Input* input = createInput(pName, pPath, pType);
|
D | Input.h | 53 unsigned int pType = Unknown, 59 unsigned int pType = Unknown, 76 void setType(unsigned int pType) in setType() argument 77 { m_Type = pType; } in setType()
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.h | 73 virtual const char* getName(Relocation::Type pType) const = 0; 142 const char* getName(Relocation::Type pType) const; 144 Size getSize(Relocation::Type pType) const; 201 const char* getName(Relocation::Type pType) const; 203 Size getSize(Relocation::Type pType) const;
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputToken.cpp | 21 InputToken::InputToken(Type pType, const std::string& pName, bool pAsNeeded) in InputToken() argument 22 : StrToken(StrToken::Input, pName), m_Type(pType), m_bAsNeeded(pAsNeeded) in InputToken()
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Relocation.h | 40 Relocation(Type pType, 61 static Relocation* Create(Type pType, FragmentRef& pFragRef, 103 void setType(Type pType);
|
D | Stub.h | 35 Fixup(DWord pOffset, SWord pAddend, Type pType) in Fixup() argument 36 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) in Fixup() 114 void addFixup(DWord pOffset, SWord pAddend, Type pType);
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 199 uint32_t& pType, 205 uint32_t& pType, 212 uint32_t& pType, 218 uint32_t& pType, 225 uint32_t pType, 231 uint32_t pType, 238 uint32_t pType, 244 uint32_t pType,
|
D | ELFAttributeValue.h | 51 void setType(unsigned int pType) in setType() argument 52 { m_Type = pType; } in setType()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.h | 76 const char* getName(Relocation::Type pType) const; 78 Size getSize(Relocation::Type pType) const;
|