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 139 /// getRelEntrySize - the size in BYTE of rel type relocation
140 size_t getRelEntrySize() { return 16; }
142 /// getRelEntrySize - the size in BYTE of rela type relocation
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 163 /// getRelEntrySize - the size in BYTE of rel type relocation
164 size_t getRelEntrySize() { return 8; }
166 /// getRelEntrySize - the size in BYTE of rela type relocation
ARMLDBackend.cpp 311 getRelEntrySize());
320 getRelEntrySize());
    [all...]
  /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 278 size_t getRelEntrySize();
294 size_t getRelEntrySize();
MipsLDBackend.cpp 216 getRelEntrySize());
225 getRelEntrySize());
    [all...]
  /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 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 111 milliseconds