15.2.21 Near Function Attribute

The near attribute instructs the compiler to always invoke the function with an absolute CALL instruction, even when the -mlong-calls command line option is specified, for example:
void __attribute__ ((near)) foo(void);