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

  /src/external/gpl3/gdb/dist/sim/ppc/
ld-insn.c 682 insn_table *cur_entry = *ptr_to_cur_entry; local
685 while (cur_entry != NULL
686 && cur_entry->opcode_nr < new_opcode_nr) {
687 ptr_to_cur_entry = &cur_entry->sibling;
688 cur_entry = *ptr_to_cur_entry;
691 if (cur_entry == NULL || cur_entry->opcode_nr != new_opcode_nr) {
696 new_entry->sibling = cur_entry;
699 cur_entry = new_entry;
702 /* ASSERT new_bits == cur_entry bits *
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-insn.c 682 insn_table *cur_entry = *ptr_to_cur_entry; local
685 while (cur_entry != NULL
686 && cur_entry->opcode_nr < new_opcode_nr) {
687 ptr_to_cur_entry = &cur_entry->sibling;
688 cur_entry = *ptr_to_cur_entry;
691 if (cur_entry == NULL || cur_entry->opcode_nr != new_opcode_nr) {
696 new_entry->sibling = cur_entry;
699 cur_entry = new_entry;
702 /* ASSERT new_bits == cur_entry bits *
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
jit.c 1166 struct jit_code_entry cur_entry; local
1202 cur_entry_addr = cur_entry.next_entry)
1204 jit_read_code_entry (gdbarch, cur_entry_addr, &cur_entry);
1211 jit_register_code (gdbarch, cur_entry_addr, &cur_entry);
  /src/external/gpl3/gdb/dist/gdb/
jit.c 1168 struct jit_code_entry cur_entry; local
1204 cur_entry_addr = cur_entry.next_entry)
1206 jit_read_code_entry (gdbarch, cur_entry_addr, &cur_entry);
1213 jit_register_code (gdbarch, cur_entry_addr, &cur_entry);
  /src/usr.sbin/sysinst/
partman.c 2998 struct part_entry *cur_entry = ((struct part_entry *)arg)+i; local
3001 cur_entry->dev_ptr = pm_i;
3002 cur_entry->id = NO_PART;
3003 cur_entry->install = install;
3005 cur_entry->type = PM_SPEC;
3010 cur_entry->type = PM_DISK;
3034 cur_entry = ((struct part_entry *)arg)+i;
3037 cur_entry->parts = pm_i->parts;
3038 cur_entry->dev_ptr = pm_i;
3039 cur_entry->install = install
    [all...]

Completed in 22 milliseconds