Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doutput.h529 extern section *get_variable_section (tree, bool);
H A Dvarpool.c717 get_variable_section (decl, false); in finalize_named_section_flags()
H A Dvarasm.c1154 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 Dlto-streamer-out.c2975 section *s = get_variable_section (t, false); in write_symbol_extension_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doutput.h546 extern section *get_variable_section (tree, bool);
H A Dvarpool.cc726 get_variable_section (decl, false); in finalize_named_section_flags()
H A Dvarasm.cc1229 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 Dlto-streamer-out.cc3057 section *s = get_variable_section (t, false); in write_symbol_extension_info()
H A DChangeLog-200617486 (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 DChangeLog-202127780 (get_variable_section): Use it.
32157 (get_variable_section): Likewise.
H A DChangeLog-2012713 * varasm.c (get_variable_section): Don't return lcomm_section
716 Don't call get_variable_section here.
H A DChangeLog-2020721 (get_variable_section): Likewise.
2556 (get_variable_section): Handle the preserved common symbol with
H A DChangeLog-201019789 (get_variable_section): Don't special case emutls.
37351 * varasm.c (get_variable_section): Don't do that here...
H A DChangeLog-201137111 (get_variable_section): New prototype.
37120 (get_variable_section): No longer static.
H A DChangeLog-201321076 * varasm.c (get_variable_section): Adjust.
28141 (get_variable_section, emit_bss, emit_common,
H A DChangeLog-201431068 (get_variable_section): Get constructor if it is offlined.
36488 * varasm.c (get_variable_section): Walk aliases.
H A DChangeLog-20094998 * varasm.c (get_variable_section): DECLs in named address spaces
H A DChangeLog-201619127 * varasm.c (get_variable_section): Validate initializer in
H A DChangeLog-201829722 (get_variable_section): For decls in named .bss* sections pass true as
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c32347 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 Darm.cc33118 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()