Home | History | Annotate | Download | only in bfd

Lines Matching refs:orig_size

7932       unsigned orig_size = 0;
7942 orig_size = 6;
7945 orig_size = 3;
7948 orig_size = 2;
7954 r->offset + orig_size - current_entry->orig_address;
7960 current_entry->orig_address = r->offset + orig_size;
7962 current_entry->new_address = r->offset + orig_size - removed;
9176 bfd_size_type orig_size = sec->size;
9332 BFD_ASSERT (orig_dot <= orig_size);
9338 if (orig_dot != orig_size)
9340 copy_size = orig_size - orig_dot;
9341 BFD_ASSERT (orig_size > orig_dot);
9347 BFD_ASSERT (orig_size == orig_dot);
9351 if (final_size > orig_size)
9362 BFD_ASSERT (final_size <= orig_size);
9363 memset (contents, 0, orig_size);