HomeSort by: relevance | last modified time | path
    Searched defs:arc_opcode_hash_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 390 struct arc_opcode_hash_entry struct
399 /* Structure used for iterating through an arc_opcode_hash_entry. */
402 /* Index into the OPCODE element of the arc_opcode_hash_entry. */
697 /* Return a pointer to ARC_OPCODE_HASH_ENTRY that identifies all
701 static const struct arc_opcode_hash_entry *
704 const struct arc_opcode_hash_entry *entry;
724 arc_opcode_hash_entry_iterator_next (const struct arc_opcode_hash_entry *entry,
757 struct arc_opcode_hash_entry *entry;
763 entry = XNEW (struct arc_opcode_hash_entry);
782 struct arc_opcode_hash_entry *entry = (void *) tuple->value
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 390 struct arc_opcode_hash_entry struct
399 /* Structure used for iterating through an arc_opcode_hash_entry. */
402 /* Index into the OPCODE element of the arc_opcode_hash_entry. */
697 /* Return a pointer to ARC_OPCODE_HASH_ENTRY that identifies all
701 static const struct arc_opcode_hash_entry *
704 const struct arc_opcode_hash_entry *entry;
724 arc_opcode_hash_entry_iterator_next (const struct arc_opcode_hash_entry *entry,
757 struct arc_opcode_hash_entry *entry;
763 entry = XNEW (struct arc_opcode_hash_entry);
782 struct arc_opcode_hash_entry *entry = (void *) tuple->value
    [all...]

Completed in 14 milliseconds