for idx := len(pcs) - 1; idx >= 0; idx-- {
        list := pcs[idx]
        uniqueList := make([]uintptr, 0, len(list))
        for _, line := range list {
            _, ok := lookup[line]