Searched refs:movm_args (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dmn10300-tdep.c351 set_movm_offsets (struct frame_info *fi, int movm_args) argument
355 if (fi == NULL || movm_args == 0)
358 if (movm_args & movm_other_bit)
372 if (movm_args & movm_a3_bit)
377 if (movm_args & movm_a2_bit)
382 if (movm_args & movm_d3_bit)
387 if (movm_args & movm_d2_bit)
394 if (movm_args & movm_exother_bit)
404 if (movm_args & movm_exreg1_bit)
412 if (movm_args
524 int status, movm_args = 0; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-m10300.c73 unsigned char movm_args; member in struct:elf32_mn10300_link_hash_entry
76 by the movm instruction. This is redundant with movm_args, but we
1582 || (entry->stack_size == 0 && entry->movm_args == 0)
1598 if (entry->movm_args)
1843 (ie movm_args). */
2104 if (sym_hash->movm_args)
2158 if (sym_hash->movm_args)
2448 bfd_put_8 (abfd, h->movm_args, contents + irel->r_offset + 4);
2556 bfd_put_8 (abfd, h->movm_args, contents + irel->r_offset + 2);
3356 hash->movm_args
[all...]

Completed in 53 milliseconds