OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calcAHL
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
130
///
calcAHL
- calculate combined addend used
132
uint64_t
calcAHL
(const MipsRelocationInfo& pHiReloc);
MipsRelocator.cpp
713
uint64_t MipsRelocator::
calcAHL
(const MipsRelocationInfo& pHiReloc) {
899
uint64_t AHL = pParent.
calcAHL
(pReloc);
[
all
...]
Completed in 252 milliseconds