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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.cpp 35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
HexagonLDBackend.h 114 HexagonGOTPLT& getGOTPLT();
116 const HexagonGOTPLT& getGOTPLT() const;
HexagonLDBackend.cpp 175 else if (&pSection == &(FileFormat->getGOTPLT())) {
280 HexagonGOTPLT& HexagonLDBackend::getGOTPLT()
286 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const
404 if (&pSectHdr == &file_format->getGOTPLT()) {
435 LDSection& gotplt = file_format->getGOTPLT();
    [all...]
HexagonRelocator.cpp 186 getTarget().getGOTPLT().reserve();
431 gotplt_entry = ld_backend.getGOTPLT().consume();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.cpp 36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
X86LDBackend.h 168 X86_32GOTPLT& getGOTPLT();
170 const X86_32GOTPLT& getGOTPLT() const;
208 X86_64GOTPLT& getGOTPLT();
210 const X86_64GOTPLT& getGOTPLT() const;
X86LDBackend.cpp 200 else if (&pSection == &(FileFormat->getGOTPLT())) {
259 if (&pSectHdr == &file_format->getGOTPLT()) {
333 LDSection& gotplt = file_format->getGOTPLT();
366 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT()
372 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const
483 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT()
489 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const
519 LDSection& gotplt = file_format->getGOTPLT();
X86Relocator.cpp 383 getTarget().getGOTPLT().reserve();
434 getTarget().getGOTPLT().reserve();
480 getTarget().getGOTPLT().reserve();
732 return pParent.getTarget().getGOTPLT().addr();
764 gotplt_entry = ld_backend.getGOTPLT().consume();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 560 LDSection& getGOTPLT() {
565 const LDSection& getGOTPLT() const {

Completed in 468 milliseconds