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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 100 OutputRelocSection& getRelDyn();
101 const OutputRelocSection& getRelDyn() const;
ARMLDBackend.cpp 124 LDSection& reldyn = file_format->getRelDyn();
249 file_format->getRelDyn().setSize(
548 OutputRelocSection& ARMGNULDBackend::getRelDyn()
554 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const
ARMRelocator.cpp 109 Relocation& rel_entry = *ld_backend.getRelDyn().create();
179 Relocation& rel_entry = *ld_backend.getRelDyn().create();
374 Relocation& rel_entry = *getTarget().getRelDyn().create();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 86 OutputRelocSection& getRelDyn();
87 const OutputRelocSection& getRelDyn() const;
X86LDBackend.cpp 229 OutputRelocSection& X86GNULDBackend::getRelDyn()
235 const OutputRelocSection& X86GNULDBackend::getRelDyn() const
397 LDSection& reldyn = file_format->getRelDyn();
483 file_format->getRelDyn().setSize
X86Relocator.cpp 39 Relocation& rel_entry = *ld_backend.getRelDyn().create();
212 Relocation& rel_entry = *pTarget.getRelDyn().create();
505 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
521 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
540 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
717 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
769 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
785 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 105 OutputRelocSection& getRelDyn();
106 const OutputRelocSection& getRelDyn() const;
MipsRelocator.cpp 308 getTarget().getRelDyn().reserveEntry();
400 getTarget().getRelDyn().reserveEntry();
491 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
762 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
783 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
MipsLDBackend.cpp 106 LDSection& reldyn = file_format->getRelDyn();
210 file_format->getRelDyn().setSize(
471 OutputRelocSection& MipsGNULDBackend::getRelDyn()
477 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 215 LDSection& getRelDyn() {
220 const LDSection& getRelDyn() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 270 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr()); // DT_REL
271 applyOne(llvm::ELF::DT_RELSZ, pFormat.getRelDyn().size()); // DT_RELSZ
GNULDBackend.cpp     [all...]

Completed in 70 milliseconds