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

/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c527 bfd_size_type raw_size;
559 /* Alpha ecoff makes the determination of raw_size difficult. It has
587 raw_size = raw_end - raw_base;
588 if (raw_size == 0)
593 raw = (PTR) bfd_alloc (abfd, raw_size);
600 || bfd_bread (raw, raw_size, abfd) != raw_size)
524 bfd_size_type raw_size; local
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmips-tdep.c4644 int raw_size = register_size (current_gdbarch, regno); local
4645 char *raw_buffer = alloca (raw_size);
4649 if (raw_size == 8)
4676 int raw_size = register_size (current_gdbarch, regno); local
4678 if (raw_size == 8 && !mips2_fp_compat ())

Completed in 75 milliseconds