Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsOpenbsd (0.13 sec)

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

    		shstrtabAddstring(".tbss")
    	}
    	if ctxt.IsNetbsd() {
    		shstrtabAddstring(".note.netbsd.ident")
    		if *flagRace {
    			shstrtabAddstring(".note.netbsd.pax")
    		}
    	}
    	if ctxt.IsOpenbsd() {
    		shstrtabAddstring(".note.openbsd.ident")
    	}
    	if ctxt.IsFreebsd() {
    		shstrtabAddstring(".note.tag")
    	}
    	if len(buildinfo) > 0 {
    		shstrtabAddstring(".note.gnu.build-id")
    	}
    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