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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.cpp 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
HexagonLDBackend.h 113 HexagonGOTPLT& getGOTPLT();
115 const HexagonGOTPLT& getGOTPLT() const;
HexagonLDBackend.cpp 172 (&pSection == &(FileFormat->getGOTPLT()))) {
268 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() {
273 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const {
383 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
412 LDSection& gotplt = file_format->getGOTPLT();
    [all...]
HexagonRelocator.cpp 103 HexagonGOTEntry* gotplt_entry = ld_backend.getGOTPLT().create();
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.cpp 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
X86LDBackend.h 170 X86_32GOTPLT& getGOTPLT();
172 const X86_32GOTPLT& getGOTPLT() const;
212 X86_64GOTPLT& getGOTPLT();
214 const X86_64GOTPLT& getGOTPLT() const;
X86LDBackend.cpp 193 (&pSection == &(FileFormat->getGOTPLT()))) {
242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
354 LDSection& gotplt = file_format->getGOTPLT();
383 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() {
388 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const {
540 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() {
545 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const {
621 LDSection& gotplt = file_format->getGOTPLT();
X86Relocator.cpp 89 return pParent.getTarget().getGOTPLT().addr();
112 X86_32GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create();
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.cpp 42 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
AArch64LDBackend.h 85 AArch64GOT& getGOTPLT();
86 const AArch64GOT& getGOTPLT() const;
AArch64LDBackend.cpp 100 LDSection& gotplt = file_format->getGOTPLT();
279 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
298 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
350 AArch64GOT& AArch64GNULDBackend::getGOTPLT() {
355 const AArch64GOT& AArch64GNULDBackend::getGOTPLT() const {
AArch64RelocationHelpers.h 105 AArch64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().createGOTPLT();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 53 applyOne(llvm::ELF::DT_MIPS_PLTGOT, pFormat.getGOTPLT().addr());
MipsLDBackend.h 98 MipsGOTPLT& getGOTPLT();
99 const MipsGOTPLT& getGOTPLT() const;
MipsLDBackend.cpp 264 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
409 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() {
414 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const {
446 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
856 LDSection& gotplt = fileFormat->getGOTPLT();
901 LDSection& gotplt = fileFormat->getGOTPLT();
MipsRelocator.cpp 391 getTarget().getGOTPLT().reserve();
672 Fragment* got = getTarget().getGOTPLT().consume();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 582 LDSection& getGOTPLT() {
587 const LDSection& getGOTPLT() const {

Completed in 650 milliseconds