Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h279 size_t getRelaEntrySize();
295 size_t getRelaEntrySize();
H A DMipsLDBackend.cpp1285 size_t Mips32GNULDBackend::getRelaEntrySize() { in getRelaEntrySize() function in mcld::Mips32GNULDBackend
1330 size_t Mips64GNULDBackend::getRelaEntrySize() { in getRelaEntrySize() function in mcld::Mips64GNULDBackend
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h143 size_t getRelaEntrySize() { return 24; } in getRelaEntrySize() function
H A DAArch64LDBackend.cpp221 getRelaEntrySize()); in doPreLayout()
230 getRelaEntrySize()); in doPreLayout()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h167 size_t getRelaEntrySize() { in getRelaEntrySize() function
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h153 size_t getRelaEntrySize() { return 12; } in getRelaEntrySize() function
H A DHexagonLDBackend.cpp282 getRelaEntrySize()); in setRelaDynSize()
288 getRelaEntrySize()); in setRelaPLTSize()
/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h114 size_t getRelaEntrySize() { return m_RelaEntrySize; } in getRelaEntrySize() function
H A DX86LDBackend.cpp603 getRelaEntrySize()); in setRelDynSize()
609 getRelaEntrySize()); in setRelPLTSize()
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h348 virtual size_t getRelaEntrySize() = 0;
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2558 output_sect->setSize(out_reloc_data->size() * getRelaEntrySize()); in preLayout()