Searched refs:getGOT (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
H A DARMLDBackend.h94 ARMGOT& getGOT();
95 const ARMGOT& getGOT() const;
H A DARMLDBackend.cpp98 LDSection& got = file_format->getGOT();
381 if (&pSection == &(file_format->getGOT())) {
444 ARMGOT& ARMGNULDBackend::getGOT() function in class:ARMGNULDBackend
450 const ARMGOT& ARMGNULDBackend::getGOT() const function in class:ARMGNULDBackend
497 if (&pSectHdr == &file_format->getGOT()) {
H A DARMRelocator.cpp232 getTarget().getGOT().reserveGOT();
458 getTarget().getGOT().reserveGOT();
589 got_entry = ld_backend.getGOT().consumeGOT();
625 return pParent.getTarget().getGOT().addr();
655 gotplt_entry = ld_backend.getGOT().consumeGOTPLT();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp56 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
80 return getSymTabNum(pFormat) - m_pParent.getGOT().getGlobalNum();
88 return m_pParent.getGOT().getLocalNum();
H A DMipsLDBackend.h85 MipsGOT& getGOT();
86 const MipsGOT& getGOT() const;
H A DMipsRelocator.cpp117 getTarget().getGOT().initializeScan(pInput);
123 getTarget().getGOT().finalizeScan(pInput);
161 getTarget().getGOT().setLocal(rsym);
196 if (getTarget().getGOT().reserveLocalEntry(*rsym)) {
197 if (getTarget().getGOT().hasMultipleGOT())
200 getTarget().getGOT().setLocal(rsym);
258 getTarget().getGOT().setGlobal(rsym);
270 if (getTarget().getGOT().reserveGlobalEntry(*rsym)) {
271 if (getTarget().getGOT().hasMultipleGOT())
274 getTarget().getGOT()
[all...]
H A DMipsLDBackend.cpp61 LDSection& got = file_format->getGOT();
169 if (&pSection == &(file_format->getGOT())) {
221 MipsGOT& MipsGNULDBackend::getGOT() function in class:MipsGNULDBackend
227 const MipsGOT& MipsGNULDBackend::getGOT() const function in class:MipsGNULDBackend
250 if (&pSectHdr == &file_format->getGOT())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h164 X86_32GOT& getGOT();
166 const X86_32GOT& getGOT() const;
204 X86_64GOT& getGOT();
206 const X86_64GOT& getGOT() const;
H A DX86Relocator.cpp242 getTarget().getGOT().reserve();
273 getTarget().getGOT().reserve(2);
320 getTarget().getGOT().reserve();
332 getTarget().getGOT().reserve();
445 getTarget().getGOT().reserve();
507 getTarget().getGOT().reserve(2);
539 getTarget().getGOT().reserve();
551 getTarget().getGOT().reserve();
586 getTarget().getGOT().reserve(2);
587 got_entry = getTarget().getGOT()
[all...]
H A DX86LDBackend.cpp196 else if (&pSection == &(FileFormat->getGOT())) {
253 if (&pSectHdr == &file_format->getGOT()) {
329 LDSection& got = file_format->getGOT();
354 X86_32GOT& X86_32GNULDBackend::getGOT() function in class:X86_32GNULDBackend
360 const X86_32GOT& X86_32GNULDBackend::getGOT() const function in class:X86_32GNULDBackend
471 X86_64GOT& X86_64GNULDBackend::getGOT() function in class:X86_64GNULDBackend
477 const X86_64GOT& X86_64GNULDBackend::getGOT() const function in class:X86_64GNULDBackend
515 LDSection& got = file_format->getGOT();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h40 HexagonGOT& getGOT();
42 const HexagonGOT& getGOT() const;
H A DHexagonLDBackend.cpp171 else if (&pSection == &(FileFormat->getGOT())) {
232 HexagonGOT& HexagonLDBackend::getGOT() function in class:HexagonLDBackend
238 const HexagonGOT& HexagonLDBackend::getGOT() const function in class:HexagonLDBackend
398 if (&pSectHdr == &file_format->getGOT()) {
431 LDSection& got = file_format->getGOT();
H A DHexagonRelocator.cpp200 getTarget().getGOT().reserve();
374 got_entry = ld_backend.getGOT().consume();
402 return pParent.getTarget().getGOT().addr();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h198 LDSection& getGOT() { function in class:mcld::ELFFileFormat
203 const LDSection& getGOT() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1937 LDSection& got = getOutputFormat()->getGOT();

Completed in 118 milliseconds