search for: bstruct

Displaying 7 results from an estimated 7 matches for "bstruct".

Did you mean: obstruct
2019 Apr 30
3
RFC - a proposal to support additional symbol metadata in ELF object files in the ARM compiler
...or local static data object or a function to indicate to the linker that the definition of the data object or function should be placed at a specific address in memory. For example, in the following code: #include <stdio.h> extern int a; int a __attribute__((location(0x1000))) = 4; struct bstruct { int f1; int f2; }; struct bstruct b __attribute__((location(0x1004))) = {10, 12}; double c __attribute__((location(0x1010))) = 1.0; char d[] __attribute__((location(0x2000))) = {1, 2, 3, 4}; void foo(double x) __attribute((location(0x4000))); void foo(double x) { printf("%f\n&quot...
2019 Apr 30
3
[EXTERNAL] Re: RFC - a proposal to support additional symbol metadata in ELF object files in the ARM compiler
...n of the data object or function should be placed at a specific address in memory. > > > > For example, in the following code: > > > > #include <stdio.h> > > > > extern int a; > > int a __attribute__((location(0x1000))) = 4; > > > > struct bstruct > > { > > int f1; > > int f2; > > }; > > > > struct bstruct b __attribute__((location(0x1004))) = {10, 12}; > > double c __attribute__((location(0x1010))) = 1.0; > > char d[] __attribute__((location(0x2000))) = {1, 2, 3, 4}; > > void fo...
2019 May 01
2
RFC - a proposal to support additional symbol metadata in ELF object files in the ARM compiler
...in memory. > > > > For example, in the following code: > > > > #include <stdio.h> > > > > extern int a; > > int a __attribute__((location(0x1000))) = 4; > > > > struct bstruct > > { > > int f1; > > int f2; > > }; > > > > struct bstruct b __attribute__((location(0x1004))) = {10, 12}; > > double c __attribute__((location(0x1010))) = 1.0; > > char d[] __at...
2019 May 01
4
RFC - a proposal to support additional symbol metadata in ELF object files in the ARM compiler
...> > > #include <stdio.h> > > > > > > > > > > > > extern int a; > > > > > > int a __attribute__((location(0x1000))) = 4; > > > > > > > > > > > > struct bstruct > > > > > > { > > > > > > int f1; > > > > > > int f2; > > > > > > }; > > > > > > > > > > > > struct bstruct b __attribute__((location(0...
2019 May 06
2
[EXTERNAL] Re: RFC - a proposal to support additional symbol metadata in ELF object files in the ARM compiler
...> > > #include <stdio.h> > > > > > > > > > > > > extern int a; > > > > > > int a __attribute__((location(0x1000))) = 4; > > > > > > > > > > > > struct bstruct > > > > > > { > > > > > > int f1; > > > > > > int f2; > > > > > > }; > > > > > > > > > > > > struct bstruct b __attribute__((location(0...
2019 May 07
2
[EXTERNAL] Re: RFC - a proposal to support additional symbol metadata in ELF object files in the ARM compiler
...> >> > > > >> > > > extern int a; >> > > > >> > > > int a __attribute__((location(0x1000))) = 4; >> > > > >> > > > >> > > > >> > > > struct bstruct >> > > > >> > > > { >> > > > >> > > > int f1; >> > > > >> > > > int f2; >> > > > >> > > > }; >> > > > >> > >...
2019 May 09
3
[EXTERNAL] Re: RFC - a proposal to support additional symbol metadata in ELF object files in the ARM compiler
...gt; > > > > > > > > > > > > > > extern int a; > > > > > > > > int a __attribute__((location(0x1000))) = 4; > > > > > > > > > > > > > > > > struct bstruct > > > > > > > > { > > > > > > > > int f1; > > > > > > > > int f2; > > > > > > > > }; > > > > > > > > > > > > > &...