Home
last modified time | relevance | path

Searched refs:ALIGN (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.5/resources/specfiles/linker/
DCTR.Process.MPCore.ldscript10 RO_SECTION +0 ALIGN 0x1000
27 RW_SECTION +0 ALIGN 0x1000
39 END_SECTION +ImageLength(ZI) ALIGN 0x1000
DCTR.Ro.MPCore.ldscript11 RO +0 ALIGN 0x1000
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_BuddyHeap.h49 static const size_t ALIGN = 8;
75 NN_ASSERT((addr % ALIGN) == 0); in Initialize()
612 uptr addrAligned = Base::RoundUp<Base::ALIGN>(addr); in Initialize()
661 static const size_t ALIGN = BuddyHeap::ALIGN; variable
706 NN_ASSERT(alignment <= ALIGN);
707 if (alignment > ALIGN)
714 s32 order = m_Heap->GetOrder(size + ALIGN);
721 NN_LOG_DEBUG("Alloc size %d, order %d\n", size + ALIGN, order);
723 return reinterpret_cast<void*>(reinterpret_cast<uptr>(p) + ALIGN);
733 p = reinterpret_cast<void*>(reinterpret_cast<uptr>(p) - ALIGN); in Free()
/CTR-SDK-4.2.5/build/linker/
DCTR.Process.MPCore.ldscript.template31 RO_SECTION +0 ALIGN 0x1000
48 RW_SECTION +0 ALIGN 0x1000
60 END_SECTION +ImageLength(ZI) ALIGN 0x1000
DCTR.Ro.MPCore.ldscript.template39 RO +0 ALIGN 0x1000