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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 100 OutputRelocSection& getRelDyn();
101 const OutputRelocSection& getRelDyn() const;
ARMLDBackend.cpp 112 LDSection& reldyn = file_format->getRelDyn();
228 file_format->getRelDyn().setSize(
468 OutputRelocSection& ARMGNULDBackend::getRelDyn()
474 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const
ARMRelocator.cpp 82 Relocation& rel_entry = *getTarget().getRelDyn().consumeEntry();
191 getTarget().getRelDyn().reserveEntry();
238 getTarget().getRelDyn().reserveEntry();
315 getTarget().getRelDyn().reserveEntry();
390 getTarget().getRelDyn().reserveEntry();
462 getTarget().getRelDyn().reserveEntry();
599 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
697 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 88 OutputRelocSection& getRelDyn();
89 const OutputRelocSection& getRelDyn() const;
MipsLDBackend.cpp 65 LDSection& reldyn = file_format->getRelDyn();
136 file_format->getRelDyn().setSize(
233 OutputRelocSection& MipsGNULDBackend::getRelDyn()
239 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const
MipsRelocator.cpp 155 getTarget().getRelDyn().reserveEntry();
252 getTarget().getRelDyn().reserveEntry();
363 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
448 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 90 Relocation& rel_entry = *pTarget.getRelDyn().consumeEntry();
221 getTarget().getRelDyn().reserveEntry();
255 getTarget().getRelDyn().reserveEntry();
275 getTarget().getRelDyn().reserveEntry();
309 getTarget().getRelDyn().reserveEntry();
321 getTarget().getRelDyn().reserveEntry();
324 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
333 getTarget().getRelDyn().reserveEntry();
336 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
344 getTarget().getRelDyn().reserveEntry()
    [all...]
X86LDBackend.h 85 OutputRelocSection& getRelDyn();
86 const OutputRelocSection& getRelDyn() const;
X86LDBackend.cpp 224 OutputRelocSection& X86GNULDBackend::getRelDyn()
230 const OutputRelocSection& X86GNULDBackend::getRelDyn() const
348 LDSection& reldyn = file_format->getRelDyn();
381 file_format->getRelDyn().setSize
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 218 LDSection& getRelDyn() {
223 const LDSection& getRelDyn() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 261 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr()); // DT_REL
262 applyOne(llvm::ELF::DT_RELSZ, pFormat.getRelDyn().size()); // DT_RELSZ

Completed in 779 milliseconds