Searched refs:nameLibfuzzer8BitCounter (Results 1 – 1 of 1) sorted by relevance
194 nameLibfuzzer8BitCounter // if PEXTERN should be assigned to __sancov_cntrs section const211 func (n *Name) Libfuzzer8BitCounter() bool { return n.flags&nameLibfuzzer8BitCounter != 0 }226 func (n *Name) SetLibfuzzer8BitCounter(b bool) { n.flags.set(nameLibfuzzer8BitCounter, b) }