Lines Matching refs:mapping
1 ## Check how llvm-readelf prints sections to segments mapping.
3 ## Check that --section-mapping produces a sections to segments
4 ## mapping and not anything else.
6 # RUN: llvm-readelf --section-mapping %t64.elf \
9 # MAPPING: Section to Segment mapping:
54 ## Check that --section-mapping=false --program-headers produces just program headers.
55 # RUN: llvm-readelf --section-mapping=false --program-headers %t64.elf \
56 … | FileCheck %s --check-prefix=SEC-MAPPING-FALSE --implicit-check-not="Section to Segment mapping:"
60 ## Check that only one copy of the section/segment mapping table is produced
61 ## when both --section-mapping and --program-headers are used.
62 # RUN: llvm-readelf --section-mapping --program-headers %t64.elf \
63 # RUN: | FileCheck %s --check-prefix=MAPPING --implicit-check-not="Section to Segment mapping:"
67 ## RUN: llvm-readelf --section-mapping %tno-shdrs.o | FileCheck %s --check-prefix=NO-SECHDRS
69 # NO-SECHDRS: Section to Segment mapping:
77 # RUN: llvm-readelf --section-mapping %t64-err1.elf 2>&1 | \
80 # PHENTSIZE: Section to Segment mapping:
82 …ning: '[[FILE]]': can't read program headers to build section to segment mapping: invalid e_phents…