HomeSort by relevance Sort by last modified time
    Searched defs:getGOTPLT (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 200 else if (&pSection == &(FileFormat->getGOTPLT())) {
259 if (&pSectHdr == &file_format->getGOTPLT()) {
333 LDSection& gotplt = file_format->getGOTPLT();
366 X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT()
372 const X86_32GOTPLT& X86_32GNULDBackend::getGOTPLT() const
483 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT()
489 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const
519 LDSection& gotplt = file_format->getGOTPLT();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 175 else if (&pSection == &(FileFormat->getGOTPLT())) {
280 HexagonGOTPLT& HexagonLDBackend::getGOTPLT()
286 const HexagonGOTPLT& HexagonLDBackend::getGOTPLT() const
404 if (&pSectHdr == &file_format->getGOTPLT()) {
435 LDSection& gotplt = file_format->getGOTPLT();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 560 LDSection& getGOTPLT() {
565 const LDSection& getGOTPLT() const {

Completed in 88 milliseconds