Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestReadCOFFSymbolAuxInfo (0.23 sec)

  1. src/debug/pe/symbols_test.go

    package pe
    
    import (
    	"fmt"
    	"testing"
    )
    
    type testpoint struct {
    	name   string
    	ok     bool
    	err    string
    	auxstr string
    }
    
    func TestReadCOFFSymbolAuxInfo(t *testing.T) {
    	testpoints := map[int]testpoint{
    		39: testpoint{
    			name:   ".rdata$.refptr.__native_startup_lock",
    			ok:     true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 06 18:07:48 UTC 2022
    - 2.4K bytes
    - Viewed (0)
Back to top