OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plta
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp
28
const uint32_t
PLTA
[] = {
53
class MipsPLTA : public PLT::Entry<sizeof(
PLTA
)>
57
: PLT::Entry<sizeof(
PLTA
)>(pParent)
74
(m_pSectionData->size() - 1) * sizeof(
PLTA
);
100
MipsPLTA*
plta
= 0;
local
102
plta
= &(llvm::cast<MipsPLTA>(*it));
103
memcpy(buffer + result,
plta
->getValue(), MipsPLTA::EntrySize);
156
memcpy(data,
PLTA
, plt->size());
MipsPLT.h
30
// hasPLT1 - return if this PLT has any
PLTA
/PLTB entries
Completed in 103 milliseconds