Searched refs:BuildChoiceTable (Results 1 – 5 of 5) sorted by relevance
174 ct := target.BuildChoiceTable(nil, enabled)236 linuxCT = target.BuildChoiceTable(target.CalculatePriorities(nil), nil)
204 func (target *Target) BuildChoiceTable(prios [][]float32, enabled map[*Syscall]bool) *ChoiceTable { func
60 ct := target.BuildChoiceTable(prios, syscalls)
62 ct := target.BuildChoiceTable(prios, calls)
230 fuzzer.choiceTable = target.BuildChoiceTable(prios, calls)