HomeSort by relevance Sort by last modified time
    Searched refs:pRegion (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/compile/mclinker/lib/Fragment/
RegionFragment.cpp 16 RegionFragment::RegionFragment(llvm::StringRef pRegion, SectionData* pSD)
17 : Fragment(Fragment::Region, pSD), m_Region(pRegion) {
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 69 /// @param pRegion - the memory region that needs to handle with.
71 llvm::StringRef pRegion,
80 llvm::StringRef pRegion,
84 llvm::StringRef pRegion,
88 llvm::StringRef pRegion,
92 llvm::StringRef pRegion,
ELFObjectWriter.h 77 void emitSectionData(const LDSection& pSection, MemoryRegion& pRegion) const;
80 EhFrame& pFrame, MemoryRegion& pRegion) const;
84 MemoryRegion& pRegion) const;
90 MemoryRegion& pRegion) const;
96 MemoryRegion& pRegion) const;
116 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
ELFReader.h 78 llvm::StringRef pRegion,
90 llvm::StringRef pRegion) const;
95 llvm::StringRef pRegion) const;
168 llvm::StringRef pRegion,
180 llvm::StringRef pRegion) const;
185 llvm::StringRef pRegion) const;
ELFReaderIf.h 72 llvm::StringRef pRegion,
84 llvm::StringRef pRegion) const = 0;
89 llvm::StringRef pRegion) const = 0;
EhFrame.h 71 Record(llvm::StringRef pRegion);
90 CIE(llvm::StringRef pRegion);
140 FDE(llvm::StringRef pRegion, CIE& pCIE);
155 GeneratedCIE(llvm::StringRef pRegion);
165 GeneratedFDE(llvm::StringRef pRegion, CIE& pCIE);
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 160 static EAS_BOOL FM_SynthIsOutputOperator (const S_FM_REGION *pRegion, EAS_INT operIndex)
164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
168 switch (pRegion->region.keyGroupAndFlags & 7)
202 pRegion->region.keyGroupAndFlags & 7); */ }
257 const S_FM_REGION *pRegion;
261 pRegion = GetFMRegionPtr(pSynth, pVoice);
262 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_ONE_SHOT)
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f],
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]);
327 const S_FM_REGION *pRegion;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 160 static EAS_BOOL FM_SynthIsOutputOperator (const S_FM_REGION *pRegion, EAS_INT operIndex)
164 if ((pRegion->oper[operIndex].gain & 0xfc) == 0)
168 switch (pRegion->region.keyGroupAndFlags & 7)
202 pRegion->region.keyGroupAndFlags & 7); */ }
257 const S_FM_REGION *pRegion;
261 pRegion = GetFMRegionPtr(pSynth, pVoice);
262 if (pRegion->region.keyGroupAndFlags & REGION_FLAG_ONE_SHOT)
274 fmReleaseTable[pRegion->oper[operIndex].velocityRelease & 0x0f],
275 fmScaleTable[pRegion->oper[operIndex].egKeyScale >> 4]);
327 const S_FM_REGION *pRegion;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.h 33 uint64_t emit(MemoryRegion& pRegion);
MipsPLT.h 33 uint64_t emit(MemoryRegion& pRegion);
MipsGOTPLT.cpp 38 uint64_t MipsGOTPLT::emit(MemoryRegion& pRegion)
40 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
MipsGOT.h 42 virtual uint64_t emit(MemoryRegion& pRegion) = 0;
212 virtual uint64_t emit(MemoryRegion& pRegion);
231 virtual uint64_t emit(MemoryRegion& pRegion);
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 70 /// @param pRegion - the region to write out data
73 MemoryRegion& pRegion) const;
126 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const = 0;
129 emitGOTPLTSectionData(MemoryRegion& pRegion,
184 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
186 uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
227 uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
229 uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
X86LDBackend.cpp 169 MemoryRegion& pRegion) const
171 assert(pRegion.size() && "Size of MemoryRegion is zero!");
181 unsigned char* buffer = pRegion.begin();
203 RegionSize += emitGOTSectionData(pRegion);
207 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
509 uint64_t X86_32GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) const
513 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
529 uint64_t X86_32GNULDBackend::emitGOTPLTSectionData(MemoryRegion& pRegion,
536 uint32_t* buffer = reinterpret_cast<uint32_t*>(pRegion.begin());
709 uint64_t X86_64GNULDBackend::emitGOTSectionData(MemoryRegion& pRegion) cons
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
RegionFragment.h 23 RegionFragment(llvm::StringRef pRegion, SectionData* pSD = NULL);
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 172 llvm::StringRef pRegion,
176 ConstAddress handler = pRegion.begin() + pToken.data_off;
177 ConstAddress cie_end = pRegion.end();
216 EhFrame::CIE* cie = new EhFrame::CIE(pRegion);
326 EhFrame::CIE* cie = new EhFrame::CIE(pRegion);
337 llvm::StringRef pRegion,
340 if (pToken.data_off == pRegion.size())
343 const int32_t offset = *(const int32_t*) (pRegion.begin() + pToken.data_off
353 EhFrame::FDE* fde = new EhFrame::FDE(pRegion, *iter->second);
359 llvm::StringRef pRegion,
    [all...]
EhFrame.cpp 32 EhFrame::Record::Record(llvm::StringRef pRegion)
33 : RegionFragment(pRegion) {
44 EhFrame::CIE::CIE(llvm::StringRef pRegion)
45 : EhFrame::Record(pRegion),
56 EhFrame::FDE::FDE(llvm::StringRef pRegion, EhFrame::CIE& pCIE)
57 : EhFrame::Record(pRegion), m_pCIE(&pCIE) {
73 EhFrame::GeneratedCIE::GeneratedCIE(llvm::StringRef pRegion)
74 : EhFrame::CIE(pRegion) {
84 EhFrame::GeneratedFDE::GeneratedFDE(llvm::StringRef pRegion, CIE &pCIE)
85 : EhFrame::FDE(pRegion, pCIE)
    [all...]
ELFObjectWriter.cpp 392 MemoryRegion& pRegion) const
408 emitSectionData(*sd, pRegion);
413 EhFrame& pFrame, MemoryRegion& pRegion) const
415 emitSectionData(*pFrame.getSectionData(), pRegion);
435 memcpy(pRegion.begin() + fde.getOffset() +
439 memcpy(pRegion.begin() + fde.getOffset() +
450 memcpy(pRegion.begin() + fde_cie_ptr_offset, &offset, 4);
458 MemoryRegion& pRegion) const
465 emitRel<32>(pConfig, *sect_data, pRegion);
467 emitRel<64>(pConfig, *sect_data, pRegion);
    [all...]
  /frameworks/compile/mclinker/lib/Support/
FileOutputBuffer.cpp 16 FileOutputBuffer::FileOutputBuffer(llvm::sys::fs::mapped_file_region* pRegion,
18 : m_pRegion(pRegion), m_FileHandle(pFileHandle)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 77 /// @param pRegion - the region to write out data
80 MemoryRegion& pRegion) const;
171 virtual uint64_t emitGOTSectionData(MemoryRegion& pRegion) const;
173 virtual uint64_t emitGOTPLTSectionData(MemoryRegion& pRegion,
  /frameworks/compile/mclinker/include/mcld/Support/
FileOutputBuffer.h 59 FileOutputBuffer(llvm::sys::fs::mapped_file_region* pRegion,
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 73 uint64_t emit(MemoryRegion& pRegion);
AArch64LDBackend.cpp 283 MemoryRegion& pRegion) const
285 assert(pRegion.size() && "Size of MemoryRegion is zero!");
290 uint64_t result = m_pPLT->emit(pRegion);
295 uint64_t result = m_pGOT->emit(pRegion);
300 uint64_t result = m_pGOT->emit(pRegion);
305 return pRegion.size();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 61 uint64_t emit(MemoryRegion& pRegion);
ARMPLT.h 73 uint64_t emit(MemoryRegion& pRegion);

Completed in 191 milliseconds

1 2 3