Home
last modified time | relevance | path

Searched refs:type_addr (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Diq2000-asm.c162 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 Diq2000.opc169 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 Dstabsread.c320 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 Dcoffread.c340 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 Dhpread.c3067 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 DChangeLog-19981012 (hpread_alloc_type): Reset type_addr only if a type was allocated.
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm32c-asm.c529 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 Diq2000-asm.c167 enum cgen_parse_operand_result *type_addr ATTRIBUTE_UNUSED, in parse_jtargq10()
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dm32c.opc559 enum cgen_parse_operand_result *type_addr,
569 if (type_addr)
570 *type_addr = op_res;
H A Diq2000.opc171 enum cgen_parse_operand_result *type_addr ATTRIBUTE_UNUSED,