HomeSort by relevance Sort by last modified time
    Searched refs:getGOT (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.cpp 32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
ARMLDBackend.h 94 ARMGOT& getGOT();
95 const ARMGOT& getGOT() const;
ARMLDBackend.cpp 178 LDSection& got = file_format->getGOT();
400 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
637 ARMGOT& ARMGNULDBackend::getGOT() {
642 const ARMGOT& ARMGNULDBackend::getGOT() const {
691 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
    [all...]
ARMRelocator.cpp 78 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
89 ARMGOTEntry* got_entry = ld_backend.getGOT().createGOT();
115 return pParent.getTarget().getGOT().addr();
137 ARMGOTEntry* gotplt_entry = ld_backend.getGOT().createGOTPLT();
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.cpp 39 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
AArch64LDBackend.h 85 AArch64GOT& getGOT();
86 const AArch64GOT& getGOT() const;
AArch64RelocationHelpers.h 150 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
154 return pParent.getTarget().getGOT().addr();
165 AArch64GOTEntry* got_entry = ld_backend.getGOT().createGOT();
AArch64LDBackend.cpp 94 LDSection& got = file_format->getGOT();
279 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
296 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
540 AArch64GOT& AArch64GNULDBackend::getGOT() {
545 const AArch64GOT& AArch64GNULDBackend::getGOT() const {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 43 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
68 return getSymTabNum(pFormat) - m_pParent.getGOT().getGlobalNum();
75 return m_pParent.getGOT().getLocalNum();
MipsRelocator.cpp 224 getTarget().getGOT().initializeScan(pInput);
230 getTarget().getGOT().finalizeScan(pInput);
297 .getGOT()
299 if (getTarget().getGOT().hasMultipleGOT())
308 getTarget().getGOT().reserveTLSGdEntry(*rsym);
312 getTarget().getGOT().reserveTLSLdmEntry();
316 getTarget().getGOT().reserveTLSGotEntry(*rsym);
372 getTarget().getGOT().reserveGlobalEntry(*rsym);
393 if (getTarget().getGOT().reserveGlobalEntry(*rsym)) {
394 if (getTarget().getGOT().hasMultipleGOT()
    [all...]
MipsLDBackend.h 94 MipsGOT& getGOT();
95 const MipsGOT& getGOT() const;
MipsLDBackend.cpp 266 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
498 MipsGOT& MipsGNULDBackend::getGOT() {
503 const MipsGOT& MipsGNULDBackend::getGOT() const {
552 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT()))
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 166 X86_32GOT& getGOT();
168 const X86_32GOT& getGOT() const;
208 X86_64GOT& getGOT();
210 const X86_64GOT& getGOT() const;
X86LDBackend.cpp 190 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
236 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
350 LDSection& got = file_format->getGOT();
373 X86_32GOT& X86_32GNULDBackend::getGOT() {
378 const X86_32GOT& X86_32GNULDBackend::getGOT() const {
530 X86_64GOT& X86_64GNULDBackend::getGOT() {
535 const X86_64GOT& X86_64GNULDBackend::getGOT() const {
617 LDSection& got = file_format->getGOT();
X86Relocator.cpp 67 X86_32GOTEntry* got_entry = ld_backend.getGOT().create();
96 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
416 X86_32GOTEntry* got_entry1 = getTarget().getGOT().create();
417 X86_32GOTEntry* got_entry2 = getTarget().getGOT().create();
460 X86_32GOTEntry* got_entry = getTarget().getGOT().create();
477 X86_32GOTEntry* got_entry = getTarget().getGOT().create();
668 X86_32GOTEntry* got_entry1 = getTarget().getGOT().create();
669 X86_32GOTEntry* got_entry2 = getTarget().getGOT().create();
714 X86_32GOTEntry* got_entry = getTarget().getGOT().create();
729 X86_32GOTEntry* got_entry = getTarget().getGOT().create()
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 39 HexagonGOT& getGOT();
41 const HexagonGOT& getGOT() const;
HexagonLDBackend.cpp 169 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
229 HexagonGOT& HexagonLDBackend::getGOT() {
234 const HexagonGOT& HexagonLDBackend::getGOT() const {
378 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
409 LDSection& got = file_format->getGOT();
    [all...]
HexagonRelocator.cpp 63 HexagonGOTEntry* got_entry = ld_backend.getGOT().create();
88 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 161 const PseudoSourceValue *getGOT();
MachineMemOperand.h 77 /// getGOT - Return a MachinePointerInfo record that refers to a
79 static MachinePointerInfo getGOT(MachineFunction &MF);
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 109 const PseudoSourceValue *PseudoSourceValueManager::getGOT() { return &GOTPSV; }
MachineInstr.cpp 484 MachinePointerInfo MachinePointerInfo::getGOT(MachineFunction &MF) {
485 return MachinePointerInfo(MF.getPSVManager().getGOT());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 128 MachinePointerInfo::getGOT(*MBB.getParent()), Flag, 4, 4);
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 220 LDSection& getGOT() {
225 const LDSection& getGOT() const {
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 310 MachinePointerInfo::getGOT(DAG.getMachineFunction()),

Completed in 259 milliseconds

1 2