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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 134 OutputRelocSection& getRelDyn();
135 const OutputRelocSection& getRelDyn() const;
MipsRelocationFactory.cpp 177 *ld_backend.getRelDyn().getEntry(*rsym, false, exist);
MipsLDBackend.cpp 467 OutputRelocSection& MipsGNULDBackend::getRelDyn()
473 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const
878 LDSection& reldyn = file_format->getRelDyn();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 178 OutputRelocSection& getRelDyn();
180 const OutputRelocSection& getRelDyn() const;
X86LDBackend.cpp 181 LDSection& reldyn = file_format->getRelDyn();
639 OutputRelocSection& X86GNULDBackend::getRelDyn()
645 const OutputRelocSection& X86GNULDBackend::getRelDyn() const
X86RelocationFactory.cpp 119 *ld_backend.getRelDyn().getEntry(*rsym, true, exist);
221 *ld_backend.getRelDyn().getEntry(*rsym, false, exist);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 184 OutputRelocSection& getRelDyn();
186 const OutputRelocSection& getRelDyn() const;
ARMLDBackend.cpp 243 LDSection& reldyn = file_format->getRelDyn();
895 OutputRelocSection& ARMGNULDBackend::getRelDyn()
901 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const
    [all...]
ARMRelocationFactory.cpp 154 *ld_backend.getRelDyn().getEntry(*rsym, true, exist);
255 *ld_backend.getRelDyn().getEntry(*rsym, false, exist);
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 209 LDSection& getRelDyn() {
214 const LDSection& getRelDyn() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 230 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr()); // DT_REL
231 applyOne(llvm::ELF::DT_RELSZ, pFormat.getRelDyn().size()); // DT_RELSZ

Completed in 229 milliseconds