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

12

/frameworks/compile/mclinker/lib/MC/
H A DMCLDOutput.cpp20 Output::Type pType)
21 : MCLDFile("", pRealPath, pType) {
19 Output(const sys::fs::Path& pRealPath, Output::Type pType) argument
H A DMCLDFile.cpp30 unsigned int pType)
31 : m_Type(pType), m_pContext(0), m_Path(pPath), m_Name(pName.data()), m_pMemArea(0) {
28 MCLDFile(llvm::StringRef pName, const sys::fs::Path& pPath, unsigned int pType) argument
H A DMCLDInput.cpp26 unsigned int pType,
28 : MCLDFile(pName, pPath, pType),
23 Input(llvm::StringRef pName, const sys::fs::Path& pPath, const AttributeProxy& pProxy, unsigned int pType, off_t pFileOffset) argument
H A DInputFactory.cpp26 unsigned int pType,
30 new (result) mcld::Input(pName, pPath, m_AttrFactory.last(), pType, pFileOffset);
24 produce(llvm::StringRef pName, const sys::fs::Path& pPath, unsigned int pType, off_t pFileOffset) argument
H A DInputTree.cpp48 unsigned int pType)
51 node->data = m_FileFactory.produce(pNamespec, pPath, pType);
44 insert(TreeIteratorBase pRoot, const InputTree::Mover& pMover, const std::string& pNamespec, const sys::fs::Path& pPath, unsigned int pType) argument
H A DSearchDirs.cpp45 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) argument
47 assert(Input::DynObj == pType || Input::Archive == pType);
58 switch(pType) {
/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp15 uint32_t pType,
22 m_Type(pType),
13 LDSection(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag, uint64_t pSize, uint64_t pOffset, uint64_t pAddr) argument
H A DELFSegment.cpp15 ELFSegment::ELFSegment(uint32_t pType, argument
24 : m_Type(pType),
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 DLDSectionFactory.cpp25 uint32_t pType,
30 new (result) LDSection(pName, pKind, pType, pFlag);
23 produce(const std::string& pName, LDFileFormat::Kind pKind, uint32_t pType, uint32_t pFlag) argument
H A DELFReader.cpp29 ELFReaderIF::getLDSectionKind(uint32_t pType, const char* pName) const argument
51 switch(pType) {
81 if ((pType >= llvm::ELF::SHT_LOPROC && pType <= llvm::ELF::SHT_HIPROC) ||
82 (pType >= llvm::ELF::SHT_LOOS && pType <= llvm::ELF::SHT_HIOS) ||
83 (pType >= llvm::ELF::SHT_LOUSER && pType <= llvm::ELF::SHT_HIUSER))
85 fatal(diag::err_unsupported_section) << pName << pType; local
H A DRelocation.cpp17 Relocation::Relocation(Relocation::Type pType, argument
22 m_Type(pType),
79 void Relocation::setType(Type pType) argument
81 m_Type = pType;
H A DRelocationFactory.cpp34 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, argument
68 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
H A DNamePool.cpp28 ResolveInfo::Type pType,
37 result->setType(pType);
50 ResolveInfo::Type pType,
76 new_symbol->setType(pType);
26 createSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility) argument
48 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.cpp85 void ResolveInfo::setType(uint32_t pType) argument
88 m_BitField |= ((pType << TYPE_OFFSET) & TYPE_MASK);
/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/include/mcld/Support/
H A DDerivedPositionDependentOptions.h32 FileOption(unsigned pPosition, Type pType, const sys::fs::Path &pPath) argument
33 : PositionDependentOption(pPosition, pType)
H A DPositionDependentOption.h43 PositionDependentOption(unsigned int pPosition, Type pType) argument
44 : m_Type(pType),
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp54 Space::Space(Space::Type pType, void* pMemBuffer, size_t pSize) argument
56 m_RegionCount(0), m_Type(pType)
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.h317 const char* pType; member in struct:__anon1095
337 const char* pType; member in struct:__anon1098
409 const char* pType,
417 const char* pType,
H A DVideoEditorJava.cpp169 const char* pType,
177 "videoEditJava_getMethodId(%s,%s)", pName, pType);
180 jmethodID methodId = pEnv->GetMethodID(clazz, pName, pType);
199 pName, pType);
213 const char* pType,
221 "videoEditJava_getFieldId(%s,%s)", pName, pType);
224 jfieldID fieldId = pEnv->GetFieldID(clazz, pName, pType);
243 pName, pType);
751 pClass->pFields[index].pType,
851 pClass->pMethods[index].pType,
164 videoEditJava_getMethodId( bool* pResult, JNIEnv* pEnv, jclass clazz, const char* pName, const char* pType, jmethodID* pMethodId) argument
208 videoEditJava_getFieldId( bool* pResult, JNIEnv* pEnv, jclass clazz, const char* pName, const char* pType, jfieldID* pFieldId) argument
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h152 unsigned int pType = Input::Unknown);
169 unsigned int pType = Input::Unknown);
206 unsigned int pType)
209 node->data = m_FileFactory.produce(pNamespec, pPath, pType);
203 insert(mcld::TreeIteratorBase pRoot, const std::string& pNamespec, const mcld::sys::fs::Path& pPath, unsigned int pType) argument
H A DMCLDFile.h62 unsigned int pType = Unknown);
67 void setType(unsigned int pType) argument
68 { m_Type = pType; }
146 unsigned int pType = MCLDFile::Unknown);
158 unsigned int pType)
161 new (result) mcld::MCLDFile(pName, pPath, pType);
156 produce(llvm::StringRef pName, const mcld::sys::fs::Path& pPath, unsigned int pType) argument
H A DSymbolCategory.h121 Category(Type pType) argument
122 : type(pType),
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp75 const char* X86RelocationFactory::getName(Relocation::Type pType) const
77 return ApplyFunctions[pType].name;
208 // Get an relocation entry in .rel.dyn and set its type to pType,
212 X86RelocationFactory::Type pType,
222 rel_entry.setType(pType);
225 if (pType == llvm::ELF::R_386_RELATIVE)
211 helper_DynRel(Relocation& pReloc, X86RelocationFactory::Type pType, X86RelocationFactory& pParent) argument

Completed in 771 milliseconds

12