OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arm_plt1
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.h
25
const uint32_t
arm_plt1
[] = {
member in namespace:__anon33005
44
class ARMPLT1 : public PLT::Entry<sizeof(
arm_plt1
)>
ARMPLT.cpp
26
: PLT::Entry<sizeof(
arm_plt1
)>(pParent) {}
49
uint64_t size = (m_SectionData->size() - 1) * sizeof(
arm_plt1
) +
165
Out[0] =
arm_plt1
[0] | ((Offset >> 20) & 0xFF);
166
Out[1] =
arm_plt1
[1] | ((Offset >> 12) & 0xFF);
167
Out[2] =
arm_plt1
[2] | (Offset & 0xFFF);
Completed in 42 milliseconds