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
115
unsigned int getPLT0Size() const { return
m_PLT0Size
; }
124
unsigned int
m_PLT0Size
;
X86PLT.cpp
61
m_PLT0Size
= sizeof(x86_32_dyn_plt0);
68
m_PLT0Size
= sizeof(x86_32_exec_plt0);
77
m_PLT0Size
= sizeof(x86_64_plt0);
179
uint64_t PLTEntryOffset =
m_PLT0Size
;
263
uint64_t PLTEntryOffset =
m_PLT0Size
;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h
87
unsigned int
m_PLT0Size
;
HexagonPLT.cpp
44
m_PLT0Size
= sizeof(hexagon_plt0);
Completed in 579 milliseconds