Home
last modified time | relevance | path

Searched refs:section_string (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/include/
Dlocal.h276 # define __make_section_unallocated(section_string) \ argument
277 asm (".section " section_string "\n\t.previous");
279 # define __make_section_unallocated(section_string) \ argument
280 asm (".pushsection " section_string "\n\t.popsection");
282 # define __make_section_unallocated(section_string) argument