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")12 #define __cold __text_section(".text.cold")
43 #define __text_section(s) __attribute__((__section__(s))) macro
Completed in 3 milliseconds