Searched defs:GlobalSymIdRepr (Results 1 – 1 of 1) sorted by relevance
34 struct GlobalSymIdRepr { struct35 uint64_t tag : 4;36 uint64_t offset : 32;37 uint64_t pub : 1;38 uint64_t unused : 27;