Home | History | Annotate | Download | only in bfd

Lines Matching defs:bpodata

1144 	struct bpo_reloc_section_info *bpodata
1150 if (bpodata == NULL)
1180 bpo_greg_section = bpodata->bpo_greg_section;
1182 bpo_index = gregdata->bpo_reloc_indexes[bpodata->bpo_index++];
1827 struct bpo_reloc_section_info *bpodata = NULL;
1892 if (bpodata == NULL)
1896 bpodata = (struct bpo_reloc_section_info *)
1900 if (bpodata == NULL)
1902 mmix_elf_section_data (sec)->bpo.reloc = bpodata;
1903 bpodata->first_base_plus_offset_reloc
1904 = bpodata->bpo_index
1906 bpodata->bpo_greg_section
1908 bpodata->n_bpo_relocs_this_section = 0;
1911 bpodata->n_bpo_relocs_this_section++;
2528 struct bpo_reloc_section_info *bpodata
2551 || (bpodata == NULL
2557 if (bpodata != NULL)
2559 bpo_gregs_section = bpodata->bpo_greg_section;
2561 bpono = bpodata->first_base_plus_offset_reloc;