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 131 /// getRelEntrySize - the size in BYTE of rel type relocation
132 size_t getRelEntrySize() { return 16; }
134 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 161 /// getRelEntrySize - the size in BYTE of rel type relocation
162 size_t getRelEntrySize() { return 8; }
164 /// getRelEntrySize - the size in BYTE of rela type relocation
ARMLDBackend.cpp 243 getRelEntrySize());
252 getRelEntrySize());
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 149 /// getRelEntrySize - the size in BYTE of rela type relocation
150 size_t getRelEntrySize() { return 0; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 249 size_t getRelEntrySize();
265 size_t getRelEntrySize();
MipsLDBackend.cpp 194 getRelEntrySize());
203 getRelEntrySize());
864 size_t Mips32GNULDBackend::getRelEntrySize() {
909 size_t Mips64GNULDBackend::getRelEntrySize() {
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 110 /// getRelEntrySize - the size in BYTE of rel type relocation
111 size_t getRelEntrySize() { return m_RelEntrySize; }
113 /// getRelEntrySize - the size in BYTE of rela type relocation
X86LDBackend.cpp 446 getRelEntrySize());
452 getRelEntrySize());
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 338 /// getRelEntrySize - the size in BYTE of rel type relocation
339 virtual size_t getRelEntrySize() = 0;
341 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 4333 milliseconds