Home | History | Annotate | Download | only in bfd

Lines Matching full:native_size

1407   bfd_size_type native_size;
1410 native_size = count * BFD_MACH_O_RELENT_SIZE;
1412 (struct mach_o_reloc_info_external *) bfd_malloc (native_size);
1417 || bfd_bread (native_relocs, native_size, abfd) != native_size)