Searched defs:pType (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h120 Relocator::Type pType,
124 rel_entry.setType(pType);
126 if (pType == llvm::ELF::R_AARCH64_RELATIVE || pSym == NULL)
117 helper_DynRela_init(ResolveInfo* pSym, Fragment& pFrag, uint64_t pOffset, Relocator::Type pType, AArch64Relocator& pParent) argument
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp70 effect_uuid_t *pType = NULL; local
78 pType = &type;
88 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h52 void setType(Type pType) { m_Type = pType; } argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp64 void MipsGOT::GOTMultipart::consumeTLS(Relocation::Type pType) { argument
67 m_ConsumedTLS += pType == llvm::ELF::R_MIPS_TLS_GOTTPREL ? 1 : 2;
349 Fragment* MipsGOT::consumeTLS(Relocation::Type pType) {
356 m_MultipartList[m_CurrentGOTPart].consumeTLS(pType);
405 Relocation::Type pType) {
406 if (pType == llvm::ELF::R_MIPS_TLS_LDM) {
408 } else if (pType == llvm::ELF::R_MIPS_TLS_GD) {
414 } else if (pType == llvm::ELF::R_MIPS_TLS_GOTTPREL) {
426 Relocation::Type pType) {
427 if (pType
404 recordTLSEntry(const ResolveInfo* pInfo, Fragment* pEntry, Relocation::Type pType) argument
425 lookupTLSEntry(const ResolveInfo* pInfo, Relocation::Type pType) argument
[all...]
H A DMipsRelocator.cpp29 static bool HasSubType(const Relocation& pParent, Relocation::Type pType) { argument
30 if (llvm::ELF::R_MIPS_NONE == pType)
36 if ((type & 0xff) == pType)
81 MipsRelocationInfo(Relocation& pParent, Relocation::Type pType, argument
84 m_Type(pType),
179 const char* MipsRelocator::getName(Relocation::Type pType) const {
180 return ApplyFunctions[pType & 0xff].name;
748 Relocation::Type pType) {
750 relEntry.setType(pType);
769 Relocation::Type pType) {
747 setupRelDynEntry(FragmentRef& pFragRef, ResolveInfo* pSym, Relocation::Type pType) argument
768 setupTLSDynEntry(Fragment& pFrag, ResolveInfo* pSym, Relocation::Type pType) argument
805 setupTLSDynEntry(Fragment& pFrag, ResolveInfo* pSym, Relocation::Type pType) argument
[all...]
H A DMipsLDBackend.cpp74 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType, argument
79 if (llvm::ELF::R_MIPS_26 != pType)
899 Relocation::Type& pType,
902 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset);
906 Relocation::Type& pType,
910 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
914 Relocation::Type& pType,
930 pType = mcld::bswap32(r_info >> 32);
936 Relocation::Type& pType,
951 pType
898 readRelocation(const llvm::ELF::Elf32_Rel& pRel, Relocation::Type& pType, uint32_t& pSymIdx, uint32_t& pOffset) const argument
905 readRelocation(const llvm::ELF::Elf32_Rela& pRel, Relocation::Type& pType, uint32_t& pSymIdx, uint32_t& pOffset, int32_t& pAddend) const argument
913 readRelocation(const llvm::ELF::Elf64_Rel& pRel, Relocation::Type& pType, uint32_t& pSymIdx, uint64_t& pOffset) const argument
935 readRelocation(const llvm::ELF::Elf64_Rela& pRel, Relocation::Type& pType, uint32_t& pSymIdx, uint64_t& pOffset, int64_t& pAddend) const argument
956 emitRelocation(llvm::ELF::Elf32_Rel& pRel, Relocation::Type pType, uint32_t pSymIdx, uint32_t pOffset) const argument
963 emitRelocation(llvm::ELF::Elf32_Rela& pRel, Relocation::Type pType, uint32_t pSymIdx, uint32_t pOffset, int32_t pAddend) const argument
971 emitRelocation(llvm::ELF::Elf64_Rel& pRel, Relocation::Type pType, uint32_t pSymIdx, uint64_t pOffset) const argument
983 emitRelocation(llvm::ELF::Elf64_Rela& pRel, Relocation::Type pType, uint32_t pSymIdx, uint64_t pOffset, int64_t pAddend) const argument
[all...]
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp31 LDFileFormat::Kind GetELFSectionKind(uint32_t pType, argument
64 switch (pType) {
99 if ((pType >= llvm::ELF::SHT_LOPROC && pType <= llvm::ELF::SHT_HIPROC) ||
100 (pType >= llvm::ELF::SHT_LOOS && pType <= llvm::ELF::SHT_HIOS) ||
101 (pType >= llvm::ELF::SHT_LOUSER && pType <= llvm::ELF::SHT_HIUSER))
103 fatal(diag::err_unsupported_section) << pName << pType; local
125 Input::Type pType) {
123 CreateInput(const std::string& pName, const sys::fs::Path& pPath, Input::Type pType) argument
268 CreateELFHeader(Input& pInput, const std::string& pName, uint32_t pType, uint32_t pFlag, uint32_t pAlign) argument
397 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
454 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
528 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
589 AddRelocation(LDSection& pSection, Relocation::Type pType, LDSymbol& pSym, uint32_t pOffset, Relocation::Address pAddend) argument
636 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
706 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
753 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
803 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.cpp30 Relocator::Type pType,
34 rela_entry.setType(pType);
36 if (pType == llvm::ELF::R_HEX_RELATIVE || pSym == NULL)
187 const char* HexagonRelocator::getName(Relocation::Type pType) const {
188 return ApplyFunctions[pType].name;
191 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const {
27 helper_DynRel_init(ResolveInfo* pSym, Fragment& pFrag, uint64_t pOffset, Relocator::Type pType, HexagonRelocator& pParent) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp34 Relocator::Type pType,
38 rel_entry.setType(pType);
40 if (pType == llvm::ELF::R_386_RELATIVE || pSym == NULL)
289 const char* X86_32Relocator::getName(Relocation::Type pType) const {
290 return X86_32ApplyFunctions[pType].name;
293 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const {
294 return X86_32ApplyFunctions[pType].size;
1110 Relocator::Type pType,
1114 rel_entry.setType(pType);
1116 if (pType
31 helper_DynRel_init(ResolveInfo* pSym, Fragment& pFrag, uint64_t pOffset, Relocator::Type pType, X86_32Relocator& pParent) argument
1107 helper_DynRel_init(ResolveInfo* pSym, Fragment& pFrag, uint64_t pOffset, Relocator::Type pType, X86_64Relocator& pParent) argument
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp148 // Get an relocation entry in .rel.dyn and set its type to pType,
152 Relocator::Type pType,
159 rel_entry.setType(pType);
162 if (pType == llvm::ELF::R_ARM_RELATIVE)
316 const char* ARMRelocator::getName(Relocator::Type pType) const {
317 return ApplyFunctions[pType].name;
320 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const {
151 helper_DynRel_init(Relocation& pReloc, Relocator::Type pType, ARMRelocator& pParent) argument
/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp489 SLresult audioPlayer_getStreamType(CAudioPlayer* ap, SLint32 *pType) { argument
494 *pType = SL_ANDROID_STREAM_VOICE;
497 *pType = SL_ANDROID_STREAM_SYSTEM;
500 *pType = SL_ANDROID_STREAM_RING;
504 *pType = SL_ANDROID_STREAM_MEDIA;
507 *pType = SL_ANDROID_STREAM_ALARM;
510 *pType = SL_ANDROID_STREAM_NOTIFICATION;
514 *pType = SL_ANDROID_STREAM_MEDIA;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1618 Relocation::Type& pType,
1630 pType = static_cast<unsigned char>(r_info);
1637 Relocation::Type& pType,
1652 pType = static_cast<unsigned char>(r_info);
1659 Relocation::Type& pType,
1671 pType = static_cast<uint32_t>(r_info);
1678 Relocation::Type& pType,
1693 pType = static_cast<uint32_t>(r_info);
1700 Relocation::Type pType,
1704 pRel.setSymbolAndType(pSymIdx, pType);
1617 readRelocation(const llvm::ELF::Elf32_Rel& pRel, Relocation::Type& pType, uint32_t& pSymIdx, uint32_t& pOffset) const argument
1636 readRelocation(const llvm::ELF::Elf32_Rela& pRel, Relocation::Type& pType, uint32_t& pSymIdx, uint32_t& pOffset, int32_t& pAddend) const argument
1658 readRelocation(const llvm::ELF::Elf64_Rel& pRel, Relocation::Type& pType, uint32_t& pSymIdx, uint64_t& pOffset) const argument
1677 readRelocation(const llvm::ELF::Elf64_Rela& pRel, Relocation::Type& pType, uint32_t& pSymIdx, uint64_t& pOffset, int64_t& pAddend) const argument
1699 emitRelocation(llvm::ELF::Elf32_Rel& pRel, Relocation::Type pType, uint32_t pSymIdx, uint32_t pOffset) const argument
1708 emitRelocation(llvm::ELF::Elf32_Rela& pRel, Relocation::Type pType, uint32_t pSymIdx, uint32_t pOffset, int32_t pAddend) const argument
1719 emitRelocation(llvm::ELF::Elf64_Rel& pRel, Relocation::Type pType, uint32_t pSymIdx, uint64_t pOffset) const argument
1728 emitRelocation(llvm::ELF::Elf64_Rela& pRel, Relocation::Type pType, uint32_t pSymIdx, uint64_t pOffset, int64_t pAddend) const argument
[all...]

Completed in 163 milliseconds

12