Home
last modified time | relevance | path

Searched refs:getRelEntrySize (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h249 size_t getRelEntrySize();
265 size_t getRelEntrySize();
DMipsLDBackend.cpp194 getRelEntrySize()); in doPreLayout()
203 getRelEntrySize()); in doPreLayout()
864 size_t Mips32GNULDBackend::getRelEntrySize() { in getRelEntrySize() function in mcld::Mips32GNULDBackend
909 size_t Mips64GNULDBackend::getRelEntrySize() { in getRelEntrySize() function in mcld::Mips64GNULDBackend
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h132 size_t getRelEntrySize() { return 16; } in getRelEntrySize() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h162 size_t getRelEntrySize() { return 8; } in getRelEntrySize() function
DARMLDBackend.cpp243 getRelEntrySize()); in doPreLayout()
252 getRelEntrySize()); in doPreLayout()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h150 size_t getRelEntrySize() { return 0; } in getRelEntrySize() function
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.h111 size_t getRelEntrySize() { return m_RelEntrySize; } in getRelEntrySize() function
DX86LDBackend.cpp446 getRelEntrySize()); in setRelDynSize()
452 getRelEntrySize()); in setRelPLTSize()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h339 virtual size_t getRelEntrySize() = 0;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2550 output_sect->setSize(out_reloc_data->size() * getRelEntrySize()); in preLayout()