Searched refs:abiPageSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h81 /// abiPageSize - the abi page size of the target machine
82 uint64_t abiPageSize(const MCLDInfo& pInfo) const;
H A DMipsLDBackend.cpp202 uint64_t MipsGNULDBackend::abiPageSize(const MCLDInfo& pInfo) const function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h125 virtual uint64_t abiPageSize(const MCLDInfo& pInfo) const = 0;
H A DGNULDBackend.h253 /// abiPageSize - the abi page size of the target machine, and we set it to 4K
255 virtual uint64_t abiPageSize(const MCLDInfo& pInfo) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1432 load_seg->setAlign(abiPageSize(pInfo));
1436 if (((*sect)->offset() & (abiPageSize(pInfo) - 1)) != 0)
1437 padding = abiPageSize(pInfo);
1691 return std::min(pInfo.options().commPageSize(), abiPageSize(pInfo));
1693 return std::min(static_cast<uint64_t>(0x1000), abiPageSize(pInfo));
1696 /// abiPageSize - the abi page size of the target machine.
1698 uint64_t GNULDBackend::abiPageSize(const MCLDInfo& pInfo) const function in class:GNULDBackend

Completed in 289 milliseconds