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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 135 OutputRelocSection& HexagonLDBackend::getRelDyn()
141 const OutputRelocSection& HexagonLDBackend::getRelDyn() const
197 LDSection& reldyn = file_format->getRelDyn();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 112 LDSection& reldyn = file_format->getRelDyn();
226 file_format->getRelDyn().setSize(
904 OutputRelocSection& ARMGNULDBackend::getRelDyn()
910 const OutputRelocSection& ARMGNULDBackend::getRelDyn() const
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 65 LDSection& reldyn = file_format->getRelDyn();
170 file_format->getRelDyn().setSize(
585 OutputRelocSection& MipsGNULDBackend::getRelDyn()
591 const OutputRelocSection& MipsGNULDBackend::getRelDyn() const
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
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 {

Completed in 49 milliseconds