Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			continue
    		}
    		st := ldr.SymType(s)
    		if st >= sym.SELFRXSECT && st < sym.SXREF {
    			typ := elf.STT_OBJECT
    			if st == sym.STLSBSS {
    				if ctxt.IsInternal() {
    					continue
    				}
    				typ = elf.STT_TLS
    			}
    			if !shouldBeInSymbolTable(s) {
    				continue
    			}
    			putelfsym(ctxt, s, typ, elfbind)
    			continue
    		}
    		if st == sym.SHOSTOBJ || st == sym.SDYNIMPORT || st == sym.SUNDEFEXT {
    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