Lines Matching refs:entry

467 /* Structure for a hash table entry for a register.
2776 unsigned int entry;
2781 for (entry = 0; entry < pool->next_free_entry; entry ++)
2783 if ((pool->literals[entry].X_op == inst.reloc.exp.X_op)
2785 && (pool->literals[entry].X_add_number
2787 && (pool->literals[entry].X_unsigned
2791 if ((pool->literals[entry].X_op == inst.reloc.exp.X_op)
2793 && (pool->literals[entry].X_add_number
2795 && (pool->literals[entry].X_add_symbol
2797 && (pool->literals[entry].X_op_symbol
2802 /* Do we need to create a new entry? */
2803 if (entry == pool->next_free_entry)
2805 if (entry >= MAX_LITERAL_POOL_SIZE)
2811 pool->literals[entry] = inst.reloc.exp;
2816 inst.reloc.exp.X_add_number = ((int) entry) * 4;
2877 unsigned int entry;
2908 for (entry = 0; entry < pool->next_free_entry; entry ++)
2910 emit_expr (&(pool->literals[entry]), 4); /* .word */
3081 /* Parse a handlerdata directive. Creates the exception handling table entry
3094 /* Parse an unwind_fnend directive. Generates the index table entry. */
3105 /* Add eh table entry. */
3111 /* Add index table entry. This is two words. */
3142 /* Inline exception table entry. */
3145 /* Self relative offset of the table entry. */
4401 /* Group relocation information. Each entry in the table contains the
4484 otherwise. On success, *entry will be updated to point at the relevant
4485 group_reloc_table entry. */
4531 struct group_reloc_table_entry *entry;
4539 if (find_group_reloc_table_entry (str, &entry) == FAIL)
4545 /* We now have the group relocation table entry corresponding to
4551 inst.reloc.type = entry->alu_code;
4674 struct group_reloc_table_entry *entry;
4684 if (find_group_reloc_table_entry (&p, &entry) == FAIL)
4690 /* We now have the group relocation table entry corresponding to
4700 inst.reloc.type = entry->ldr_code;
4704 inst.reloc.type = entry->ldrs_code;
4708 inst.reloc.type = entry->ldc_code;
9015 the (interfacearm) attribute. We look for the Thumb entry point to that
14429 they exist inside Thumb code, are not the entry points for
17333 /* Start an exception table entry. If idx is nonzero this is an index table
17334 entry. */
17410 /* Start an unwind table entry. HAVE_DATA is nonzero if we have additional
17412 and inline entry. */
17451 /* Space for the personality routine entry. */
17493 /* Allocate the table entry. */
19298 vtable entry to be used in the relocation's section offset. */
19352 the (interfacearm) attribute. We look for the Thumb entry point to that
20767 /* Skip the first "all" entry. */
20808 /* Skip the first "all" entry. */
20870 /* Skip the first "all" entry. */