Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for elfData (0.07 sec)

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

    		shstrtabAddstring(".note.tag")
    	}
    	if len(buildinfo) > 0 {
    		shstrtabAddstring(".note.gnu.build-id")
    	}
    	if *flagBuildid != "" {
    		shstrtabAddstring(".note.go.buildid")
    	}
    	shstrtabAddstring(".elfdata")
    	shstrtabAddstring(".rodata")
    	// See the comment about data.rel.ro.FOO section names in data.go.
    	relro_prefix := ""
    	if ctxt.UseRelro() {
    		shstrtabAddstring(".data.rel.ro")
    		relro_prefix = ".data.rel.ro"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top