Lines Matching refs:tic6x_unwind_table_edit
86 typedef struct tic6x_unwind_table_edit struct
94 struct tic6x_unwind_table_edit *next; argument
96 tic6x_unwind_table_edit; typedef
114 tic6x_unwind_table_edit *unwind_edit_list;
115 tic6x_unwind_table_edit *unwind_edit_tail;
3951 elf32_tic6x_add_unwind_table_edit (tic6x_unwind_table_edit **head, in elf32_tic6x_add_unwind_table_edit()
3952 tic6x_unwind_table_edit **tail, in elf32_tic6x_add_unwind_table_edit()
3957 tic6x_unwind_table_edit *new_edit = (tic6x_unwind_table_edit *) in elf32_tic6x_add_unwind_table_edit()
3958 xmalloc (sizeof (tic6x_unwind_table_edit)); in elf32_tic6x_add_unwind_table_edit()
4097 tic6x_unwind_table_edit *unwind_edit_head = NULL; in elf32_tic6x_fix_exidx_coverage()
4098 tic6x_unwind_table_edit *unwind_edit_tail = NULL; in elf32_tic6x_fix_exidx_coverage()
4260 tic6x_unwind_table_edit *edit_node in elf32_tic6x_write_section()