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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 171 if (&pSection == &(FileFormat->getPLT())) {
212 X86PLT& X86GNULDBackend::getPLT()
218 const X86PLT& X86GNULDBackend::getPLT() const
265 if (&pSectHdr == &file_format->getPLT())
337 LDSection& plt = file_format->getPLT();
523 LDSection& plt = file_format->getPLT();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 102 LDSection& plt = file_format->getPLT();
375 if (&pSection == &(file_format->getPLT())) {
456 ARMPLT& ARMGNULDBackend::getPLT()
462 const ARMPLT& ARMGNULDBackend::getPLT() const
503 if (&pSectHdr == &file_format->getPLT())
556 sym_value = file_format->getPLT().addr();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 146 if (&pSection == &(FileFormat->getPLT())) {
244 HexagonPLT& HexagonLDBackend::getPLT()
250 const HexagonPLT& HexagonLDBackend::getPLT() const
410 if (&pSectHdr == &file_format->getPLT())
439 LDSection& plt = file_format->getPLT();
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 208 LDSection& getPLT() {
213 const LDSection& getPLT() const {

Completed in 54 milliseconds