Searched refs:select_section (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | target.h | 106 void (* select_section) PARAMS ((tree, int, unsigned HOST_WIDE_INT)); member
|
H A D | varasm.c | 582 (*targetm.asm_out.select_section) (decl, reloc, DECL_ALIGN (decl)); 2840 (*targetm.asm_out.select_section) (exp, reloc, align);
|
H A D | ChangeLog.7 | 6915 * target.h (select_section, unique_section): New.
|
/openbsd/gnu/gcc/gcc/ |
H A D | target.h | 154 section *(* select_section) (tree, int, unsigned HOST_WIDE_INT); member
|
H A D | varasm.c | 569 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl)); in function_section() 585 return targetm.asm_out.select_section (current_function_decl, in current_function_section() 915 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl)); in get_variable_section() 2771 return targetm.asm_out.select_section (exp, in get_constant_section()
|