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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 132 /// getRelEntrySize - the size in BYTE of rel type relocation
133 size_t getRelEntrySize()
136 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 153 /// getRelEntrySize - the size in BYTE of rel type relocation
154 size_t getRelEntrySize()
157 /// getRelEntrySize - the size in BYTE of rela type relocation
ARMLDBackend.cpp 250 m_pRelDyn->numOfRelocs() * getRelEntrySize());
258 m_pRelPLT->numOfRelocs() * getRelEntrySize());
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 154 /// getRelEntrySize - the size in BYTE of rela type relocation
155 size_t getRelEntrySize()
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 251 size_t getRelEntrySize();
268 size_t getRelEntrySize();
MipsLDBackend.cpp 203 m_pRelPlt->numOfRelocs() * getRelEntrySize());
211 m_pRelDyn->numOfRelocs() * getRelEntrySize());
935 size_t Mips32GNULDBackend::getRelEntrySize()
984 size_t Mips64GNULDBackend::getRelEntrySize()
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 111 /// getRelEntrySize - the size in BYTE of rel type relocation
112 size_t getRelEntrySize()
115 /// getRelEntrySize - the size in BYTE of rela type relocation
X86LDBackend.cpp 484 (m_pRelDyn->numOfRelocs() * getRelEntrySize());
491 (m_pRelPLT->numOfRelocs() * getRelEntrySize());
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 344 /// getRelEntrySize - the size in BYTE of rel type relocation
345 virtual size_t getRelEntrySize() = 0;
347 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 844 milliseconds