Searched refs:constant_pool (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 8588 struct constant_pool struct 8590 struct constant_pool *next; argument 8604 static struct constant_pool * 8607 struct constant_pool *pool; in s390_alloc_pool() 8610 pool = (struct constant_pool *) xmalloc (sizeof *pool); in s390_alloc_pool() 8629 static struct constant_pool * 8630 s390_start_pool (struct constant_pool **pool_list, rtx_insn *insn) in s390_start_pool() 8632 struct constant_pool *pool, **prev; in s390_start_pool() 8648 s390_end_pool (struct constant_pool *pool, rtx_insn *insn) in s390_end_pool() 8662 s390_add_pool_insn (struct constant_pool *pool, rtx insn) in s390_add_pool_insn() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 8805 struct constant_pool struct 8807 struct constant_pool *next; argument 8821 static struct constant_pool * 8824 struct constant_pool *pool; in s390_alloc_pool() 8827 pool = (struct constant_pool *) xmalloc (sizeof *pool); in s390_alloc_pool() 8846 static struct constant_pool * 8847 s390_start_pool (struct constant_pool **pool_list, rtx_insn *insn) in s390_start_pool() 8849 struct constant_pool *pool, **prev; in s390_start_pool() 8865 s390_end_pool (struct constant_pool *pool, rtx_insn *insn) in s390_end_pool() 8879 s390_add_pool_insn (struct constant_pool *pool, rtx insn) in s390_add_pool_insn() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 10649 unsigned char *address_table, *symbol_table, *shortcut_table, *constant_pool; in display_gdb_index() local 10722 constant_pool = start + constant_pool_offset; in display_gdb_index() 10781 constant_pool + name_offset); in display_gdb_index() 10792 num_cus = byte_get_little_endian (constant_pool + cu_vector_offset, 4); in display_gdb_index() 10811 cu = byte_get_little_endian (constant_pool + cu_vector_offset + 4 + j * 4, 4); in display_gdb_index() 10861 printf ("%s\n", constant_pool + name_offset); in display_gdb_index()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 10517 unsigned char *address_table, *symbol_table, *constant_pool; in display_gdb_index() local 10582 constant_pool = start + constant_pool_offset; in display_gdb_index() 10643 constant_pool + name_offset); in display_gdb_index() 10654 num_cus = byte_get_little_endian (constant_pool + cu_vector_offset, 4); in display_gdb_index() 10673 cu = byte_get_little_endian (constant_pool + cu_vector_offset + 4 + j * 4, 4); in display_gdb_index()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2021 | 2205 (struct mapped_index) <symbol_table, constant_pool>: Change type.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 4838 (struct constant_pool): Add members pool_insn, insns, and anchor. 16217 * s390.c (struct constant, struct constant_pool): New data types.
|
H A D | ChangeLog-2008 | 27185 * config/s390/s390.c (struct constant_pool): New field
|
H A D | ChangeLog-2003 | 13214 (struct constant_pool): Remove 'anchor'.
|
H A D | ChangeLog-2004 | 9867 (struct constant_pool): New member 'execute'.
|
H A D | ChangeLog-2014 | 24611 (struct constant_pool): Likewise for field "label". Strengthen
|