1// RUN: llvm-objdump -d %p/Inputs/stripped-elf.so | FileCheck --check-prefix=64 %s 2// RUN: llvm-objdump -d %p/Inputs/hello.exe.elf-i386 | FileCheck --check-prefix=32 %s 3// RUN: llvm-objdump -d %p/Inputs/hello.exe.nopie.elf-i386 | FileCheck --check-prefix=32 %s 4 5# 64: Disassembly of section .plt: 6# 64: <__gmon_start__@plt>: 7# 64: <__cxa_finalize@plt>: 8# 64: callq {{.*}} <__cxa_finalize@plt> 9 10# 32: Disassembly of section .plt: 11# 32: <puts@plt>: 12# 32: <__libc_start_main@plt>: 13# 32: calll {{.*}} <puts@plt> 14# 32: calll {{.*}} <__libc_start_main@plt> 15