Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for STT_FILE (0.06 sec)

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

    	// It is added with a name to avoid problems with external linking
    	// encountered on some versions of Solaris. See issue #14957.
    	putelfsyment(ctxt.Out, putelfstr("go.go"), 0, 0, elf.ST_INFO(elf.STB_LOCAL, elf.STT_FILE), elf.SHN_ABS, 0)
    	ctxt.numelfsym++
    
    	bindings := []elf.SymBind{elf.STB_LOCAL, elf.STB_GLOBAL}
    	for _, elfbind := range bindings {
    		if elfbind == elf.STB_GLOBAL {
    			elfglobalsymndx = ctxt.numelfsym
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 13 16:29:40 UTC 2023
    - 29.2K bytes
    - Viewed (0)
Back to top