Searched refs:hasPLT (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp239 if (file_format->hasPLT()) {
274 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
305 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
403 assert(file_format->hasPLT());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp329 if (file_format->hasPLT()) {
395 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
697 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
856 assert(file_format->hasPLT());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp169 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
248 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp238 if (format->hasPLT()) {
270 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
558 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
H A DMipsRelocator.cpp349 bool hasPLT = rsym->reserved() & ReservePLT; local
367 getTarget().symbolNeedsDynRel(*rsym, hasPLT, true)) {
377 if (getTarget().symbolNeedsDynRel(*rsym, hasPLT, true) ||
407 if (getTarget().symbolNeedsPLT(*rsym) && !hasPLT) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h48 bool hasPLT() const { return (f_pPLT != NULL) && (f_pPLT->size() != 0); } function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp147 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
390 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))

Completed in 1614 milliseconds