HomeSort by relevance Sort by last modified time
    Searched refs:hash_find (Results 1 - 25 of 61) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/
hash.h 64 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
macro.c 570 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));
1259 macro = (macro_entry *) hash_find (macro_hash, copy);
1299 if ((macro = (macro_entry *) hash_find (macro_hash, copy)) != NULL
    [all...]
hash.c 298 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"));
  /toolchain/binutils/binutils-2.25/gas/config/
tc-pj.c 189 (char *) hash_find (opcode_hash_control, old));
255 opcode = (pj_opc_info_t *) hash_find (opcode_hash_control, op_start);
tc-tic54x.c 787 struct stag *stag = (struct stag *) hash_find (stag_hash, name);
    [all...]
tc-cr16.c 322 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);
    [all...]
tc-microblaze.c 925 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, name);
1055 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "lwi");
1057 opcode = (struct op_code_struct *) hash_find (opcode_hash_control, "swi");
1089 opcode1 = (struct op_code_struct *) hash_find (opcode_hash_control, "imm");
    [all...]
tc-tilegx.c 1014 void* val = hash_find (spr_hash, name);
1032 void* val = hash_find (special_operator_hash, name);
1094 void* pval = hash_find (main_reg_hash, regname);
    [all...]
tc-tilepro.c 905 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);
    [all...]
tc-i960.c 525 if (symP && (hash_find (reg_hash, S_GET_NAME (symP))))
697 rP = (int *) hash_find (reg_hash, regname);
976 intP = (int *) hash_find (areg_hash, p);
    [all...]
tc-tic30.c 479 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);
672 p_opcode = (partemplate *) hash_find (parop_hash, token);
717 p_opcode = (partemplate *) hash_find (parop_hash, token);
    [all...]
tc-crx.c 211 rreg = (const reg_entry *) hash_find (reg_hash, reg_name);
226 coreg = (const reg_entry *) hash_find (copreg_hash, copreg_name);
    [all...]
tc-d10v.c     [all...]
tc-moxie.c 183 opcode = (moxie_opc_info_t *) hash_find (opcode_hash_control, op_start);
tc-tic4x.c 738 if (hash_find (tic4x_asg_hash, name))
    [all...]
tc-nds32.c     [all...]
tc-xgate.c 497 if (!(opcode_handle = (struct xgate_opcode_handle *) hash_find (xgate_hash,
549 hash_find (xgate_hash, op_name)))
    [all...]
tc-nios2.c 187 ((struct nios2_opcode *) hash_find (nios2_opcode_hash, (NAME)))
192 ((struct nios2_reg *) hash_find (nios2_reg_hash, (NAME)))
198 ((nios2_ps_insn_infoS *) hash_find (nios2_ps_hash, (NAME)))
    [all...]
obj-coff-seh.c 130 return (struct seh_seg_list *) hash_find (seh_hash, name);
tc-dlx.c 697 if ((insn = (struct machine_opcode *) hash_find (op_hash, str)) == NULL)
tc-aarch64.c 1190 if ((new = hash_find (aarch64_reg_hsh, str)) != 0)
1242 old = hash_find (aarch64_reg_hsh, oldname);
    [all...]
tc-avr.c 740 m.ptr = hash_find (avr_mod_hash, op);
    [all...]
tc-i370.c     [all...]
tc-m68hc11.c 1019 opc = (struct m68hc11_opcode_def *) hash_find (m68hc11_hash, name);
    [all...]
tc-s390.c     [all...]

Completed in 419 milliseconds

1 2 3