Searched refs:hash_find (Results 1 - 25 of 109) sorted by relevance

12345

/haiku-buildtools/legacy/binutils/gas/
H A Dhash.h64 extern PTR hash_find (struct hash_control *, const char *key);
66 /* As hash_find, but KEY is of length LEN and is not guaranteed to be
H A Dmacro.c591 if (! hash_find (macro->formal_hash, name))
630 if (hash_find (macro->formal_hash, name))
712 if (hash_find (macro_hash, macro->name))
759 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (t));
913 if (! hash_find (formal_hash, name))
967 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (&t));
1097 ptr = (formal_entry *) hash_find (m->formal_hash, sb_terminate (&t));
1193 ptr = (formal_entry *) hash_find (m->formal_hash, sb_terminate (&t));
1255 macro = (macro_entry *) hash_find (macro_hash, copy);
1313 if ((macro = hash_find (macro_has
[all...]
H A Dhash.c318 hash_find (struct hash_control *table, const char *key) function
329 /* As hash_find, but KEY is of length LEN and is not guaranteed to be
503 p = hash_find (h, name = what ("symbol"));
/haiku-buildtools/binutils/gas/
H A Dhash.h64 extern void *hash_find (struct hash_control *, const char *key);
66 /* As hash_find, but KEY is of length LEN and is not guaranteed to be
H A Dmacro.c570 if (! hash_find (macro->formal_hash, name))
609 if (hash_find (macro->formal_hash, name))
711 if (hash_find (macro_hash, macro->name))
758 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (t));
916 if (! hash_find (formal_hash, name))
970 ptr = (formal_entry *) hash_find (formal_hash, sb_terminate (&t));
1099 ptr = (formal_entry *) hash_find (m->formal_hash, sb_terminate (&t));
1197 ptr = (formal_entry *) hash_find (m->formal_hash, sb_terminate (&t));
1257 macro = (macro_entry *) hash_find (macro_hash, copy);
1298 if ((macro = (macro_entry *) hash_find (macro_has
[all...]
H A Dhash.c298 hash_find (struct hash_control *table, const char *key) function
309 /* As hash_find, but KEY is of length LEN and is not guaranteed to be
482 p = hash_find (h, name = what ("symbol"));
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-pj.c190 (char *) hash_find (opcode_hash_control, old));
256 opcode = (pj_opc_info_t *) hash_find (opcode_hash_control, op_start);
H A Dtc-tic54x.c918 struct stag *stag = (struct stag *) hash_find (stag_hash, name);
2902 if (hash_find (reg_hash, a))
2904 if (hash_find (mmreg_hash, a))
2916 struct stag *stag = (struct stag *) hash_find (stag_hash, name);
3268 if (hash_find (op_hash, tm->name))
3278 if (hash_find (parop_hash, tm->name))
3541 || hash_find (mmreg_hash, operand->buf) != 0);
3587 return hash_find (sbit_hash, operand->buf) != 0 || is_absolute (operand);
3589 return hash_find (cc_hash, operand->buf) != 0;
3591 return hash_find (cc2_has
[all...]
H A Dtc-maxq.c867 current_templates = (MAXQ20_OPCODES *) hash_find (op_hash, temp);
1018 r = (reg_entry *) hash_find (reg_hash, reg_name_given);
1055 b = (bit_name *) hash_find (bit_hash, reg_string);
1445 m = (mem_access *) hash_find (mem_hash, mem_name_given);
2093 (mem_access_syntax *) hash_find (mem_syntax_hash,
2125 (mem_access_syntax *) hash_find (mem_syntax_hash,
2176 (mem_access_syntax *) hash_find (mem_syntax_hash,
2423 (mem_access_syntax *) hash_find (mem_syntax_hash,
H A Dtc-i960.c530 if (symP && (hash_find (reg_hash, S_GET_NAME (symP))))
702 rP = (int *) hash_find (reg_hash, regname);
981 intP = (int *) hash_find (areg_hash, p);
1650 oP = (struct i960_opcode *) hash_find (op_hash, args[0]);
H A Dtc-tic30.c479 it from the buffer so it can pass through hash_find(). */
536 ind_addr_op = (ind_addr_type *) hash_find (ind_hash, ind_buffer);
571 reg *regop = (reg *) hash_find (reg_hash, token);
674 p_opcode = (partemplate *) hash_find (parop_hash, token);
719 p_opcode = (partemplate *) hash_find (parop_hash, token);
1466 opcode = (template *) hash_find (op_hash, token_start);
H A Dtc-crx.c210 reg = (const reg_entry *) hash_find (reg_hash, reg_name);
225 copreg = (const reg_entry *) hash_find (copreg_hash, copreg_name);
2032 instruction = (const inst *) hash_find (crx_inst_hash, op);
H A Dtc-d10v.c1464 *opcode = (struct d10v_opcode *) hash_find (d10v_hash, name);
1593 rep = (struct d10v_opcode *) hash_find (d10v_hash, "rep");
1594 repi = (struct d10v_opcode *) hash_find (d10v_hash, "repi");
/haiku-buildtools/binutils/gas/config/
H A Dtc-pj.c189 (char *) hash_find (opcode_hash_control, old));
255 opcode = (pj_opc_info_t *) hash_find (opcode_hash_control, op_start);
H A Dtc-tic54x.c773 struct stag *stag = (struct stag *) hash_find (stag_hash, name);
2684 if (hash_find (reg_hash, a))
2686 if (hash_find (mmreg_hash, a))
2696 struct stag *stag = (struct stag *) hash_find (stag_hash, name);
2991 if (hash_find (op_hash, tm->name))
3001 if (hash_find (parop_hash, tm->name))
3256 || hash_find (mmreg_hash, operand->buf) != 0);
3300 return hash_find (sbit_hash, operand->buf) != 0 || is_absolute (operand);
3302 return hash_find (cc_hash, operand->buf) != 0;
3304 return hash_find (cc2_has
[all...]
H A Dtc-microblaze.c931 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, name);
1061 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "lwi");
1063 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "swi");
1095 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm");
1548 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm");
1614 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm");
1687 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm");
2100 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm");
2147 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm");
H A Dtc-cr16.c322 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
343 rreg = (const reg_entry *) hash_find (regp_hash, tmp_rp);
346 rreg = (const reg_entry *) hash_find (regp_hash, reg_name);
361 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
376 rreg = (const reg_entry *) hash_find (regp_hash, reg_name);
397 prreg = (const reg_entry *) hash_find (preg_hash, preg_name);
412 prreg = (const reg_entry *) hash_find (pregp_hash, preg_name);
2502 instruction = (const inst *) hash_find (cr16_inst_hash, op);
2569 instruction = (const inst *) hash_find (cr16_inst_hash, op);
H A Dtc-tilegx.c1015 void* val = hash_find (spr_hash, name);
1033 void* val = hash_find (special_operator_hash, name);
1100 pval = hash_find (main_reg_hash, regname);
1245 op = hash_find(op_hash, str);
H A Dtc-tilepro.c905 void *val = hash_find (spr_hash, name);
924 void *val = hash_find (special_operator_hash, name);
986 void* pval = hash_find (main_reg_hash, regname);
1130 op = hash_find(op_hash, str);
H A Dtc-i960.c525 if (symP && (hash_find (reg_hash, S_GET_NAME (symP))))
698 rP = (int *) hash_find (reg_hash, regname);
977 intP = (int *) hash_find (areg_hash, p);
1646 oP = (struct i960_opcode *) hash_find (op_hash, args[0]);
H A Dtc-ft32.c224 opcode = (ft32_opc_info_t *) hash_find (opcode_hash_control, op_start);
H A Dtc-tic30.c479 it from the buffer so it can pass through hash_find(). */
541 ind_addr_op = (ind_addr_type *) hash_find (ind_hash, ind_buffer);
580 reg *regop = (reg *) hash_find (reg_hash, token);
677 p_opcode = (partemplate *) hash_find (parop_hash, token);
722 p_opcode = (partemplate *) hash_find (parop_hash, token);
1469 op = (insn_template *) hash_find (op_hash, token_start);
H A Dtc-nds32.c2138 if (s [0] == '$' && hash_find (nds32_gprs_hash, (s + 1)))
2150 k = hash_find (nds32_gprs_hash, s);
3004 op = hash_find (nds32_pseudo_opcode_hash, opcode->opcode);
3032 return hash_find (nds32_pseudo_opcode_hash, op);
3736 relocs = hash_find (nds32_hint_hash, name);
4835 relax_info = hash_find (nds32_relax_info_hash, opc);
5544 relax_info = hash_find (nds32_relax_info_hash, opcode->opcode);
5820 relax_info = hash_find (nds32_relax_info_hash, opcode->opcode);
5880 relax_info = hash_find (nds32_relax_info_hash, opcode->opcode);
6736 struct nds32_keyword *sym = hash_find (nds32_gprs_has
[all...]
H A Dtc-crx.c211 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
226 coreg = (const reg_entry *) hash_find (copreg_hash, copreg_name);
1989 instruction = (const inst *) hash_find (crx_inst_hash, op);
H A Dtc-d10v.c1433 *opcode = (struct d10v_opcode *) hash_find (d10v_hash, name);
1561 rep = (struct d10v_opcode *) hash_find (d10v_hash, "rep");
1562 repi = (struct d10v_opcode *) hash_find (d10v_hash, "repi");

Completed in 503 milliseconds

12345