Home
last modified time | relevance | path

Searched refs:getRelaEntrySize (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h250 size_t getRelaEntrySize();
266 size_t getRelaEntrySize();
DMipsLDBackend.cpp868 size_t Mips32GNULDBackend::getRelaEntrySize() { in getRelaEntrySize() function in mcld::Mips32GNULDBackend
913 size_t Mips64GNULDBackend::getRelaEntrySize() { in getRelaEntrySize() function in mcld::Mips64GNULDBackend
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h135 size_t getRelaEntrySize() { return 24; } in getRelaEntrySize() function
DAArch64LDBackend.cpp216 getRelaEntrySize()); in doPreLayout()
225 getRelaEntrySize()); in doPreLayout()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h165 size_t getRelaEntrySize() { in getRelaEntrySize() function
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h153 size_t getRelaEntrySize() { return 12; } in getRelaEntrySize() function
DHexagonLDBackend.cpp281 getRelaEntrySize()); in setRelaDynSize()
287 getRelaEntrySize()); in setRelaPLTSize()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h114 size_t getRelaEntrySize() { return m_RelaEntrySize; } in getRelaEntrySize() function
DX86LDBackend.cpp603 getRelaEntrySize()); in setRelDynSize()
609 getRelaEntrySize()); in setRelPLTSize()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h342 virtual size_t getRelaEntrySize() = 0;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2552 output_sect->setSize(out_reloc_data->size() * getRelaEntrySize()); in preLayout()