Searched refs:abiPageSize (Results 1 – 8 of 8) sorted by relevance
24 uint64_t abiPageSize() const { return 0x10000; } in abiPageSize() function
31 uint64_t abiPageSize() const;
72 uint64_t MipsGNUInfo::abiPageSize() const in abiPageSize() function in mcld::MipsGNUInfo
63 virtual uint64_t abiPageSize() const { return 0x1000; } in abiPageSize() function
162 virtual uint64_t abiPageSize() const = 0;
183 uint64_t abiPageSize() const;
33 res->setValue(pBackend.abiPageSize()); in eval()
1893 load_seg->setAlign(abiPageSize()); in createProgramHdrs()2299 alignAddress(vma, abiPageSize()); in setOutputSectionAddress()2338 (vma & (abiPageSize() - 1)) != (offset & (abiPageSize() - 1))) { in setOutputSectionAddress()2339 uint64_t padding = abiPageSize() + in setOutputSectionAddress()2340 (vma & (abiPageSize() - 1)) - in setOutputSectionAddress()2341 (offset & (abiPageSize() - 1)); in setOutputSectionAddress()2804 return std::min(config().options().commPageSize(), abiPageSize()); in commonPageSize()2806 return std::min(m_pInfo->commonPageSize(), abiPageSize()); in commonPageSize()2811 uint64_t GNULDBackend::abiPageSize() const in abiPageSize() function in GNULDBackend2816 return m_pInfo->abiPageSize(); in abiPageSize()