Home | History | Annotate | Download | only in bfd

Lines Matching defs:text_action

5428 typedef struct text_action_struct text_action;
5483 static text_action *
5486 text_action a;
5497 return (text_action *)node->value;
5503 compute_removed_action_diff (const text_action *ta,
5539 adjust_fill_action (text_action *ta, int fill_diff)
5548 text_action *pa = (text_action *)a;
5549 text_action *pb = (text_action *)b;
5573 static text_action *
5577 return node ? (text_action *)node->value : NULL;
5580 static text_action *
5581 action_next (text_action_list *action_list, text_action *action)
5585 return node ? (text_action *)node->value : NULL;
5600 text_action *ta;
5601 text_action a;
5620 ta = (text_action *)node->value;
5628 ta = (text_action *) bfd_zmalloc (sizeof (text_action));
5645 text_action *ta;
5653 ta = (text_action *) bfd_zmalloc (sizeof (text_action));
5675 text_action **p_start_action,
5679 text_action *r;
5687 BFD_ASSERT (node != NULL && r == (text_action *)node->value);
5712 text_action *r = action_first (action_list);
5736 text_action *r = (text_action *)node->value;
5833 static text_action *
5844 text_action a;
5855 return (text_action *)node->value;
5864 print_action (FILE *fp, text_action *r)
5897 text_action *r = (text_action *)node->value;
8438 text_action *r = (text_action *)node->value;
9041 text_action *fa;
9272 text_action *fa;
9340 text_action *fa, *target_fa;
9484 text_action *action = (text_action *)node->value;
9580 text_action *action =
9841 text_action *action;