Searched refs:type_addr (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | iq2000-asm.c | 162 parse_jtargq10 (cd, strp, opindex, reloc, type_addr, valuep) in parse_jtargq10() argument 167 enum cgen_parse_operand_result *type_addr;
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | iq2000.opc | 169 parse_jtargq10 (cd, strp, opindex, reloc, type_addr, valuep) 174 enum cgen_parse_operand_result *type_addr;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | stabsread.c | 320 struct type **type_addr; in dbx_alloc_type() local 327 type_addr = dbx_lookup_type (typenums); in dbx_alloc_type() 332 if (*type_addr == 0) in dbx_alloc_type() 334 *type_addr = alloc_type (objfile); in dbx_alloc_type() 337 return (*type_addr); in dbx_alloc_type()
|
| H A D | coffread.c | 340 struct type **type_addr = coff_lookup_type (index); in coff_alloc_type() local 341 struct type *type = *type_addr; in coff_alloc_type() 349 *type_addr = type; in coff_alloc_type()
|
| H A D | hpread.c | 3067 struct type **type_addr; in hpread_alloc_type() local 3069 type_addr = hpread_lookup_type (hp_type, objfile); in hpread_alloc_type() 3070 if (*type_addr == 0) in hpread_alloc_type() 3072 *type_addr = alloc_type (objfile); in hpread_alloc_type() 3077 TYPE_CPLUS_SPECIFIC (*type_addr) in hpread_alloc_type() 3081 return *type_addr; in hpread_alloc_type()
|
| H A D | ChangeLog-1998 | 1012 (hpread_alloc_type): Reset type_addr only if a type was allocated.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | m32c-asm.c | 529 enum cgen_parse_operand_result *type_addr, in parse_lab_5_3() argument 539 if (type_addr) in parse_lab_5_3() 540 *type_addr = op_res; in parse_lab_5_3()
|
| H A D | iq2000-asm.c | 167 enum cgen_parse_operand_result *type_addr ATTRIBUTE_UNUSED, in parse_jtargq10()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | m32c.opc | 559 enum cgen_parse_operand_result *type_addr, 569 if (type_addr) 570 *type_addr = op_res;
|
| H A D | iq2000.opc | 171 enum cgen_parse_operand_result *type_addr ATTRIBUTE_UNUSED,
|