Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/debug/elf/file_test.go

    				t.Errorf("ld produced ELF with section address %s within %s: 0x%x <= 0x%x..0x%x < 0x%x",
    					sih.Name, sjh.Name, sjh.Addr, sih.Addr, sih.Addr+sih.Size, sjh.Addr+sjh.Size)
    			}
    		}
    	}
    }
    
    func TestNobitsSection(t *testing.T) {
    	const testdata = "testdata/gcc-amd64-linux-exec"
    	f, err := Open(testdata)
    	if err != nil {
    		t.Fatalf("could not read %s: %v", testdata, err)
    	}
    	defer f.Close()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
Back to top