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

/haiku-fatelf/src/bin/gdb/opcodes/
H A Diq2000-asm.c163 parse_jtargq10 (cd, strp, opindex, reloc, type_addr, valuep)
168 enum cgen_parse_operand_result *type_addr;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dstabsread.c321 struct type **type_addr;
328 type_addr = dbx_lookup_type (typenums);
333 if (*type_addr == 0)
335 *type_addr = alloc_type (objfile);
338 return (*type_addr);
320 struct type **type_addr; local
H A Dcoffread.c341 struct type **type_addr = coff_lookup_type (index);
342 struct type *type = *type_addr;
350 *type_addr = type;
340 struct type **type_addr = coff_lookup_type (index); local
H A Dhpread.c3082 struct type **type_addr;
3084 type_addr = hpread_lookup_type (hp_type, objfile);
3085 if (*type_addr == 0)
3087 *type_addr = alloc_type (objfile);
3092 TYPE_CPLUS_SPECIFIC (*type_addr)
3096 return *type_addr;
3067 struct type **type_addr; local

Completed in 336 milliseconds