Home
last modified time | relevance | path

Searched refs:hexagon_plt1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.h33 const uint8_t hexagon_plt1[] = { variable
90 class HexagonPLT1 : public PLT::Entry<sizeof(hexagon_plt1)> {
DHexagonPLT.cpp29 : PLT::Entry<sizeof(hexagon_plt1)>(pParent) { in HexagonPLT1()
148 memcpy(Out, hexagon_plt1, plt1->size()); in applyPLT1()