Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.c95 static const enum darwin_section_enum tomark[] = in output_objc_section_asm_op() enum
123 for (i = 0; i < ARRAY_SIZE (tomark); i++) in output_objc_section_asm_op()
124 switch_to_section (darwin_sections[tomark[i]]); in output_objc_section_asm_op()