Searched refs:getGNUHashMaskbitslog2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h364 /// getGNUHashMaskbitslog2 - calculate the number of mask bits in log2
365 unsigned getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp792 gnuhash += (1U << getGNUHashMaskbitslog2(hashed_sym_cnt)) / 8;
1190 uint32_t maskbitslog2 = getGNUHashMaskbitslog2(hashed_sym_cnt);
2613 /// getGNUHashMaskbitslog2 - calculate the number of mask bits in log2
2614 unsigned GNULDBackend::getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const { function in class:mcld::GNULDBackend

Completed in 218 milliseconds