OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_PLT0Size
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86PLT.h
130
unsigned int getPLT0Size() const { return
m_PLT0Size
; }
142
unsigned int
m_PLT0Size
;
X86PLT.cpp
71
m_PLT0Size
= sizeof (x86_32_dyn_plt0);
79
m_PLT0Size
= sizeof (x86_32_exec_plt0);
89
m_PLT0Size
= sizeof (x86_64_plt0);
218
uint64_t PLTEntryOffset =
m_PLT0Size
;
305
uint64_t PLTEntryOffset =
m_PLT0Size
;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h
98
unsigned int
m_PLT0Size
;
HexagonPLT.cpp
49
m_PLT0Size
= sizeof (hexagon_plt0);
Completed in 2199 milliseconds