Home
last modified time | relevance | path

Searched refs:pType (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/compile/mclinker/lib/LD/
DELFSegmentFactory.cpp19 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()
DELFSegment.cpp37 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()
DLDSection.cpp41 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()
DNamePool.cpp35 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()
DRelocationFactory.cpp33 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/
DSearchDirs.cpp77 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 …]
DInput.cpp44 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()
DInputFactory.cpp36 unsigned int pType, in produce() argument
40 new (result) Input(pName, pPath, *m_pLast, pType, pFileOffset); in produce()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp27 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/
DIRBuilder.h103 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 …]
DLinkerConfig.h86 void setCodeGenType(CodeGenType pType) { m_CodeGenType = pType; } in setCodeGenType() argument
/frameworks/compile/mclinker/include/mcld/LD/
DELFSegmentFactory.h46 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/
DMipsLDBackend.h37 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,
DMipsLDBackend.cpp68 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/
DRelocation.cpp49 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()
DStub.cpp31 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/
DInputBuilder.h58 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);
DInput.h53 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/
DX86Relocator.h73 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/
DInputToken.cpp21 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/
DRelocation.h40 Relocation(Type pType,
61 static Relocation* Create(Type pType, FragmentRef& pFragRef,
103 void setType(Type pType);
DStub.h35 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/
DGNULDBackend.h199 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,
DELFAttributeValue.h51 void setType(unsigned int pType) in setType() argument
52 { m_Type = pType; } in setType()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h76 const char* getName(Relocation::Type pType) const;
78 Size getSize(Relocation::Type pType) const;

123