Combining function attributes in C

Hello everyone, 

Can anyone help me how do I combine function attributes? 

I need to use __attribute__(used) and __attribute__(section("xuz")) function attributes while defining a function.

Thanks in advance!