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

  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 44 size_t numOfRelocs();
  /frameworks/compile/mclinker/lib/Target/
OutputRelocSection.cpp 70 size_t OutputRelocSection::numOfRelocs() {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 445 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
451 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
602 file_format->getRelaDyn().setSize(m_pRelDyn->numOfRelocs() *
608 file_format->getRelaPlt().setSize(m_pRelPLT->numOfRelocs() *
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 220 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
229 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 310 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
319 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 281 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 215 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() *
224 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
    [all...]

Completed in 220 milliseconds