forked from OSchip/llvm-project
9 lines
416 B
Plaintext
9 lines
416 B
Plaintext
# RUN: llvm-nm -B -S %p/Inputs/init-fini.out.elf-x86_64 | FileCheck --match-full-lines %s
|
|
|
|
CHECK: 00000000006000c2 0000000000000000 T __bss_start
|
|
CHECK: 00000000006000c2 0000000000000000 t __init_array_end
|
|
CHECK: 00000000006000ba 0000000000000000 t __init_array_start
|
|
CHECK: 00000000006000c2 0000000000000000 T _edata
|
|
CHECK: 00000000006000c8 0000000000000000 T _end
|
|
CHECK: 00000000004000b0 0000000000000000 T _start
|