Searched defs:pSD (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/frameworks/compile/mclinker/lib/Fragment/ |
D | NullFragment.cpp | 16 NullFragment::NullFragment(SectionData* pSD) : Fragment(Fragment::Null, pSD) { in NullFragment()
|
D | FillFragment.cpp | 21 SectionData* pSD) in FillFragment()
|
D | RegionFragment.cpp | 16 RegionFragment::RegionFragment(llvm::StringRef pRegion, SectionData* pSD) in RegionFragment()
|
D | AlignFragment.cpp | 23 SectionData* pSD) in AlignFragment()
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | TargetFragment.h | 25 : Fragment(pKind, pSD) {} in Fragment() argument
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Object/ |
D | ObjectBuilder.cpp | 180 SectionData& pSD, in AppendFragment()
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetLDBackend.h | 147 virtual bool readSection(Input& pInput, SectionData& pSD) { return true; } in readSection()
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDSection.h | 136 void setSectionData(SectionData* pSD) { m_Data.sect_data = pSD; } in setSectionData()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 536 bool AArch64GNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationWin32KeyedMutexTests.cpp | 1037 …PSECURITY_DESCRIPTOR pSD = (PSECURITY_DESCRIPTOR)deCalloc(SECURITY_DESCRIPTOR_MIN_LENGTH + 2 * siz… in getSecurityDescriptor() local 1067 static void freeSecurityDescriptor(void *pSD) in freeSecurityDescriptor()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 649 void ELFObjectWriter::emitSectionData(const SectionData& pSD, in emitSectionData()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 946 bool HexagonLDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 362 uint64_t IRBuilder::AppendFragment(Fragment& pFrag, SectionData& pSD) { in AppendFragment()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 619 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 448 bool MipsGNULDBackend::readSection(Input& pInput, SectionData& pSD) { in readSection()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | gpmgmt.h | 1745 #define IGPMGPO_SetSecurityDescriptor(This,lFlags,pSD) (This)->lpVtbl->SetSecurityDescriptor(This,l… argument
|