You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
339 B
9 lines
339 B
RUN: llvm-objdump -r %p/Inputs/shndx.elf | FileCheck %s
|
|
|
|
Test that llvm-objdump can handle shndx. The relocation points to a section
|
|
symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
|
|
has to use the shndx section.
|
|
|
|
CHECK: RELOCATION RECORDS FOR [.rela.text]:
|
|
CHECK-NEXT: 0000000000000000 R_X86_64_32 bar+0
|