Searched refs:abiPageSize (Results 1 – 7 of 7) sorted by relevance
30 uint64_t abiPageSize() const;
55 uint64_t MipsGNUInfo::abiPageSize() const { in abiPageSize() function in mcld::MipsGNUInfo
32 res->setValue(pBackend.abiPageSize()); in eval()
61 virtual uint64_t abiPageSize() const { return 0x1000; } in abiPageSize() function
174 virtual uint64_t abiPageSize() const = 0;
182 uint64_t abiPageSize() const;
1801 load_seg->setAlign(abiPageSize()); in createProgramHdrs()2183 vma += abiPageSize(); in setOutputSectionAddress()2201 alignAddress(vma, abiPageSize()); in setOutputSectionAddress()2240 (vma & (abiPageSize() - 1)) != (offset & (abiPageSize() - 1))) { in setOutputSectionAddress()2241 uint64_t padding = abiPageSize() + (vma & (abiPageSize() - 1)) - in setOutputSectionAddress()2242 (offset & (abiPageSize() - 1)); in setOutputSectionAddress()2685 return std::min(config().options().commPageSize(), abiPageSize()); in commonPageSize()2687 return std::min(m_pInfo->commonPageSize(), abiPageSize()); in commonPageSize()2691 uint64_t GNULDBackend::abiPageSize() const { in abiPageSize() function in mcld::GNULDBackend2695 return m_pInfo->abiPageSize(); in abiPageSize()