1.text 2BORINGSSL_bcm_text_start: 3 .text 4 movq %rax, %rax 5 6 # BSS declarations emit accessors. 7 .comm aes_128_ctr_generic_storage,64,32 8 .lcomm aes_128_ctr_generic_storage2,64,32 9 10 # BSS symbols may also be emitted in .bss sections. 11 .section .bss,"awT",@nobits 12 .align 4 13 .globl x 14 .type x, @object 15 .size x, 4 16x: 17.Lx_local_target: 18 19 .zero 4 20.Llocal: 21 .quad 0 22 .size .Llocal, 4 23 24 # .bss handling is terminated by a .text directive. 25 .text 26 .section .bss,"awT",@nobits 27y: 28.Ly_local_target: 29 30 .quad 0 31 32 # Or a .section directive. 33# WAS .section .rodata 34.text 35 .quad 0 36 37 # Or the end of the file. 38 .section .bss,"awT",@nobits 39z: 40.Lz_local_target: 41 42 .quad 0 43.text 44BORINGSSL_bcm_text_end: 45.type aes_128_ctr_generic_storage_bss_get, @function 46aes_128_ctr_generic_storage_bss_get: 47 leaq aes_128_ctr_generic_storage(%rip), %rax 48 ret 49.type aes_128_ctr_generic_storage2_bss_get, @function 50aes_128_ctr_generic_storage2_bss_get: 51 leaq aes_128_ctr_generic_storage2(%rip), %rax 52 ret 53.type x_bss_get, @function 54x_bss_get: 55 leaq .Lx_local_target(%rip), %rax 56 ret 57.type y_bss_get, @function 58y_bss_get: 59 leaq .Ly_local_target(%rip), %rax 60 ret 61.type z_bss_get, @function 62z_bss_get: 63 leaq .Lz_local_target(%rip), %rax 64 ret 65.type OPENSSL_ia32cap_get, @function 66OPENSSL_ia32cap_get: 67 leaq OPENSSL_ia32cap_P(%rip), %rax 68 ret 69.extern OPENSSL_ia32cap_P 70.type OPENSSL_ia32cap_addr_delta, @object 71.size OPENSSL_ia32cap_addr_delta, 8 72OPENSSL_ia32cap_addr_delta: 73.quad OPENSSL_ia32cap_P-OPENSSL_ia32cap_addr_delta 74.type BORINGSSL_bcm_text_hash, @object 75.size BORINGSSL_bcm_text_hash, 64 76BORINGSSL_bcm_text_hash: 77.byte 0xae 78.byte 0x2c 79.byte 0xea 80.byte 0x2a 81.byte 0xbd 82.byte 0xa6 83.byte 0xf3 84.byte 0xec 85.byte 0x97 86.byte 0x7f 87.byte 0x9b 88.byte 0xf6 89.byte 0x94 90.byte 0x9a 91.byte 0xfc 92.byte 0x83 93.byte 0x68 94.byte 0x27 95.byte 0xcb 96.byte 0xa0 97.byte 0xa0 98.byte 0x9f 99.byte 0x6b 100.byte 0x6f 101.byte 0xde 102.byte 0x52 103.byte 0xcd 104.byte 0xe2 105.byte 0xcd 106.byte 0xff 107.byte 0x31 108.byte 0x80 109.byte 0xa2 110.byte 0xd4 111.byte 0xc3 112.byte 0x66 113.byte 0xf 114.byte 0xc2 115.byte 0x6a 116.byte 0x7b 117.byte 0xf4 118.byte 0xbe 119.byte 0x39 120.byte 0xa2 121.byte 0xd7 122.byte 0x25 123.byte 0xdb 124.byte 0x21 125.byte 0x98 126.byte 0xe9 127.byte 0xd5 128.byte 0x53 129.byte 0xbf 130.byte 0x5c 131.byte 0x32 132.byte 0x6 133.byte 0x83 134.byte 0x34 135.byte 0xc 136.byte 0x65 137.byte 0x89 138.byte 0x52 139.byte 0xbd 140.byte 0x1f 141