OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gnuhash
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
754
size_t
gnuhash
= 0;
local
805
gnuhash
= 5 * 4 + config().targets().bitclass() / 8;
808
gnuhash
= (4 + nbucket + hashed_sym_cnt) * 4;
809
gnuhash
+= (1U << getGNUHashMaskbitslog2(hashed_sym_cnt)) / 8;
[
all
...]
Completed in 1230 milliseconds