Searched refs:section_string (Results 1 – 1 of 1) sorted by relevance
276 # define __make_section_unallocated(section_string) \ argument277 asm (".section " section_string "\n\t.previous");279 # define __make_section_unallocated(section_string) \ argument280 asm (".pushsection " section_string "\n\t.popsection");282 # define __make_section_unallocated(section_string) argument