HomeSort by relevance Sort by last modified time
    Searched refs:hasPLT (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 239 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/
ARMLDBackend.cpp 329 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());
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 169 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
248 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 238 if (format->hasPLT()) {
270 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
558 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
    [all...]
MipsRelocator.cpp 349 bool hasPLT = rsym->reserved() & ReservePLT;
367 getTarget().symbolNeedsDynRel(*rsym, hasPLT, true)) {
377 if (getTarget().symbolNeedsDynRel(*rsym, hasPLT, true) ||
407 if (getTarget().symbolNeedsPLT(*rsym) && !hasPLT) {
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 48 bool hasPLT() const { return (f_pPLT != NULL) && (f_pPLT->size() != 0); }
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 147 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
390 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
    [all...]

Completed in 445 milliseconds