HomeSort by relevance Sort by last modified time
    Searched refs:getRelPlt (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 250 LDSection& getRelPlt() {
255 const LDSection& getRelPlt() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 240 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelPlt().addr());
241 applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.getRelPlt().size());
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 222 OutputRelocSection& X86GNULDBackend::getRelPLT() {
227 const OutputRelocSection& X86GNULDBackend::getRelPLT() const {
363 LDSection& relplt = file_format->getRelPlt();
451 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 186 LDSection& relplt = file_format->getRelPlt();
319 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
667 OutputRelocSection& ARMGNULDBackend::getRelPLT() {
672 const OutputRelocSection& ARMGNULDBackend::getRelPLT() const {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 104 LDSection& relplt = file_format->getRelPlt();
215 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() *
528 OutputRelocSection& MipsGNULDBackend::getRelPLT() {
533 const OutputRelocSection& MipsGNULDBackend::getRelPLT() const {
    [all...]

Completed in 150 milliseconds