Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:plt

86   // set .got.plt and .got sizes
92 // set .plt size
102 // set .rela.plt size
246 assert(NULL != m_pPLT && "PLT section not exist");
252 assert(NULL != m_pPLT && "PLT section not exist");
270 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
276 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
308 // set .got.plt size
434 // initialize .got.plt
438 // initialize .plt
439 LDSection& plt = file_format->getPLT();
440 m_pPLT = new HexagonPLT(plt,
444 // initialize .rela.plt
446 relaplt.setLink(&plt);