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 135 size_t getRelaEntrySize() { return 24; }
AArch64LDBackend.cpp 216 getRelaEntrySize());
225 getRelaEntrySize());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 165 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 281 getRelaEntrySize());
287 getRelaEntrySize());
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 250 size_t getRelaEntrySize();
266 size_t getRelaEntrySize();
MipsLDBackend.cpp 868 size_t Mips32GNULDBackend::getRelaEntrySize() {
913 size_t Mips64GNULDBackend::getRelaEntrySize() {
  /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 342 virtual size_t getRelaEntrySize() = 0;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 963 milliseconds