Searched refs:plt (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp86 // set .got.plt and .got sizes
91 // set .plt size
101 // set .rel.plt/.rela.plt size
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(); local
523 LDSection& plt = file_format->getPLT(); local
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp101 // initialize .plt
102 LDSection& plt = file_format->getPLT(); local
103 m_pPLT = new ARMPLT(plt, *m_pGOT);
105 // initialize .rel.plt
107 relplt.setLink(&plt);
219 // set .plt size
232 // set .rel.plt size
482 assert(NULL != m_pRelPLT && ".rel.plt section not exist");
488 assert(NULL != m_pRelPLT && ".rel.plt section not exist");
554 // FIXME: we need to find out the address of the specific plt entr
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp86 // set .got.plt and .got sizes
92 // set .plt size
102 // set .rela.plt size
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(); local
440 m_pPLT = new HexagonPLT(plt,
[all...]

Completed in 53 milliseconds