Searched defs:getRelEntrySize (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.h132 /// getRelEntrySize - the size in BYTE of rel type relocation
133 size_t getRelEntrySize() function in class:mcld::AArch64GNULDBackend
136 /// getRelEntrySize - the size in BYTE of rela type relocation
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h153 /// getRelEntrySize - the size in BYTE of rel type relocation
154 size_t getRelEntrySize() function in class:mcld::ARMGNULDBackend
157 /// getRelEntrySize - the size in BYTE of rela type relocation
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h111 /// getRelEntrySize - the size in BYTE of rel type relocation
112 size_t getRelEntrySize() function in class:mcld::X86GNULDBackend
115 /// getRelEntrySize - the size in BYTE of rela type relocation
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h154 /// getRelEntrySize - the size in BYTE of rela type relocation
155 size_t getRelEntrySize() function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp203 m_pRelPlt->numOfRelocs() * getRelEntrySize());
211 m_pRelDyn->numOfRelocs() * getRelEntrySize());
935 size_t Mips32GNULDBackend::getRelEntrySize() function in class:Mips32GNULDBackend
984 size_t Mips64GNULDBackend::getRelEntrySize() function in class:Mips64GNULDBackend

Completed in 240 milliseconds