Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for isExternal (0.22 sec)

  1. src/cmd/link/internal/loadelf/ldelf.go

    				// TODO(minux): correctly handle __i686.get_pc_thunk.bx without
    				// set dupok generally. See https://golang.org/cl/5823055
    				// comment #5 for details.
    				if s != 0 && elfsym.other == 2 {
    					if !l.IsExternal(s) {
    						l.MakeSymbolUpdater(s)
    					}
    					l.SetAttrDuplicateOK(s, true)
    					l.SetAttrVisibilityHidden(s, true)
    				}
    			}
    
    		case elf.STB_LOCAL:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top