Searched refs:get_variable_section (Results 1 – 21 of 21) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | output.h | 529 extern section *get_variable_section (tree, bool);
|
H A D | varpool.c | 717 get_variable_section (decl, false); in finalize_named_section_flags()
|
H A D | varasm.c | 1154 get_variable_section (tree decl, bool prefer_noswitch_p) in get_variable_section() function 1255 sect = get_variable_section (decl, true); in get_block_for_decl() 2299 sect = get_variable_section (decl, false); in assemble_variable()
|
H A D | lto-streamer-out.c | 2975 section *s = get_variable_section (t, false); in write_symbol_extension_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | output.h | 546 extern section *get_variable_section (tree, bool);
|
H A D | varpool.cc | 726 get_variable_section (decl, false); in finalize_named_section_flags()
|
H A D | varasm.cc | 1229 get_variable_section (tree decl, bool prefer_noswitch_p) in get_variable_section() function 1327 sect = get_variable_section (decl, true); in get_block_for_decl() 2381 sect = get_variable_section (decl, false); in assemble_variable()
|
H A D | lto-streamer-out.cc | 3057 section *s = get_variable_section (t, false); in write_symbol_extension_info()
|
H A D | ChangeLog-2006 | 17486 (get_variable_section): Move earlier in file. Take a new argument, 18634 (get_variable_section): New function, split out from assemble_variable. 18641 Use get_variable_section and assemble_variable_contents.
|
H A D | ChangeLog-2021 | 27780 (get_variable_section): Use it. 32157 (get_variable_section): Likewise.
|
H A D | ChangeLog-2012 | 713 * varasm.c (get_variable_section): Don't return lcomm_section 716 Don't call get_variable_section here.
|
H A D | ChangeLog-2020 | 721 (get_variable_section): Likewise. 2556 (get_variable_section): Handle the preserved common symbol with
|
H A D | ChangeLog-2010 | 19789 (get_variable_section): Don't special case emutls. 37351 * varasm.c (get_variable_section): Don't do that here...
|
H A D | ChangeLog-2011 | 37111 (get_variable_section): New prototype. 37120 (get_variable_section): No longer static.
|
H A D | ChangeLog-2013 | 21076 * varasm.c (get_variable_section): Adjust. 28141 (get_variable_section, emit_bss, emit_common,
|
H A D | ChangeLog-2014 | 31068 (get_variable_section): Get constructor if it is offlined. 36488 * varasm.c (get_variable_section): Walk aliases.
|
H A D | ChangeLog-2009 | 4998 * varasm.c (get_variable_section): DECLs in named address spaces
|
H A D | ChangeLog-2016 | 19127 * varasm.c (get_variable_section): Validate initializer in
|
H A D | ChangeLog-2018 | 29722 (get_variable_section): For decls in named .bss* sections pass true as
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 32347 return (get_variable_section (decl_op1, false) in arm_const_not_ok_for_debug_p() 32348 != get_variable_section (decl_op0, false)); in arm_const_not_ok_for_debug_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 33118 return (get_variable_section (decl_op1, false) in arm_const_not_ok_for_debug_p() 33119 != get_variable_section (decl_op0, false)); in arm_const_not_ok_for_debug_p()
|