Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h279 size_t getRelaEntrySize();
295 size_t getRelaEntrySize();
DMipsLDBackend.cpp1285 size_t Mips32GNULDBackend::getRelaEntrySize() { in getRelaEntrySize() function in mcld::Mips32GNULDBackend
1330 size_t Mips64GNULDBackend::getRelaEntrySize() { in getRelaEntrySize() function in mcld::Mips64GNULDBackend
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h143 size_t getRelaEntrySize() { return 24; } in getRelaEntrySize() function
DAArch64LDBackend.cpp221 getRelaEntrySize()); in doPreLayout()
230 getRelaEntrySize()); in doPreLayout()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h167 size_t getRelaEntrySize() { in getRelaEntrySize() function
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h153 size_t getRelaEntrySize() { return 12; } in getRelaEntrySize() function
DHexagonLDBackend.cpp282 getRelaEntrySize()); in setRelaDynSize()
288 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.h348 virtual size_t getRelaEntrySize() = 0;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2558 output_sect->setSize(out_reloc_data->size() * getRelaEntrySize()); in preLayout()