Searched defs:getGOT (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp94 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() { function in class:mcld::AArch64GNULDBackend
545 const AArch64GOT& AArch64GNULDBackend::getGOT() const { function in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp190 } 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() { function in class:mcld::X86_32GNULDBackend
378 const X86_32GOT& X86_32GNULDBackend::getGOT() const { function in class:mcld::X86_32GNULDBackend
530 X86_64GOT& X86_64GNULDBackend::getGOT() { function in class:mcld::X86_64GNULDBackend
535 const X86_64GOT& X86_64GNULDBackend::getGOT() const { function in class:mcld::X86_64GNULDBackend
617 LDSection& got = file_format->getGOT();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h220 LDSection& getGOT() { function in class:mcld::ELFFileFormat
225 const LDSection& getGOT() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp178 LDSection& got = file_format->getGOT();
400 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
637 ARMGOT& ARMGNULDBackend::getGOT() { function in class:mcld::ARMGNULDBackend
642 const ARMGOT& ARMGNULDBackend::getGOT() const { function in class:mcld::ARMGNULDBackend
691 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp169 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
229 HexagonGOT& HexagonLDBackend::getGOT() { function in class:mcld::HexagonLDBackend
234 const HexagonGOT& HexagonLDBackend::getGOT() const { function in class:mcld::HexagonLDBackend
378 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
409 LDSection& got = file_format->getGOT();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp266 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
498 MipsGOT& MipsGNULDBackend::getGOT() { function in class:mcld::MipsGNULDBackend
503 const MipsGOT& MipsGNULDBackend::getGOT() const { function in class:mcld::MipsGNULDBackend
552 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT()))
1269 LDSection& got = fileFormat->getGOT();
1314 LDSection& got = fileFormat->getGOT();

Completed in 133 milliseconds