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 98 OutputRelocSection& getRelDyn();
99 const OutputRelocSection& getRelDyn() const;
ARMLDBackend.cpp 124 LDSection& reldyn = file_format->getRelDyn();
242 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
586 OutputRelocSection& ARMGNULDBackend::getRelDyn() {
591 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const {
ARMRelocator.cpp 97 Relocation& rel_entry = *ld_backend.getRelDyn().create();
158 Relocation& rel_entry = *ld_backend.getRelDyn().create();
325 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 212 OutputRelocSection& X86GNULDBackend::getRelDyn() {
217 const OutputRelocSection& X86GNULDBackend::getRelDyn() const {
368 LDSection& reldyn = file_format->getRelDyn();
445 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
X86Relocator.cpp 37 Relocation& rel_entry = *ld_backend.getRelDyn().create();
190 Relocation& rel_entry = *pTarget.getRelDyn().create();
468 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
484 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
503 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
680 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
734 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
750 getTarget().getRelDyn().addSymbolToDynSym(*rsym->outSymbol());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 104 OutputRelocSection& getRelDyn();
105 const OutputRelocSection& getRelDyn() const;
MipsLDBackend.cpp 100 LDSection& reldyn = file_format->getRelDyn();
202 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
429 OutputRelocSection& MipsGNULDBackend::getRelDyn() {
434 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const {
MipsRelocator.cpp 261 getTarget().getRelDyn().reserveEntry();
354 getTarget().getRelDyn().reserveEntry();
443 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
712 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
732 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry();
  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 240 LDSection& getRelDyn() {
245 const LDSection& getRelDyn() const {
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 249 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr());
250 applyOne(llvm::ELF::DT_RELSZ, pFormat.getRelDyn().size());
GNULDBackend.cpp     [all...]

Completed in 4349 milliseconds