Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h278 size_t getRelEntrySize();
294 size_t getRelEntrySize();
DMipsLDBackend.cpp216 getRelEntrySize()); in doPreLayout()
225 getRelEntrySize()); in doPreLayout()
1281 size_t Mips32GNULDBackend::getRelEntrySize() { in getRelEntrySize() function in mcld::Mips32GNULDBackend
1326 size_t Mips64GNULDBackend::getRelEntrySize() { in getRelEntrySize() function in mcld::Mips64GNULDBackend
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.h140 size_t getRelEntrySize() { return 16; } in getRelEntrySize() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h164 size_t getRelEntrySize() { return 8; } in getRelEntrySize() function
DARMLDBackend.cpp311 getRelEntrySize()); in doPreLayout()
320 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.h345 virtual size_t getRelEntrySize() = 0;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2556 output_sect->setSize(out_reloc_data->size() * getRelEntrySize()); in preLayout()