Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c9593 static int current_section_align; variable
9608 current_section_align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT);
9609 if (align_functions_log > current_section_align)
9610 current_section_align = align_functions_log;
9616 current_section_align = floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT);
9693 if (current_section_align != 0)
9695 current_section_align, kind);
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c10002 static int current_section_align; variable
10052 current_section_align = floor_log2 (FUNCTION_BOUNDARY / BITS_PER_UNIT); in unicosmk_section_type_flags()
10053 if (align_functions_log > current_section_align) in unicosmk_section_type_flags()
10054 current_section_align = align_functions_log; in unicosmk_section_type_flags()
10060 current_section_align = floor_log2 (DECL_ALIGN (decl) / BITS_PER_UNIT); in unicosmk_section_type_flags()
10133 if (current_section_align != 0) in unicosmk_asm_named_section()
10135 current_section_align, kind); in unicosmk_asm_named_section()