Home | History | Annotate | Download | only in bfd

Lines Matching defs:a8_fixes

5484   struct a8_erratum_fix *a8_fixes = *a8_fixes_p;
5715 a8_fixes = (struct a8_erratum_fix *)
5716 bfd_realloc (a8_fixes,
5727 stub_name = a8_fixes[num_a8_fixes].stub_name;
5728 if ((a8_fixes[num_a8_fixes].section != section)
5729 || (a8_fixes[num_a8_fixes].offset != i))
5744 a8_fixes[num_a8_fixes].input_bfd = input_bfd;
5745 a8_fixes[num_a8_fixes].section = section;
5746 a8_fixes[num_a8_fixes].offset = i;
5747 a8_fixes[num_a8_fixes].target_offset =
5749 a8_fixes[num_a8_fixes].orig_insn = insn;
5750 a8_fixes[num_a8_fixes].stub_name = stub_name;
5751 a8_fixes[num_a8_fixes].stub_type = stub_type;
5752 a8_fixes[num_a8_fixes].branch_type =
5770 *a8_fixes_p = a8_fixes;
6389 struct a8_erratum_fix *a8_fixes = NULL;
6399 a8_fixes = (struct a8_erratum_fix *)
6812 if (cortex_a8_erratum_scan (input_bfd, info, &a8_fixes,
6899 a8_fixes[i].section, htab, a8_fixes[i].stub_type);
6905 += find_stub_size_and_template (a8_fixes[i].stub_type, NULL,
6921 char *stub_name = a8_fixes[i].stub_name;
6922 asection *section = a8_fixes[i].section;
6923 unsigned int section_id = a8_fixes[i].section->id;
6941 stub_entry->stub_type = a8_fixes[i].stub_type;
6942 stub_entry->source_value = a8_fixes[i].offset;
6943 stub_entry->target_section = a8_fixes[i].section;
6944 stub_entry->target_value = a8_fixes[i].target_offset;
6945 stub_entry->orig_insn = a8_fixes[i].orig_insn;
6946 stub_entry->branch_type = a8_fixes[i].branch_type;
6948 size = find_stub_size_and_template (a8_fixes[i].stub_type,
6959 htab->a8_erratum_fixes = a8_fixes;