Searched refs:constant_pool (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.c5282 struct constant_pool
5284 struct constant_pool *next;
5295 /* Allocate new constant_pool structure. */
5297 static struct constant_pool *
5300 struct constant_pool *pool;
5303 pool = (struct constant_pool *) xmalloc (sizeof *pool);
5321 static struct constant_pool *
5322 s390_start_pool (struct constant_pool **pool_list, rtx insn)
5324 struct constant_pool *pool, **prev;
5340 s390_end_pool (struct constant_pool *poo
5281 struct constant_pool struct
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.c5761 struct constant_pool
5763 struct constant_pool *next;
5775 /* Allocate new constant_pool structure. */
5777 static struct constant_pool *
5780 struct constant_pool *pool;
5783 pool = (struct constant_pool *) xmalloc (sizeof *pool);
5802 static struct constant_pool *
5803 s390_start_pool (struct constant_pool **pool_list, rtx insn)
5805 struct constant_pool *pool, **prev;
5821 s390_end_pool (struct constant_pool *poo
5760 struct constant_pool struct
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c4878 unsigned char *address_table, *symbol_table, *constant_pool; local
4927 constant_pool = start + constant_pool_offset;
4978 printf ("[%3u] %s:", i, constant_pool + name_offset);
4979 num_cus = byte_get_little_endian (constant_pool + cu_vector_offset, 4);
4982 cu = byte_get_little_endian (constant_pool + cu_vector_offset + 4 + j * 4, 4);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2read.c166 const char *constant_pool; member in struct:mapped_index
2044 str = index->constant_pool + MAYBE_SWAP (index->symbol_table[i]);
2047 *vec_out = (offset_type *) (index->constant_pool
2125 map->constant_pool = addr + MAYBE_SWAP (metadata[i]);
2636 name = index->constant_pool + MAYBE_SWAP (index->symbol_table[idx]);
2643 vec = (offset_type *) (index->constant_pool
15965 struct obstack contents, addr_obstack, constant_pool, symtab_obstack;
16080 obstack_init (&constant_pool);
16081 make_cleanup_obstack_free (&constant_pool);
16084 write_hash_table (symtab, &symtab_obstack, &constant_pool);
15961 struct obstack contents, addr_obstack, constant_pool, symtab_obstack; local
[all...]

Completed in 356 milliseconds