| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | output.h | 281 extern void assemble_variable PARAMS ((tree, int, int, int));
|
| H A D | dwarf2asm.c | 805 assemble_variable ((tree) node->value, 1, 1, 1);
|
| H A D | final.c | 350 assemble_variable (counts_table, 0, 0, 0); 518 assemble_variable (structure_value, 0, 0, 0);
|
| H A D | toplev.c | 2327 assemble_variable (decl, top_level, at_end, 0);
|
| H A D | FSFChangeLog.11 | 1476 (assemble_variable): Use ASM_OUTPUT_ALIGNED_DECL_{COMMON,LOCAL} if def. 4584 * varasm.c (assemble_variable): If low part of size 5987 (assemble_variable): Likewise. 8650 * varasm.c (assemble_variable): Don't emit DWARF. 8817 * varasm.c (assemble_variable): Output DWARF in the third case, too. 9026 * varasm.c (assemble_variable): Likewise. 9201 * varasm.c (assemble_variable): Do write out DWARF for 9407 * varasm.c (make_decl_rtl,assemble_variable): 10673 * varasm.c (assemble_variable): Fix setting of 12615 * varasm.c (assemble_variable): Only treat vars with DECL_COMMON [all …]
|
| H A D | varasm.c | 1428 assemble_variable (decl, top_level, at_end, dont_output_data) in assemble_variable() function
|
| H A D | ChangeLog.6 | 3494 * varasm.c (assemble_variable): Similarly. 3798 * varasm.c (assemble_variable): Set reloc to 3 for error_mark 4888 * varasm.c (assemble_variable): Set alignment into MEM when changed. 8178 assemble_variable, assemble_trampoline_template, 13718 * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN. 15268 (asm_emit_uninitialised, assemble_variable): Likewise. 16287 * varasm.c (assemble_variable): Create DECL_RTL before setting 16658 (assemble_variable): Remove end of function; debug output is 16694 * varasm.c (assemble_variable): Don't output debug information 16726 * varasm.c (assemble_variable): Don't output debug information
|
| H A D | ChangeLog.3 | 3927 (assemble_start_function, assemble_variable): Clean up string bashing. 6527 * varasm.c (assemble_variable): Add cast to remove warning. 9230 * varasm.c (assemble_variable): Clean up handling of size using 11562 assemble_variable, const_hash, compare_constant_1, 11732 * varasm.c (assemble_variable): Use compare_tree_int. 12903 * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT. 13567 * varasm.c (assemble_variable): Add cast to eliminate warning.
|
| H A D | FSFChangeLog.10 | 1021 (assemble_variable): Delete redundant test for too large an object. 2761 (assemble_variable): Call it. 6880 * varasm.c (assemble_start_function, assemble_variable): 7464 (assemble_variable): Ditto. 9948 * varasm.c (assemble_variable): Consistently use DECL_SIZE for
|
| H A D | ChangeLog.7 | 6129 * varasm.c (assemble_variable): TLS variables can't be common for now. 7594 (assemble_variable): Likewise. 14042 * varasm.c (assemble_variable): Call resolve_unique_section before 14227 (assemble_variable): Use it. 15126 (assemble_start_function, assemble_variable, assemble_alias): Use it. 15202 * varasm.c (assemble_variable): If we can emit bss, put zero 15264 (assemble_variable): Likewise. 20898 * objc/objc-act.c (handle_impent): Use assemble_variable to emit
|
| H A D | ChangeLog.0 | 1401 * varasm.c (assemble_variable): Remove reference to warn_bss_align. 1440 * varasm.c (assemble_variable): Emit alignment warning. 2753 * varasm.c (assemble_variable): Augment alignment warning. 3997 * varasm.c (assemble_variable): Compute the alignment of the data 6559 * varasm.c (assemble_variable): Change type of variable align to size_t.
|
| H A D | ChangeLog.2 | 6143 (asm_emit_uninitialised, assemble_variable): Mark parameter with 6519 (assemble_variable): Use asm_emit_uninitialised to emit an 10199 * varasm.c (assemble_variable): Initialize variable `size_tree'. 11046 assemble_variable, assemble_name): Likewise. 13951 (assemble_variable): Similarly for variables.
|
| H A D | FSFChangeLog | 1170 * varasm.c (assemble_variable): Never put decl with specified section
|
| H A D | ChangeLog.1 | 4565 * varasm.c (assemble_zeros, assemble_variable, 11725 (assemble_variable): Mark parameter `top_level' with 12349 * varasm.c (assemble_start_function, assemble_variable, weak_finish, 12681 * varasm.c (assemble_variable): Handle flag_data_sections.
|
| H A D | ChangeLog | 5849 * varasm.c (assemble_variable): Leave constant zeroes in .rodata. 16833 (assemble_variable): Likewise. 17093 (assemble_variable): Do not duplicate uninitialized logic. 17606 * varasm.c (assemble_variable): Narrow test for uninitialized
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | output.h | 197 extern void assemble_variable (tree, int, int, int);
|
| H A D | coverage.c | 726 assemble_variable (tree_ctr_tables[counter], 0, 0, 0); in build_ctr_info_value() 918 assemble_variable (gcov_info, 0, 0, 0); in create_coverage()
|
| H A D | targhooks.c | 460 assemble_variable (func, 0, 0, 0); in default_external_stack_protect_fail()
|
| H A D | dwarf2asm.c | 785 assemble_variable (decl, 1, 1, 1); in dw2_output_indirect_constant_1()
|
| H A D | passes.c | 164 assemble_variable (decl, top_level, at_end, 0); in rest_of_decl_compilation()
|
| H A D | cgraphunit.c | 864 assemble_variable (decl, 0, 1, 0); in cgraph_varpool_assemble_decl()
|
| H A D | varasm.c | 1721 assemble_variable (tree decl, int top_level ATTRIBUTE_UNUSED, in assemble_variable() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | class.c | 852 assemble_variable (decl, 1, 0, 0);
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 9364 assemble_variable (decl, 1, 0, 0); in handle_impent()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 8513 assemble_variable (decl, 1, 0, 0);
|