mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
36 lines
677 B
D
36 lines
677 B
D
|
#as:
|
||
|
#source: enum.c
|
||
|
#source: enum-3.c
|
||
|
#objdump: --ctf
|
||
|
#ld: -shared
|
||
|
#name: Overlapping enumerators
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
Contents of CTF section .ctf:
|
||
|
|
||
|
Header:
|
||
|
Magic number: 0xdff2
|
||
|
Version: 4 \(CTF_VERSION_3\)
|
||
|
#...
|
||
|
Types:
|
||
|
0x1: \(kind 8\) enum day_of_the_week \(size 0x[0-9a-f]*\) \(aligned at 0x[0-9a-f]*\)
|
||
|
Monday: 0
|
||
|
Tuesday: 1
|
||
|
Wednesday: 2
|
||
|
Thursday: 3
|
||
|
Friday: 4
|
||
|
Saturday: 5
|
||
|
Sunday: 6
|
||
|
#...
|
||
|
Strings:
|
||
|
#...
|
||
|
CTF archive member: .*enum.*\.c:
|
||
|
#...
|
||
|
Types:
|
||
|
0x80000001: \(kind 8\) enum first_day_of_the_week \(size 0x[0-9a-f]*\) \(aligned at 0x[0-9a-f]*\)
|
||
|
Sunday: 0
|
||
|
|
||
|
Strings:
|
||
|
#...
|