OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symbolNeedsPLT
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
201
///
symbolNeedsPLT
- return whether the symbol needs a PLT entry
203
bool
symbolNeedsPLT
(const ResolveInfo& pSym) const;
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
375
if (getTarget().
symbolNeedsPLT
(*rsym)) {
471
if (getTarget().
symbolNeedsPLT
(*rsym) &&
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
299
if (getTarget().
symbolNeedsPLT
(*rsym)) {
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 28 milliseconds