Searched defs:pType (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp31 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) argument
34 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
H A DRelocation.cpp46 /// @param pType [in] the type of the relocation entry
49 Relocation* Relocation::Create(Type pType, FragmentRef& pFragRef, Address pAddend) argument
51 return g_RelocationFactory->produce(pType, pFragRef, pAddend);
68 Relocation::Relocation(Relocation::Type pType, argument
72 : m_Type(pType),
131 void Relocation::setType(Type pType) argument
133 m_Type = pType;
/frameworks/compile/mclinker/lib/MC/
H A DMCLDInput.cpp43 unsigned int pType,
45 : m_Type(pType),
58 unsigned int pType,
60 : m_Type(pType),
41 Input(llvm::StringRef pName, const sys::fs::Path& pPath, unsigned int pType, off_t pFileOffset) argument
55 Input(llvm::StringRef pName, const sys::fs::Path& pPath, const AttributeProxy& pProxy, unsigned int pType, off_t pFileOffset) argument
H A DInputFactory.cpp36 unsigned int pType,
40 new (result) Input(pName, pPath, *m_pLast, pType, pFileOffset);
34 produce(llvm::StringRef pName, const sys::fs::Path& pPath, unsigned int pType, off_t pFileOffset) argument
H A DSearchDirs.cpp76 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) argument
78 assert(Input::DynObj == pType || Input::Archive == pType);
89 switch(pType) {
120 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) const
122 assert(Input::DynObj == pType || Input::Archive == pType);
133 switch(pType) {
H A DInputBuilder.cpp55 unsigned int pType,
58 return m_pInputFactory->produce(pName, pPath, pType, pFileOffset);
53 createInput(const std::string& pName, const sys::fs::Path& pPath, unsigned int pType, off_t pFileOffset) argument
/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp27 /// @param pType - p_type in ELF program header
28 ELFSegment* ELFSegmentFactory::produce(uint32_t pType, uint32_t pFlag) argument
31 new (segment) ELFSegment(pType, pFlag);
36 ELFSegmentFactory::find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) argument
40 if ((*segment).type() == pType &&
50 ELFSegmentFactory::find(uint32_t pType, argument
56 if ((*segment).type() == pType &&
H A DRelocationFactory.cpp33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, argument
75 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
H A DELFSegment.cpp15 ELFSegment::ELFSegment(uint32_t pType, argument
24 : m_Type(pType),
H A DLDSection.cpp41 uint32_t pType,
47 m_Type(pType),
70 uint32_t pType,
76 new (result) LDSection(pName, pKind, pType, pFlag, pSize, pAddr);
39 LDSection(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint64_t pSize, uint64_t pAddr) argument
68 Create(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint64_t pSize, uint64_t pAddr) argument
H A DNamePool.cpp35 ResolveInfo::Type pType,
45 (*result)->setType(pType);
58 ResolveInfo::Type pType,
83 new_symbol->setType(pType);
33 createSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility) argument
56 insertSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility, ResolveInfo* pOldInfo, Resolver::Result& pResult) argument
H A DResolveInfo.cpp93 void ResolveInfo::setType(uint32_t pType) argument
96 m_BitField |= ((pType << TYPE_OFFSET) & TYPE_MASK);
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputBuilder.h62 unsigned int pType = Input::Unknown);
67 unsigned int pType = Input::Unknown,
111 unsigned int pType)
115 Input* input = createInput(pName, pPath, pType);
126 unsigned int pType)
130 Input* input = createInput(pName, pPath, pType);
109 createNode(const std::string& pName, const sys::fs::Path& pPath, unsigned int pType) argument
124 createNode(const std::string& pName, const sys::fs::Path& pPath, unsigned int pType) argument
H A DSymbolCategory.h151 Category(Type pType) argument
152 : type(pType),
H A DMCLDInput.h55 unsigned int pType = Unknown,
61 unsigned int pType = Unknown,
78 void setType(unsigned int pType) argument
79 { m_Type = pType; }
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c86 SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType)
85 IMetadataTraversal_GetChildInfo(SLMetadataTraversalItf self, SLuint32 index, SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType) argument
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp61 Space::Space(Space::Type pType, void* pMemBuffer, size_t pSize) argument
63 m_RegionCount(0), m_Type(pType)
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.h317 const char* pType; member in struct:__anon1146
337 const char* pType; member in struct:__anon1149
409 const char* pType,
417 const char* pType,
H A DVideoEditorJava.cpp171 const char* pType,
179 "videoEditJava_getMethodId(%s,%s)", pName, pType);
182 jmethodID methodId = pEnv->GetMethodID(clazz, pName, pType);
201 pName, pType);
215 const char* pType,
223 "videoEditJava_getFieldId(%s,%s)", pName, pType);
226 jfieldID fieldId = pEnv->GetFieldID(clazz, pName, pType);
245 pName, pType);
753 pClass->pFields[index].pType,
853 pClass->pMethods[index].pType,
166 videoEditJava_getMethodId( bool* pResult, JNIEnv* pEnv, jclass clazz, const char* pName, const char* pType, jmethodID* pMethodId) argument
210 videoEditJava_getFieldId( bool* pResult, JNIEnv* pEnv, jclass clazz, const char* pName, const char* pType, jfieldID* pFieldId) argument
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h38 Fixup(DWord pOffset, SWord pAddend, Type pType) argument
39 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
117 void addFixup(DWord pOffset, SWord pAddend, Type pType);
/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h89 void setCodeGenType(CodeGenType pType) { m_CodeGenType = pType; } argument
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp38 uint32_t pType,
45 LDSection* output_sect = LDSection::Create(output_name, pKind, pType, pFlag);
36 CreateSection(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint32_t pAlign) argument
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp68 effect_uuid_t *pType = NULL; local
76 pType = &type;
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp24 LDFileFormat::Kind GetELFSectionKind(uint32_t pType, const char* pName, argument
56 switch(pType) {
86 if ((pType >= llvm::ELF::SHT_LOPROC && pType <= llvm::ELF::SHT_HIPROC) ||
87 (pType >= llvm::ELF::SHT_LOOS && pType <= llvm::ELF::SHT_HIOS) ||
88 (pType >= llvm::ELF::SHT_LOUSER && pType <= llvm::ELF::SHT_HIUSER))
90 fatal(diag::err_unsupported_section) << pName << pType; local
128 const sys::fs::Path& pPath, Input::Type pType)
127 CreateInput(const std::string& pName, const sys::fs::Path& pPath, Input::Type pType) argument
307 CreateELFHeader(Input& pInput, const std::string& pName, uint32_t pType, uint32_t pFlag, uint32_t pAlign) argument
445 AddSymbol(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBind, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, LDSection* pSection, ResolveInfo::Visibility pVis) argument
497 addSymbolFromObject(const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
602 addSymbolFromDynObj(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, ResolveInfo::Visibility pVisibility) argument
670 AddRelocation(LDSection& pSection, Relocation::Type pType, LDSymbol& pSym, uint32_t pOffset, Relocation::Address pAddend) argument
697 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
762 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
811 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
855 AddSymbol( const llvm::StringRef& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, FragmentRef* pFragmentRef, ResolveInfo::Visibility pVisibility) argument
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp90 const char* HexagonRelocator::getName(Relocation::Type pType) const
92 return ApplyFunctions[pType].name;
95 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const
330 HexagonRelocator::Type pType,
335 rela_entry.setType(pType);
337 if (pType == llvm::ELF::R_HEX_RELATIVE || NULL == pSym)
538 HexagonRelocator::Type pType = llvm::ELF::R_HEX_RELATIVE; local
540 target_fragref.offset(), pType, pParent);
327 helper_DynRel(ResolveInfo* pSym, Fragment& pFrag, uint64_t pOffset, HexagonRelocator::Type pType, HexagonRelocator& pParent) argument

Completed in 313 milliseconds

12