Home | History | Annotate | Download | only in gdb.dwarf2

Lines Matching defs:VALUE

18 /* This is the value that all variables should have, here for convenience. */
19 #define VALUE 1234567890
23 int file_locno_resolvable = VALUE;
24 int file_locempty_resolvable = VALUE;
25 int file_locaddr_resolvable = VALUE;
26 int main_local_locno_resolvable = VALUE;
27 int main_local_locempty_resolvable = VALUE;
28 int main_local_locaddr_resolvable = VALUE;
32 /* extern */ int file_extern_locno_resolvable = VALUE;
33 /* extern */ int file_extern_locempty_resolvable = VALUE;
34 /* extern */ int file_extern_locaddr_resolvable = VALUE;
35 /* extern */ int main_extern_locno_resolvable = VALUE;
36 /* extern */ int main_extern_locempty_resolvable = VALUE;
37 /* extern */ int main_extern_locaddr_resolvable = VALUE;