OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_MaxFwdBranchRange
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
BranchIslandFactory.h
52
int64_t
m_MaxFwdBranchRange
;
/frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp
30
m_MaxFwdBranchRange
(pMaxFwdBranchRange - pMaxIslandSize),
45
uint64_t group_end =
m_MaxFwdBranchRange
;
55
group_end = (*it).getOffset() +
m_MaxFwdBranchRange
;
88
((pFragment.getOffset() +
m_MaxFwdBranchRange
) >= (*it).offset())) {
Completed in 142 milliseconds