reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 | .rodata .globl a .size a, 4 .type a, @object a: .word 1 .section .data.rel.ro,"aw",%progbits .globl b .size b, 4 .type b, @object b: .word 2 |