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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c7887 struct constant_pool
7889 struct constant_pool *next;
7901 /* Allocate new constant_pool structure. */
7903 static struct constant_pool *
7906 struct constant_pool *pool;
7909 pool = (struct constant_pool *) xmalloc (sizeof *pool);
7928 static struct constant_pool *
7929 s390_start_pool (struct constant_pool **pool_list, rtx_insn *insn)
7931 struct constant_pool *pool, **prev;
7947 s390_end_pool (struct constant_pool *poo
7886 struct constant_pool struct
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c6775 unsigned char *address_table, *symbol_table, *constant_pool; local
6869 constant_pool = start + constant_pool_offset;
6928 adr = constant_pool + name_offset;
6930 if (adr < constant_pool || adr >= section->start + section->size)
6939 constant_pool + name_offset);
6941 adr = constant_pool + cu_vector_offset;
6942 if (adr < constant_pool || adr >= section->start + section->size - 3)
6952 adr = constant_pool + cu_vector_offset + 4 + num_cus * 4;
6955 || adr < constant_pool)
6971 cu = byte_get_little_endian (constant_pool
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djava-tree.h147 typedef struct CPool constant_pool; typedef in typeref:struct:CPool
/haiku-buildtools/gcc/gcc/java/
H A Djava-tree.h135 typedef struct CPool constant_pool; typedef in typeref:struct:CPool

Completed in 142 milliseconds