Searched defs:pInfo (Results 1 - 20 of 20) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticPrinter.cpp26 const Diagnostic& pInfo) {
25 handleDiagnostic(DiagnosticEngine::Severity pSeverity, const Diagnostic& pInfo) argument
H A DELFReaderIf.cpp31 ResolveInfo::Type ELFReaderIF::getSymType(uint8_t pInfo, argument
33 ResolveInfo::Type result = static_cast<ResolveInfo::Type>(pInfo & 0xF);
H A DLDSymbol.cpp81 void LDSymbol::setResolveInfo(const ResolveInfo& pInfo) { argument
82 m_pResolveInfo = const_cast<ResolveInfo*>(&pInfo);
H A DTextDiagnosticPrinter.cpp47 const Diagnostic& pInfo) {
48 DiagnosticPrinter::handleDiagnostic(pSeverity, pInfo);
51 pInfo.format(out_string);
45 handleDiagnostic( DiagnosticEngine::Severity pSeverity, const Diagnostic& pInfo) argument
H A DResolveInfo.cpp250 void ResolveInfo::Destroy(ResolveInfo*& pInfo) { argument
251 if (pInfo->isNull())
254 if (pInfo != NULL) {
255 pInfo->~ResolveInfo();
256 free(pInfo);
259 pInfo = NULL;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsAbiFlags.cpp32 uint64_t MipsAbiFlags::emit(const MipsAbiFlags& pInfo, MemoryRegion& pRegion) { argument
35 buf->isa_level = pInfo.m_IsaLevel;
36 buf->isa_rev = pInfo.m_IsaRev;
37 buf->gpr_size = pInfo.m_GprSize;
38 buf->cpr1_size = pInfo.m_Cpr1Size;
39 buf->cpr2_size = pInfo.m_Cpr2Size;
40 buf->fp_abi = pInfo.m_FpAbi;
41 buf->isa_ext = pInfo.m_IsaExt;
42 buf->ases = pInfo.m_Ases;
43 buf->flags1 = pInfo
[all...]
H A DMipsGOT.cpp74 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo, argument
77 : m_pInfo(pInfo), m_Addend(addend), m_IsGot16(isGot16) {
239 bool MipsGOT::reserveLocalEntry(ResolveInfo& pInfo, argument
242 LocalEntry entry(&pInfo, pAddend, reloc == llvm::ELF::R_MIPS_GOT16);
265 bool MipsGOT::reserveGlobalEntry(ResolveInfo& pInfo) { argument
266 if (m_InputGlobalSymbols.count(&pInfo))
269 if (m_MergedGlobalSymbols.count(&pInfo)) {
270 m_InputGlobalSymbols[&pInfo] = false;
277 m_InputGlobalSymbols[&pInfo] = true;
280 if (!(pInfo
288 reserveTLSGdEntry(ResolveInfo& pInfo) argument
310 reserveTLSGotEntry(ResolveInfo& pInfo) argument
383 recordGlobalEntry(const ResolveInfo* pInfo, Fragment* pEntry) argument
391 lookupGlobalEntry(const ResolveInfo* pInfo) argument
404 recordTLSEntry(const ResolveInfo* pInfo, Fragment* pEntry, Relocation::Type pType) argument
425 lookupTLSEntry(const ResolveInfo* pInfo, Relocation::Type pType) argument
448 recordLocalEntry(const ResolveInfo* pInfo, Relocation::DWord pAddend, Fragment* pEntry) argument
458 lookupLocalEntry(const ResolveInfo* pInfo, Relocation::DWord pAddend) argument
[all...]
H A DMipsLDBackend.cpp50 MipsGNUInfo* pInfo)
51 : GNULDBackend(pConfig, pInfo),
56 m_pInfo(*pInfo),
1248 MipsGNUInfo* pInfo)
1249 : MipsGNULDBackend(pConfig, pInfo) {
1293 MipsGNUInfo* pInfo)
1294 : MipsGNULDBackend(pConfig, pInfo) {
49 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo) argument
1247 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo) argument
1292 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h169 void setInfo(size_t pInfo) { m_Info = pInfo; } argument
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp22 const ResolveInfo& pInfo) {
23 if (ResolveInfo::File == pInfo.type())
25 if (ResolveInfo::Local == pInfo.binding())
27 if (ResolveInfo::Common == pInfo.desc())
29 if (ResolveInfo::Default == pInfo.visibility() ||
30 ResolveInfo::Protected == pInfo.visibility())
21 categorize( const ResolveInfo& pInfo) argument
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java535 private boolean isDisplayablePermission(PermissionInfo pInfo, int newReqFlags, argument
537 final int base = pInfo.protectionLevel & PermissionInfo.PROTECTION_MASK_BASE;
546 || ((pInfo.protectionLevel&PermissionInfo.PROTECTION_FLAG_PRE23) != 0);
550 ((pInfo.protectionLevel&PermissionInfo.PROTECTION_FLAG_DEVELOPMENT) != 0);
566 if (localLOGV) Log.i(TAG, "Special perm " + pInfo.name
567 + ": protlevel=0x" + Integer.toHexString(pInfo.protectionLevel));
591 MyPermissionInfo pInfo) {
592 if (pInfo.mLabel == null) {
593 pInfo.mLabel = pInfo
590 addPermToList(List<MyPermissionInfo> permList, MyPermissionInfo pInfo) argument
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp54 GNUInfo* pInfo)
55 : GNULDBackend(pConfig, pInfo),
53 AArch64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp37 GNUInfo* pInfo,
39 : GNULDBackend(pConfig, pInfo),
327 GNUInfo* pInfo)
328 : X86GNULDBackend(pConfig, pInfo, llvm::ELF::R_386_COPY),
512 GNUInfo* pInfo)
513 : X86GNULDBackend(pConfig, pInfo, llvm::ELF::R_X86_64_COPY),
36 X86GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo, Relocation::Type pCopyRel) argument
326 X86_32GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo) argument
511 X86_64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo) argument
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp443 void ObjectLinker::addSymbolToOutput(ResolveInfo& pInfo, Module& pModule) { argument
446 if (ResolveInfo::Section == pInfo.type() || pInfo.outSymbol() == NULL)
456 if (pInfo.outSymbol()->hasFragRef() &&
458 pInfo.outSymbol()
465 pInfo.outSymbol()
473 if (pInfo.shouldForceLocal(m_Config))
474 pModule.getSymbolTable().forceLocal(*pInfo.outSymbol());
476 pModule.getSymbolTable().add(*pInfo.outSymbol());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp122 ARMGNULDBackend::ARMGNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo) argument
123 : GNULDBackend(pConfig, pInfo),
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp45 HexagonGNUInfo* pInfo)
46 : GNULDBackend(pConfig, pInfo),
44 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo) argument
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1064 CharSequence pInfo, Intent pOrigIntent) {
1068 mExtendedInfo = pInfo;
1063 DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, CharSequence pLabel, CharSequence pInfo, Intent pOrigIntent) argument
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp79 GNULDBackend::GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo) argument
85 m_pInfo(pInfo),
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1194 VkPhysicalDeviceSparseImageFormatInfo2KHR const* pInfo,
1193 GetPhysicalDeviceSparseImageFormatProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceSparseImageFormatInfo2KHR const* pInfo, unsigned int* pNumProperties, VkSparseImageFormatProperties2KHR* pProperties) argument
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 5553 milliseconds