Lines Matching refs:ta
5464 compute_removed_action_diff (const text_action *ta,
5473 if (ta)
5474 current_removed = ta->removed_bytes;
5476 BFD_ASSERT (ta == NULL || ta->offset == offset);
5477 BFD_ASSERT (ta == NULL || ta->action == ta_fill);
5500 adjust_fill_action (text_action *ta, int fill_diff)
5502 ta->removed_bytes += fill_diff;
5519 text_action *ta;
5550 ta = (text_action *) bfd_zmalloc (sizeof (text_action));
5551 ta->action = action;
5552 ta->sec = sec;
5553 ta->offset = offset;
5554 ta->removed_bytes = removed;
5555 ta->next = (*m_p);
5556 *m_p = ta;
5568 text_action *ta;
5584 ta = (text_action *) bfd_zmalloc (sizeof (text_action));
5585 ta->action = action;
5586 ta->sec = sec;
5587 ta->offset = offset;
5588 ta->virtual_offset = virtual_offset;
5589 ta->value = *value;
5590 ta->removed_bytes = removed;
5591 ta->next = (*m_p);
5592 *m_p = ta;