Lines Matching +full:big +full:-

2 #------------------------------------------------------------------------------
7 # 2016-05-21, Georg Sauthoff <mail@georg.so>
10 # - GCC gcno - written by GCC at compile time when compiling with
11 # gcc -ftest-coverage
12 # - GCC gcda - written by a program that was compiled with
13 # gcc -fprofile-arcs
14 # - LLVM raw profiles - generated by a program compiled with
15 # clang -fprofile-instr-generate -fcoverage-mapping ...
16 # - LLVM indexed profiles - generated by
17 # llvm-profdata
18 # - GCOV reports, i.e. the annotated source code
19 # - LCOV trace files, i.e. aggregated GCC profiles
24 # cf. gcov-io.h
25 # https://gcc.gnu.org/onlinedocs/gcc-5.3.0/gcc/Gcov-Data-Files.html
27 # Fedora 23/x86-64/gcc-5.3.1: 6f 6e 63 67 52 33 30 35
28 # Debian 8 PPC64/gcc-4.9.2 : 67 63 6e 6f 34 30 39 2a
29 0 lelong 0x67636e6f GCC gcno coverage (-ftest-coverage),
33 # big endian
34 0 belong 0x67636e6f GCC gcno coverage (-ftest-coverage),
36 >&2 byte x \b%c (big-endian)
39 # Fedora 23/x86-64/gcc-5.3.1: 61 64 63 67 52 33 30 35
40 # Debian 8 PPC64/gcc-4.9.2 : 67 63 64 61 34 30 39 2a
41 0 lelong 0x67636461 GCC gcda coverage (-fprofile-arcs),
45 # big endian
46 0 belong 0x67636461 GCC gcda coverage (-fprofile-arcs),
48 >&2 byte x \b%c (big-endian)
59 0 string \x20\x20\x20\x20\x20\x20\x20\x20-:\x20\x20\x20\ 0:Source:
60 >&0 search/128 \x20\x20\x20\x20\x20\x20\x20\x20-:\x20\x20\x20\ 0:Graph:
61 >>&0 search/128 \x20\x20\x20\x20\x20\x20\x20\x20-:\x20\x20\x20\ 0:Data: GCOV coverage report
67 # `clang -fprofile-instr-generate -fcoverage-mapping ...`
74 # big endian
76 >&7 byte x version %d (big-endian)
79 # LLVM indexed instruction profile (as generated by llvm-profdata)
83 # https://llvm.org/docs/CommandGuide/llvm-cov.html
84 # https://llvm.org/docs/CommandGuide/llvm-profdata.html
88 # big endian
90 >&7 byte x version %d (big-endian)