Skip to content

GCC Section Attributes

swheater edited this page Feb 19, 2013 · 1 revision

GCC Section Attributes

extern void oper(void) __attribute__ ((section (".text.elfos.name")));

extern int value __attribute__ ((section (".data.elfos.name")));
Clone this wiki locally