Searched refs:output_constructor (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | varasm.c | 159 static void output_constructor PARAMS ((tree, HOST_WIDE_INT, 4052 output_constructor (exp, size, align); 4084 output_constructor (exp, size, align); 4164 output_constructor (exp, size, align) in output_constructor() function
|
H A D | ChangeLog.6 | 3955 (output_constructor): SIZE now HOST_WIDE_INT. 4145 * varasm.c (output_constructor): Use assemble_integer rather 13564 (assemble_real, output_constant, output_constructor): Likewise. 13580 (output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does
|
H A D | ChangeLog.4 | 3351 (output_constructor): Use it for arrays of unspecified length. 9993 * varasm.c (output_constructor): Don't access lower bound of array 12271 * varasm.c (output_constructor): Add .align 0 for packed vars.
|
H A D | ChangeLog.5 | 13911 (output_constructor): Add commentary regarding zero length 14021 * varasm.c (output_constructor): Use HOST_WIDE_INT for sizes. 14093 * varasm.c (output_constructor): Update for sizeof change to
|
H A D | ChangeLog.3 | 9233 (output_constructor): bitpos and offsets are HOST_WIDE_INT; 12903 * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT. 16742 * varasm.c (output_constructor): Likewise for `byte'.
|
H A D | ChangeLog.2 | 2291 * varasm.c (output_constructor): Solve problem with long long 2449 * varasm.c (output_constructor) Solved problem with long long
|
H A D | FSFChangeLog.11 | 3746 * varasm.c (output_constructor): Correctly check for 12602 * varasm.c (output_constructor): Handle RANGE_EXPR in array index.
|
H A D | ChangeLog.1 | 5228 * varasm.c (output_constructor): Additional comment about the
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | varasm.c | 127 static void output_constructor (tree, unsigned HOST_WIDE_INT, unsigned int); 4100 output_constructor (exp, size, align); in output_constant() 4138 output_constructor (exp, size, align); in output_constant() 4198 output_constructor (tree exp, unsigned HOST_WIDE_INT size, in output_constructor() function
|