Home | History | Annotate | Download | only in bfd

Lines Matching defs:edit_node

15784 		  arm_unwind_table_edit *edit_node, *edit_next;
15792 edit_node = edit_list;
15795 edit_next = edit_node->next)
15798 edit_node = edit_next;
15801 if (edit_node->type != DELETE_EXIDX_ENTRY
15802 || edit_node->index != reloc_index)
19464 arm_unwind_table_edit *edit_node
19477 for (in_index = 0, out_index = 0; in_index * 8 < input_size || edit_node;)
19479 if (edit_node)
19481 unsigned int edit_index = edit_node->index;
19494 switch (edit_node->type)
19503 asection *text_sec = edit_node->linked_section;
19539 edit_node = edit_node->next;