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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.h 143 size_t getRelaEntrySize() { return 24; }
AArch64LDBackend.cpp 221 getRelaEntrySize());
230 getRelaEntrySize());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 167 size_t getRelaEntrySize() {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 152 /// getRelaEntrySize - the size in BYTE of rela type relocation
153 size_t getRelaEntrySize() { return 12; }
HexagonLDBackend.cpp 282 getRelaEntrySize());
288 getRelaEntrySize());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 279 size_t getRelaEntrySize();
295 size_t getRelaEntrySize();
MipsLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 114 size_t getRelaEntrySize() { return m_RelaEntrySize; }
X86LDBackend.cpp 603 getRelaEntrySize());
609 getRelaEntrySize());
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 348 virtual size_t getRelaEntrySize() = 0;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 532 milliseconds