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

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h64 /// abiPageSize - the abi page size of the target machine, and we set it to 4K
66 virtual uint64_t abiPageSize() const { return 0x1000; } function in class:mcld::GNUInfo
H A DGNULDBackend.h186 /// abiPageSize - the abi page size of the target machine
187 uint64_t abiPageSize() const;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGNUInfo.h53 uint64_t abiPageSize() const { return 0x10000; } function in class:mcld::MipsGNUInfo
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1730 load_seg->setAlign(abiPageSize());
2375 return std::min(config().options().commPageSize(), abiPageSize());
2377 return std::min(m_pInfo->commonPageSize(), abiPageSize());
2380 /// abiPageSize - the abi page size of the target machine.
2382 uint64_t GNULDBackend::abiPageSize() const function in class:GNULDBackend
2387 return m_pInfo->abiPageSize();

Completed in 57 milliseconds