Home
last modified time | relevance | path

Searched refs:current_entry (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcgen-opc.c165 search.current_entry = NULL; in cgen_keyword_search_init()
180 if (search->current_entry != NULL in cgen_keyword_search_next()
182 && search->current_entry->next_name != NULL) in cgen_keyword_search_next()
184 search->current_entry = search->current_entry->next_name; in cgen_keyword_search_next()
185 return search->current_entry; in cgen_keyword_search_next()
189 if (search->current_entry != NULL) in cgen_keyword_search_next()
194 search->current_entry = search->table->name_hash_table[search->current_hash]; in cgen_keyword_search_next()
195 if (search->current_entry != NULL) in cgen_keyword_search_next()
196 return search->current_entry; in cgen_keyword_search_next()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-opc.c165 search.current_entry = NULL; in cgen_keyword_search_init()
180 if (search->current_entry != NULL in cgen_keyword_search_next()
182 && search->current_entry->next_name != NULL) in cgen_keyword_search_next()
184 search->current_entry = search->current_entry->next_name; in cgen_keyword_search_next()
185 return search->current_entry; in cgen_keyword_search_next()
189 if (search->current_entry != NULL) in cgen_keyword_search_next()
194 search->current_entry = search->table->name_hash_table[search->current_hash]; in cgen_keyword_search_next()
195 if (search->current_entry != NULL) in cgen_keyword_search_next()
196 return search->current_entry; in cgen_keyword_search_next()
/netbsd-src/sys/arch/acorn32/stand/boot32/
H A Dboot32.c235 u_long *current_entry; in compact_relocations() local
237 current_entry = reloc_entry = reloc_instruction_table + 1; in compact_relocations()
256 current_entry[2] = current_length; in compact_relocations()
258 current_entry += 3; in compact_relocations()
259 current_src = current_entry[0] = src; in compact_relocations()
260 current_destination = current_entry[1] = destination; in compact_relocations()
266 current_entry[2] = current_length; in compact_relocations()
267 current_entry += 3; in compact_relocations()
270 length = current_entry - (reloc_instruction_table + 1); in compact_relocations()
277 reloc_pos = current_entry; in compact_relocations()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c8413 xlate_map_entry_t *current_entry; member
8444 ctx->current_entry->size = in xlate_map_fn()
8445 r->offset + orig_size - ctx->current_entry->orig_address; in xlate_map_fn()
8446 if (ctx->current_entry->size != 0) in xlate_map_fn()
8448 ctx->current_entry++; in xlate_map_fn()
8451 ctx->current_entry->orig_address = r->offset + orig_size; in xlate_map_fn()
8453 ctx->current_entry->new_address = r->offset + orig_size - ctx->removed; in xlate_map_fn()
8454 ctx->current_entry->size = 0; in xlate_map_fn()
8484 ctx.current_entry = &ctx.map->entry[0]; in build_xlate_map()
8486 ctx.current_entry->orig_address = 0; in build_xlate_map()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c8420 xlate_map_entry_t *current_entry; member
8451 ctx->current_entry->size = in xlate_map_fn()
8452 r->offset + orig_size - ctx->current_entry->orig_address; in xlate_map_fn()
8453 if (ctx->current_entry->size != 0) in xlate_map_fn()
8455 ctx->current_entry++; in xlate_map_fn()
8458 ctx->current_entry->orig_address = r->offset + orig_size; in xlate_map_fn()
8460 ctx->current_entry->new_address = r->offset + orig_size - ctx->removed; in xlate_map_fn()
8461 ctx->current_entry->size = 0; in xlate_map_fn()
8491 ctx.current_entry = &ctx.map->entry[0]; in build_xlate_map()
8493 ctx.current_entry->orig_address = 0; in build_xlate_map()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c769 unw_rec_list *current_entry; member
984 for (ptr = unwind.current_entry; ptr; ptr = ptr->next) in ia64_flush_insns()
1017 unwind.current_entry = NULL; in ia64_flush_insns()
1706 if (cur == unwind.current_entry) in check_pending_save()
1707 unwind.current_entry = cur->next; in check_pending_save()
3256 if (unwind.current_entry == NULL) in add_unwind_entry()
3257 unwind.current_entry = ptr; in add_unwind_entry()
3261 if (unwind.current_entry == NULL) in add_unwind_entry()
3262 unwind.current_entry = ptr; in add_unwind_entry()
3692 unwind.list = unwind.tail = unwind.current_entry = NULL; in generate_unwind_image()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.c770 unw_rec_list *current_entry; member
985 for (ptr = unwind.current_entry; ptr; ptr = ptr->next) in ia64_flush_insns()
1018 unwind.current_entry = NULL; in ia64_flush_insns()
1707 if (cur == unwind.current_entry) in check_pending_save()
1708 unwind.current_entry = cur->next; in check_pending_save()
3257 if (unwind.current_entry == NULL) in add_unwind_entry()
3258 unwind.current_entry = ptr; in add_unwind_entry()
3262 if (unwind.current_entry == NULL) in add_unwind_entry()
3263 unwind.current_entry = ptr; in add_unwind_entry()
3693 unwind.list = unwind.tail = unwind.current_entry = NULL; in generate_unwind_image()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dcgen.h560 CGEN_KEYWORD_ENTRY *current_entry; member
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dcgen.h560 CGEN_KEYWORD_ENTRY *current_entry; member