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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 140 /// getRelEntrySize - the size in BYTE of rel type relocation
141 size_t getRelEntrySize()
144 /// getRelEntrySize - the size in BYTE of rela type relocation
ARMLDBackend.cpp 229 m_pRelDyn->numOfRelocs() * getRelEntrySize());
237 m_pRelPLT->numOfRelocs() * getRelEntrySize());
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 120 /// getRelEntrySize - the size in BYTE of rel type relocation
121 size_t getRelEntrySize()
124 /// getRelEntrySize - the size in BYTE of rela type relocation
MipsLDBackend.cpp 137 m_pRelDyn->numOfRelocs() * getRelEntrySize());
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 153 /// getRelEntrySize - the size in BYTE of rela type relocation
154 size_t getRelEntrySize()
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 110 /// getRelEntrySize - the size in BYTE of rel type relocation
111 size_t getRelEntrySize()
114 /// getRelEntrySize - the size in BYTE of rela type relocation
X86LDBackend.cpp 382 (m_pRelDyn->numOfRelocs() * getRelEntrySize());
389 (m_pRelPLT->numOfRelocs() * getRelEntrySize());
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 383 /// getRelEntrySize - the size in BYTE of rel type relocation
384 virtual size_t getRelEntrySize() = 0;
386 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 412 milliseconds