Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			}
    			// For glibc systems, the linker setup used by GCC
    			// looks like
    			//
    			//  GROUP ( /lib/x86_64-linux-gnu/libc.so.6
    			//      /usr/lib/x86_64-linux-gnu/libc_nonshared.a
    			//      AS_NEEDED ( /lib64/ld-linux-x86-64.so.2 ) )
    			//
    			// where libc_nonshared.a contains a small set of
    			// symbols including "__stack_chk_fail_local" and a
    			// few others. Thus if we are doing internal linking
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top