public error Symbols(ptr <regexp.Regexp> r, ulong addr) => s_SymbolsByRef?.Invoke(ref this, r, addr) ?? s_SymbolsByVal?.Invoke(this, r, addr) ?? ObjFile?.Symbols(r, addr) ?? throw new PanicException(RuntimeErrorPanic.NilPointerDereference);