Lines Matching defs:plt
86 // set .got.plt and .got sizes
91 // set .plt size
101 // set .rel.plt/.rela.plt size
214 assert(NULL != m_pPLT && "PLT section not exist");
220 assert(NULL != m_pPLT && "PLT section not exist");
238 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist");
244 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist");
332 // initialize .got.plt
336 // initialize .plt
337 LDSection& plt = file_format->getPLT();
338 m_pPLT = new X86_32PLT(plt,
342 // initialize .rel.plt
344 relplt.setLink(&plt);
394 // set .got.plt size
518 // initialize .got.plt
522 // initialize .plt
523 LDSection& plt = file_format->getPLT();
524 m_pPLT = new X86_64PLT(plt,
528 // initialize .rela.plt
530 relplt.setLink(&plt);
542 // set .got.plt size