Searched refs:__text_section (Results 1 – 2 of 2) sorted by relevance
10 #define __init __text_section(".init.text")11 #define __exit __text_section(".exit.text")
35 #define __text_section(s) __attribute__((__section__(s))) macro
Completed in 5 milliseconds