Searched refs:pool_offset (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | varasm.c | 103 #define pool_offset (cfun->varasm->x_pool_offset) macro 3231 pool_offset += (align / BITS_PER_UNIT) - 1; 3232 pool_offset &= ~ ((align / BITS_PER_UNIT) - 1); 3244 pool->offset = pool_offset; 3254 pool_offset += GET_MODE_SIZE (mode); 3363 return pool_offset; in get_pool_size() 3383 ASM_OUTPUT_POOL_PROLOGUE (asm_out_file, fnname, fndecl, pool_offset); 3513 ASM_OUTPUT_POOL_EPILOGUE (asm_out_file, fnname, fndecl, pool_offset);
|
| H A D | ChangeLog.2 | 9126 last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain. 9172 last_pool, pool_offset, const_double_chain): Delete global
|