Home
last modified time | relevance | path

Searched refs:hasPLT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp251 if (file_format->hasPLT()) { in doPostLayout()
289 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
322 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp268 if (file_format->hasPLT()) { in doPostLayout()
340 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
595 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
646 assert(file_format->hasPLT()); in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp225 if (format->hasPLT()) { in doPostLayout()
273 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()
494 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp180 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()
270 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp153 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()
418 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h49 bool hasPLT() const in hasPLT() function