/frameworks/compile/mclinker/lib/MC/ |
H A D | ContextFactory.cpp | 16 ContextFactory::ContextFactory(size_t pNum) argument 17 : UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>(pNum)
|
H A D | AttributeSet.cpp | 18 AttributeSet::AttributeSet(unsigned int pNum, const Attribute& pPredefined) argument 20 m_AttrSet.reserve(pNum);
|
H A D | InputFactory.cpp | 19 InputFactory::InputFactory(size_t pNum, const LinkerConfig& pConfig) argument 20 : GCFactory<Input,0>(pNum) {
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonGOT.cpp | 30 void HexagonGOT::reserve(size_t pNum) argument 32 for (size_t i = 0; i < pNum; i++) {
|
H A D | HexagonPLT.cpp | 101 void HexagonPLT::reserveEntry(size_t pNum) argument 105 for (size_t i = 0; i < pNum; ++i) {
|
/frameworks/compile/mclinker/lib/Target/X86/ |
H A D | X86GOT.cpp | 30 void X86_32GOT::reserve(size_t pNum) argument 32 for (size_t i = 0; i < pNum; i++) { 61 void X86_64GOT::reserve(size_t pNum) argument 63 for (size_t i = 0; i < pNum; i++) {
|
H A D | X86PLT.cpp | 131 void X86PLT::reserveEntry(size_t pNum) argument 135 for (size_t i = 0; i < pNum; ++i) {
|
/frameworks/compile/mclinker/lib/LD/ |
H A D | ELFSegmentFactory.cpp | 16 ELFSegmentFactory::ELFSegmentFactory(size_t pNum) argument 17 : GCFactory<ELFSegment, 0>(pNum)
|
/frameworks/compile/mclinker/lib/Target/ |
H A D | OutputRelocSection.cpp | 37 void OutputRelocSection::reserveEntry(size_t pNum) argument 39 for(size_t i=0; i<pNum; i++)
|
/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | UniqueGCFactory.h | 38 UniqueGCFactoryBase(size_t pNum) argument 39 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >(pNum)
|
H A D | Allocators.h | 319 explicit LinearAllocator(size_t pNum) argument 321 Chunk<DataType, 0>::setSize(pNum);
|
H A D | GCFactory.h | 135 GCFactoryBase(size_t pNum) argument 136 : Alloc(pNum), m_NumAllocData(0) 223 GCFactory(size_t pNum) argument 224 : GCFactoryBase<LinearAllocator<DataType, 0> >(pNum)
|
/frameworks/compile/mclinker/lib/Support/ |
H A D | MemoryAreaFactory.cpp | 19 MemoryAreaFactory::MemoryAreaFactory(size_t pNum) argument 20 : GCFactory<MemoryArea, 0>(pNum) {
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
H A D | ARMGOT.cpp | 47 void ARMGOT::reserve(size_t pNum) argument 49 for (size_t i = 0; i < pNum; i++) {
|
H A D | ARMPLT.cpp | 61 void ARMPLT::reserveEntry(size_t pNum) argument 65 for (size_t i = 0; i < pNum; ++i) {
|
/frameworks/wilhelm/src/itf/ |
H A D | IEngineCapabilities.c | 69 SLEngineCapabilitiesItf self, SLint16 *pNum) 73 if (NULL == pNum) { 76 *pNum = 1; 68 IEngineCapabilities_QueryNumberOfMIDISynthesizers( SLEngineCapabilitiesItf self, SLint16 *pNum) argument
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsGOT.cpp | 86 void MipsGOT::reserve(size_t pNum) argument 88 for (size_t i = 0; i < pNum; i++) {
|
/frameworks/compile/mclinker/include/mcld/ |
H A D | GeneralOptions.h | 116 void setMaxErrorNum(int16_t pNum) argument 117 { m_MaxErrorNum = pNum; } 122 void setMaxWarnNum(int16_t pNum) argument 123 { m_MaxWarnNum = pNum; }
|