Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRelroSectionOverlapIssue67261 (0.22 sec)

  1. src/cmd/link/internal/ld/elf_test.go

    	cv := reflect.ValueOf(a).MethodByName(what).Call(nil)
    	return cv[0].String()
    }
    
    func main() {
    	println(example("", 1).What())
    	println(ouch(example("", 1), "What"))
    }
    
    `
    
    func TestRelroSectionOverlapIssue67261(t *testing.T) {
    	t.Parallel()
    	testenv.MustHaveGoBuild(t)
    	testenv.MustHaveBuildMode(t, "pie")
    	testenv.MustInternalLinkPIE(t)
    
    	// This test case inspired by issue 67261, in which the linker
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 13:44:07 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top