verdef-defaultver.s 211 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 .global b@V1 b@V1 = b_1 .global b@@V2 b@@V2 = b_2 .globl a .type a,@function a: retq .globl b_1 .type b_1,@function b_1: retq .globl b_2 .type b_2,@function b_2: retq .globl c .type c,@function c: retq