Home
last modified time | relevance | path

Searched defs:pOffset (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp39 FragmentRef::FragmentRef(Fragment& pFrag, FragmentRef::Offset pOffset) in FragmentRef() function in mcld::FragmentRef
50 FragmentRef* FragmentRef::Create(Fragment& pFrag, uint64_t pOffset) { in Create()
76 FragmentRef* FragmentRef::Create(LDSection& pSection, uint64_t pOffset) { in Create()
112 FragmentRef& FragmentRef::assign(Fragment& pFrag, FragmentRef::Offset pOffset) { in assign()
H A DStub.cpp75 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) { in addFixup()
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDelayMix_16x16.cpp28 LVM_INT16* pOffset, /* Delay offset */ in DelayMix_Float()
/aosp12/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp41 llvm::StringRef MemoryArea::request(size_t pOffset, size_t pLength) { in request()
H A DFileOutputBuffer.cpp49 MemoryRegion FileOutputBuffer::request(size_t pOffset, size_t pLength) { in request()
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h47 void setOffset(uint64_t pOffset) { m_Offset = pOffset; } in setOffset()
H A DStub.h36 Fixup(DWord pOffset, SWord pAddend, Type pType) in Fixup()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h114 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset) {} in applyDebugStringOffset()
H A DHexagonRelocator.cpp29 uint64_t pOffset, in helper_DynRel_init()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp224 Relocator::DWord pOffset) { in helper_thumb32_branch_upper()
230 Relocator::DWord pOffset) { in helper_thumb32_branch_lower()
249 Relocator::DWord pOffset) { in helper_thumb32_cond_branch_upper()
256 Relocator::DWord pOffset) { in helper_thumb32_cond_branch_lower()
773 uint32_t pOffset) { in applyDebugStringOffset()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h76 void setOffset(uint64_t pOffset) { m_Offset = pOffset; } in setOffset()
H A DEhFrame.h95 void setPersonalityOffset(uint64_t pOffset) { in setPersonalityOffset()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp908 uint32_t& pOffset, in readRelocation()
938 uint64_t& pOffset, in readRelocation()
966 uint32_t pOffset, in emitRelocation()
986 uint64_t pOffset, in emitRelocation()
H A DMipsRelocator.cpp743 uint32_t pOffset) { in applyDebugStringOffset()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp338 size_t pOffset, in CreateRegion()
593 uint32_t pOffset, in AddRelocation()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp33 uint64_t pOffset, in helper_DynRel_init()
846 uint32_t pOffset) { in applyDebugStringOffset()
1109 uint64_t pOffset, in helper_DynRel_init()
1515 uint32_t pOffset) { in applyDebugStringOffset()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h119 uint64_t pOffset, in helper_DynRela_init()
H A DAArch64Relocator.cpp442 uint32_t pOffset) { in applyDebugStringOffset()
/aosp12/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp117 uint32_t* pUncompLen, uint32_t* pCompLen, off64_t* pOffset, in getEntryInfo()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1639 uint32_t& pOffset, in readRelocation()
1680 uint64_t& pOffset, in readRelocation()
1711 uint32_t pOffset, in emitRelocation()
1731 uint64_t pOffset, in emitRelocation()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioningRandom.cpp292 void* getRegion(unsigned regionIndex, const WrapperMemory** pMemory, uint32_t* pOffset, in getRegion()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1450 int32_t* pOffset, in GetBranchOffset()