OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abiPageSize
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h
64
///
abiPageSize
- the abi page size of the target machine, and we set it to 4K
66
virtual uint64_t
abiPageSize
() const { return 0x1000; }
GNULDBackend.h
186
///
abiPageSize
- the abi page size of the target machine
187
uint64_t
abiPageSize
() const;
/frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h
53
uint64_t
abiPageSize
() const { return 0x10000; }
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 421 milliseconds