Lines Matching defs:abfd

140 spu_elf_info_to_howto (bfd *abfd ATTRIBUTE_UNUSED,
152 spu_elf_reloc_type_lookup (bfd *abfd ATTRIBUTE_UNUSED,
164 spu_elf_reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED,
180 spu_elf_rel9 (bfd *abfd, arelent *reloc_entry, asymbol *symbol,
192 return bfd_elf_generic_reloc (abfd, reloc_entry, symbol, data,
195 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
197 octets = reloc_entry->address * bfd_octets_per_byte (abfd);
215 insn = bfd_get_32 (abfd, (bfd_byte *) data + octets);
222 bfd_put_32 (abfd, insn, (bfd_byte *) data + octets);
227 spu_elf_new_section_hook (bfd *abfd, asection *sec)
233 sdata = bfd_zalloc (abfd, sizeof (*sdata));
239 return _bfd_elf_new_section_hook (abfd, sec);
246 spu_elf_backend_symbol_processing (bfd *abfd ATTRIBUTE_UNUSED, asymbol *sym)
352 spu_elf_link_hash_table_create (bfd *abfd)
360 if (!_bfd_elf_link_hash_table_init (&htab->elf, abfd,
1174 ovl_mgr_pread (struct bfd *abfd ATTRIBUTE_UNUSED,
2918 spu_elf_post_process_headers (bfd *abfd,
2923 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd);
2933 spu_elf_additional_program_headers (bfd *abfd, struct bfd_link_info *info)
2942 sec = bfd_get_section_by_name (abfd, ".toe");
2953 spu_elf_modify_segment_map (bfd *abfd, struct bfd_link_info *info)
2962 toe = bfd_get_section_by_name (abfd, ".toe");
2963 for (m = elf_tdata (abfd)->segment_map; m != NULL; m = m->next)
2976 m2 = bfd_zalloc (abfd, amt);
2991 m2 = bfd_zalloc (abfd, amt);
3010 spu_elf_check_vma (bfd *abfd, bfd_vma lo, bfd_vma hi)
3015 for (m = elf_tdata (abfd)->segment_map; m != NULL; m = m->next)
3042 spu_elf_modify_program_headers (bfd *abfd, struct bfd_link_info *info)
3054 bed = get_elf_backend_data (abfd);
3055 tdata = elf_tdata (abfd);
3064 for (i = 0, m = elf_tdata (abfd)->segment_map; m; ++i, m = m->next)