Searched defs:sourcePrinter (Results 1 – 1 of 1) sorted by relevance
126 type sourcePrinter struct { struct127 reader *sourceReader128 synth *synthCode129 objectTool plugin.ObjTool130 objects map[string]plugin.ObjFile // Opened object files131 sym *regexp.Regexp // May be nil132 files map[string]*sourceFile // Set of files to print.133 insts map[uint64]instructionInfo // Instructions of interest (keyed by address).137 interest map[string]bool140 prettyNames map[string]string[all …]