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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c270 int maskbits = 8 * sizeof ghm; local
271 gho = gh / maskbits;
272 ghm = 1ul << gh % maskbits;

Completed in 30 milliseconds