Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.h18 const uint8_t hexagon_plt0[] = { variable
49 class HexagonPLT0 : public PLT::Entry<sizeof(hexagon_plt0)> {
DHexagonPLT.cpp25 : PLT::Entry<sizeof(hexagon_plt0)>(pParent) { in HexagonPLT0()
43 m_PLT0 = hexagon_plt0; in HexagonPLT()
44 m_PLT0Size = sizeof(hexagon_plt0); in HexagonPLT()