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 14 15 16 17 18 19 20 21 | # RUN: yaml2obj %s > %t # RUN: llvm-objcopy %t %t2 --add-symbol='foo=1' --add-symbol='foofoo=2' # RUN: llvm-readobj --sections %t2 | FileCheck %s ## Check we have the correct size of the .strtab section ## after the strings tail merge optimization. # CHECK: Name: .strtab # CHECK-NEXT: Type: SHT_STRTAB # CHECK-NEXT: Flags [ # CHECK-NEXT: ] # CHECK-NEXT: Address: # CHECK-NEXT: Offset: # CHECK-NEXT: Size: 8 !ELF FileHeader: Class: ELFCLASS64 Data: ELFDATA2LSB Type: ET_REL Machine: EM_X86_64 |