|
1 | | -f input.c /^char f [] __attribute__((section("__ksymtab_strings"), used, aligned(1)));$/;" v typeref:typename:char[] roles:def section:__ksymtab_strings |
2 | | -a input.c /^struct duart a __attribute__ ((section ("DUART_A"))) = { 0 };$/;" v typeref:struct:duart roles:def section:DUART_A |
3 | | -b input.c /^struct duart b __attribute__ ((section ("DUART_B"))) = { 0 };$/;" v typeref:struct:duart roles:def section:DUART_B |
4 | | -stack input.c /^char stack[10000] __attribute__ ((section ("STACK"))) = { 0 };$/;" v typeref:typename:char[10000] roles:def section:STACK |
5 | | -init_data input.c /^int init_data __attribute__ ((section ("INITDATA")));$/;" v typeref:typename:int roles:def section:INITDATA |
6 | | -COMMAND_LINE_SIZE input-0.c /^#define COMMAND_LINE_SIZE /;" d file: roles:def macrodef:127 |
7 | | -__section input-0.c /^#define __section(section) __attribute__((__section_/;" d file: signature:(section) roles:def macrodef:__attribute__((__section__(section))) |
8 | | -__initdata input-0.c /^#define __initdata /;" d file: roles:def macrodef:__section(".init.data") |
9 | | -b0 input-0.c /^char __initdata b0[COMMAND_LINE_SIZE];$/;" v typeref:typename:char[127] roles:def section:.init.data |
10 | | -b1 input-0.c /^char b1[COMMAND_LINE_SIZE] __initdata;$/;" v typeref:typename:char[127] roles:def section:.init.data |
11 | | -f0 input-1.c /^extern void f0 (void) __attribute__ ((section ("bar0p")));$/;" p typeref:typename:void file: signature:(void) roles:def section:bar0p |
12 | | -f0 input-1.c /^void f0 (void) __attribute__ ((section ("bar0")))$/;" f typeref:typename:void signature:(void) roles:def section:bar0 |
13 | | -f1 input-1.c /^extern void __attribute__ ((section ("bar1p"))) f1 (void);$/;" p typeref:typename:void file: signature:(void) roles:def section:bar1p |
14 | | -f1 input-1.c /^void __attribute__ ((section ("bar1"))) f1 (void)$/;" f typeref:typename:void signature:(void) roles:def section:bar1 |
15 | | -f2 input-1.c /^extern __attribute__ ((section ("bar2p"))) void f2 (void);$/;" p typeref:typename:void file: signature:(void) roles:def section:bar2p |
16 | | -f2 input-1.c /^__attribute__ ((section ("bar2"))) void f2 (void)$/;" f typeref:typename:void signature:(void) roles:def section:bar2 |
17 | | -f3 input-1.c /^__attribute__ ((section ("bar3p"))) extern void f3 (void);$/;" p typeref:typename:void file: signature:(void) roles:def section:bar3p |
18 | | -f3 input-1.c /^__attribute__ ((section ("bar3"))) extern void f3 (void)$/;" f typeref:typename:void signature:(void) roles:def section:bar3 |
19 | | -f4 input-1.c /^__attribute__ ((section ("bar4p"))) static void f4 (void);$/;" p typeref:typename:void file: signature:(void) roles:def section:bar4p |
20 | | -f4 input-1.c /^__attribute__ ((section ("bar4"))) static void f4 (void)$/;" f typeref:typename:void file: signature:(void) roles:def section:bar4 |
| 1 | +__ksymtab_strings input.c /^char f [] __attribute__((section("__ksymtab_strings"), used, aligned(1)));$/;" i language:LdScript roles:destination |
| 2 | +f input.c /^char f [] __attribute__((section("__ksymtab_strings"), used, aligned(1)));$/;" v language:C typeref:typename:char[] roles:def section:__ksymtab_strings |
| 3 | +DUART_A input.c /^struct duart a __attribute__ ((section ("DUART_A"))) = { 0 };$/;" i language:LdScript roles:destination |
| 4 | +a input.c /^struct duart a __attribute__ ((section ("DUART_A"))) = { 0 };$/;" v language:C typeref:struct:duart roles:def section:DUART_A |
| 5 | +DUART_B input.c /^struct duart b __attribute__ ((section ("DUART_B"))) = { 0 };$/;" i language:LdScript roles:destination |
| 6 | +b input.c /^struct duart b __attribute__ ((section ("DUART_B"))) = { 0 };$/;" v language:C typeref:struct:duart roles:def section:DUART_B |
| 7 | +STACK input.c /^char stack[10000] __attribute__ ((section ("STACK"))) = { 0 };$/;" i language:LdScript roles:destination |
| 8 | +stack input.c /^char stack[10000] __attribute__ ((section ("STACK"))) = { 0 };$/;" v language:C typeref:typename:char[10000] roles:def section:STACK |
| 9 | +INITDATA input.c /^int init_data __attribute__ ((section ("INITDATA")));$/;" i language:LdScript roles:destination |
| 10 | +init_data input.c /^int init_data __attribute__ ((section ("INITDATA")));$/;" v language:C typeref:typename:int roles:def section:INITDATA |
| 11 | +COMMAND_LINE_SIZE input-0.c /^#define COMMAND_LINE_SIZE /;" d language:C file: roles:def macrodef:127 |
| 12 | +__section input-0.c /^#define __section(section) __attribute__((__section_/;" d language:C file: signature:(section) roles:def macrodef:__attribute__((__section__(section))) |
| 13 | +__initdata input-0.c /^#define __initdata /;" d language:C file: roles:def macrodef:__section(".init.data") |
| 14 | +.init.data input-0.c /^char __initdata b0[COMMAND_LINE_SIZE];$/;" i language:LdScript roles:destination |
| 15 | +b0 input-0.c /^char __initdata b0[COMMAND_LINE_SIZE];$/;" v language:C typeref:typename:char[127] roles:def section:.init.data |
| 16 | +.init.data input-0.c /^char b1[COMMAND_LINE_SIZE] __initdata;$/;" i language:LdScript roles:destination |
| 17 | +b1 input-0.c /^char b1[COMMAND_LINE_SIZE] __initdata;$/;" v language:C typeref:typename:char[127] roles:def section:.init.data |
| 18 | +bar0p input-1.c /^extern void f0 (void) __attribute__ ((section ("bar0p")));$/;" i language:LdScript roles:destination |
| 19 | +f0 input-1.c /^extern void f0 (void) __attribute__ ((section ("bar0p")));$/;" p language:C typeref:typename:void file: signature:(void) roles:def section:bar0p |
| 20 | +bar0 input-1.c /^{$/;" i language:LdScript roles:destination |
| 21 | +f0 input-1.c /^void f0 (void) __attribute__ ((section ("bar0")))$/;" f language:C typeref:typename:void signature:(void) roles:def section:bar0 |
| 22 | +bar1p input-1.c /^extern void __attribute__ ((section ("bar1p"))) f1 (void);$/;" i language:LdScript roles:destination |
| 23 | +f1 input-1.c /^extern void __attribute__ ((section ("bar1p"))) f1 (void);$/;" p language:C typeref:typename:void file: signature:(void) roles:def section:bar1p |
| 24 | +bar1 input-1.c /^{$/;" i language:LdScript roles:destination |
| 25 | +f1 input-1.c /^void __attribute__ ((section ("bar1"))) f1 (void)$/;" f language:C typeref:typename:void signature:(void) roles:def section:bar1 |
| 26 | +bar2p input-1.c /^extern __attribute__ ((section ("bar2p"))) void f2 (void);$/;" i language:LdScript roles:destination |
| 27 | +f2 input-1.c /^extern __attribute__ ((section ("bar2p"))) void f2 (void);$/;" p language:C typeref:typename:void file: signature:(void) roles:def section:bar2p |
| 28 | +bar2 input-1.c /^{$/;" i language:LdScript roles:destination |
| 29 | +f2 input-1.c /^__attribute__ ((section ("bar2"))) void f2 (void)$/;" f language:C typeref:typename:void signature:(void) roles:def section:bar2 |
| 30 | +bar3p input-1.c /^__attribute__ ((section ("bar3p"))) extern void f3 (void);$/;" i language:LdScript roles:destination |
| 31 | +f3 input-1.c /^__attribute__ ((section ("bar3p"))) extern void f3 (void);$/;" p language:C typeref:typename:void file: signature:(void) roles:def section:bar3p |
| 32 | +bar3 input-1.c /^{$/;" i language:LdScript roles:destination |
| 33 | +f3 input-1.c /^__attribute__ ((section ("bar3"))) extern void f3 (void)$/;" f language:C typeref:typename:void signature:(void) roles:def section:bar3 |
| 34 | +bar4p input-1.c /^__attribute__ ((section ("bar4p"))) static void f4 (void);$/;" i language:LdScript roles:destination |
| 35 | +f4 input-1.c /^__attribute__ ((section ("bar4p"))) static void f4 (void);$/;" p language:C typeref:typename:void file: signature:(void) roles:def section:bar4p |
| 36 | +bar4 input-1.c /^{$/;" i language:LdScript roles:destination |
| 37 | +f4 input-1.c /^__attribute__ ((section ("bar4"))) static void f4 (void)$/;" f language:C typeref:typename:void file: signature:(void) roles:def section:bar4 |
0 commit comments