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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 121 /// getRelEntrySize - the size in BYTE of rel type relocation
122 size_t getRelEntrySize()
125 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.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
MipsLDBackend.cpp 171 m_pRelDyn->numOfRelocs() * getRelEntrySize());
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 212 /// getRelEntrySize - the size in BYTE of rel type relocation
213 size_t getRelEntrySize()
216 /// getRelEntrySize - the size in BYTE of rela type relocation
ARMLDBackend.cpp 227 m_pRelDyn->numOfRelocs() * getRelEntrySize());
235 m_pRelPLT->numOfRelocs() * getRelEntrySize());
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 183 /// getRelEntrySize - the size in BYTE of rel type relocation
184 size_t getRelEntrySize()
187 /// getRelEntrySize - the size in BYTE of rela type relocation
X86LDBackend.cpp 842 (m_pRelDyn->numOfRelocs() * getRelEntrySize());
849 (m_pRelPLT->numOfRelocs() * getRelEntrySize());
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 376 /// getRelEntrySize - the size in BYTE of rel type relocation
377 virtual size_t getRelEntrySize() = 0;
379 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 4349 milliseconds