OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLocalReloc
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
152
///
isLocalReloc
- handle relocation as a local symbol
153
bool
isLocalReloc
(ResolveInfo& pSym) const;
MipsRelocator.cpp
207
if (
isLocalReloc
(*rsym))
575
bool MipsRelocator::
isLocalReloc
(ResolveInfo& pSym) const {
604
assert(
isLocalReloc
(*rsym) &&
631
assert(!
isLocalReloc
(*rsym) &&
676
if (
isLocalReloc
(*rsym)) {
709
if (!
isLocalReloc
(*rsym) && !getTarget().symbolFinalValueIsKnown(*rsym))
[
all
...]
Completed in 563 milliseconds