OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGpDisp
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
90
///
isGpDisp
- return true if relocation is against _gp_disp symbol.
91
bool
isGpDisp
(const Relocation& pReloc) const;
MipsRelocator.cpp
567
bool MipsRelocator::
isGpDisp
(const Relocation& pReloc) const {
901
if (pParent.
isGpDisp
(pReloc.parent())) {
926
if (pParent.
isGpDisp
(pReloc.parent())) {
[
all
...]
Completed in 49 milliseconds