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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 91 AArch64PLT& getPLT();
92 const AArch64PLT& getPLT() const;
AArch64LDBackend.cpp 111 LDSection& plt = file_format->getPLT();
274 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
305 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
404 sym_value = file_format->getPLT().addr();
560 AArch64PLT& AArch64GNULDBackend::getPLT() {
565 const AArch64PLT& AArch64GNULDBackend::getPLT() const {
AArch64RelocationHelpers.h 89 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
99 AArch64PLT1* plt_entry = ld_backend.getPLT().create();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 97 ARMPLT& getPLT();
98 const ARMPLT& getPLT() const;
ARMLDBackend.cpp 182 LDSection& plt = file_format->getPLT();
395 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
647 ARMPLT& ARMGNULDBackend::getPLT() {
652 const ARMPLT& ARMGNULDBackend::getPLT() const {
697 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
857 sym_value = file_format->getPLT().addr();
    [all...]
ARMRelocator.cpp 122 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
132 ARMPLT1* plt_entry = ld_backend.getPLT().create();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 43 HexagonPLT& getPLT();
45 const HexagonPLT& getPLT() const;
HexagonLDBackend.cpp 147 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
239 HexagonPLT& HexagonLDBackend::getPLT() {
244 const HexagonPLT& HexagonLDBackend::getPLT() const {
390 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
417 LDSection& plt = file_format->getPLT();
    [all...]
HexagonRelocator.cpp 98 PLTEntryBase* plt_entry = ld_backend.getPLT().create();
118 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 39 X86PLT& getPLT();
41 const X86PLT& getPLT() const;
X86LDBackend.cpp 169 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
202 X86PLT& X86GNULDBackend::getPLT() {
207 const X86PLT& X86GNULDBackend::getPLT() const {
248 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
358 LDSection& plt = file_format->getPLT();
625 LDSection& plt = file_format->getPLT();
X86Relocator.cpp 106 PLTEntryBase* plt_entry = ld_backend.getPLT().create();
127 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 97 MipsPLT& getPLT();
98 const MipsPLT& getPLT() const;
MipsLDBackend.cpp 270 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) {
508 MipsPLT& MipsGNULDBackend::getPLT() {
513 const MipsPLT& MipsGNULDBackend::getPLT() const {
558 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT()))
    [all...]
MipsRelocator.cpp 96 PLTEntryBase* pltEntry = backend.getPLT().create();
114 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 230 LDSection& getPLT() {
235 const LDSection& getPLT() const {

Completed in 1205 milliseconds