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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 105 OutputRelocSection& getRelDyn();
107 const OutputRelocSection& getRelDyn() const;
HexagonLDBackend.cpp 135 OutputRelocSection& HexagonLDBackend::getRelDyn()
141 const OutputRelocSection& HexagonLDBackend::getRelDyn() const
197 LDSection& reldyn = file_format->getRelDyn();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 101 OutputRelocSection& getRelDyn();
102 const OutputRelocSection& getRelDyn() const;
MipsLDBackend.cpp 65 LDSection& reldyn = file_format->getRelDyn();
170 file_format->getRelDyn().setSize(
585 OutputRelocSection& MipsGNULDBackend::getRelDyn()
591 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const
    [all...]
MipsRelocator.cpp 185 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 155 OutputRelocSection& getRelDyn();
157 const OutputRelocSection& getRelDyn() const;
ARMLDBackend.cpp 112 LDSection& reldyn = file_format->getRelDyn();
226 file_format->getRelDyn().setSize(
904 OutputRelocSection& ARMGNULDBackend::getRelDyn()
910 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const
    [all...]
ARMRelocator.cpp 147 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
245 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 140 OutputRelocSection& getRelDyn();
142 const OutputRelocSection& getRelDyn() const;
X86Relocator.cpp 98 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
512 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
545 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
650 Relocation& rel_entry = *ld_backend.getRelDyn().consumeEntry();
X86LDBackend.cpp 317 OutputRelocSection& X86GNULDBackend::getRelDyn()
323 const OutputRelocSection& X86GNULDBackend::getRelDyn() const
808 LDSection& reldyn = file_format->getRelDyn();
841 file_format->getRelDyn().setSize
    [all...]
  /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 194 milliseconds