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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp96 LDSection& got = file_format->getGOT();
294 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
313 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
367 AArch64GOT& AArch64GNULDBackend::getGOT() function in class:AArch64GNULDBackend
373 const AArch64GOT& AArch64GNULDBackend::getGOT() const function in class:AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp202 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
258 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
379 LDSection& got = file_format->getGOT();
403 X86_32GOT& X86_32GNULDBackend::getGOT() function in class:X86_32GNULDBackend
409 const X86_32GOT& X86_32GNULDBackend::getGOT() const function in class:X86_32GNULDBackend
573 X86_64GOT& X86_64GNULDBackend::getGOT() function in class:X86_64GNULDBackend
579 const X86_64GOT& X86_64GNULDBackend::getGOT() const function in class:X86_64GNULDBackend
670 LDSection& got = file_format->getGOT();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp110 LDSection& got = file_format->getGOT();
345 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
524 ARMGOT& ARMGNULDBackend::getGOT() function in class:ARMGNULDBackend
530 const ARMGOT& ARMGNULDBackend::getGOT() const function in class:ARMGNULDBackend
589 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h195 LDSection& getGOT() { function in class:mcld::ELFFileFormat
200 const LDSection& getGOT() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp177 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
239 HexagonGOT& HexagonLDBackend::getGOT() function in class:HexagonLDBackend
245 const HexagonGOT& HexagonLDBackend::getGOT() const function in class:HexagonLDBackend
406 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) {
439 LDSection& got = file_format->getGOT();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp269 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) {
423 MipsGOT& MipsGNULDBackend::getGOT() function in class:MipsGNULDBackend
429 const MipsGOT& MipsGNULDBackend::getGOT() const function in class:MipsGNULDBackend
488 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT()))
923 LDSection& got = fileFormat->getGOT();
972 LDSection& got = fileFormat->getGOT();

Completed in 144 milliseconds