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 173 (&pSection == &(FileFormat->getGOTPLT()))) {
269 HexagonGOTPLT& HexagonLDBackend::getGOTPLT() {
274 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const {
384 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) {
413 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 88 AArch64GOT& getGOTPLT();
89 const AArch64GOT& getGOTPLT() const;
AArch64LDBackend.cpp 105 LDSection& gotplt = file_format->getGOTPLT();
284 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
302 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
550 AArch64GOT& AArch64GNULDBackend::getGOTPLT() {
555 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 100 MipsGOTPLT& getGOTPLT();
101 const MipsGOTPLT& getGOTPLT() const;
MipsLDBackend.cpp 274 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) {
518 MipsGOTPLT& MipsGNULDBackend::getGOTPLT() {
523 const MipsGOTPLT& MipsGNULDBackend::getGOTPLT() const {
555 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT()))
    [all...]
MipsRelocator.cpp 101 Fragment* gotpltEntry = backend.getGOTPLT().create();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 582 LDSection& getGOTPLT() {
587 const LDSection& getGOTPLT() const {

Completed in 189 milliseconds