Searched refs:is_branch_reloc (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-ppc.c3950 is_branch_reloc (enum elf_ppc_reloc_type r_type)
4092 || is_branch_reloc (r_type))
4108 && is_branch_reloc (r_type)
5159 || is_branch_reloc (r_type)))
5358 if (r_symndx >= symtab_hdr->sh_info && is_branch_reloc (r_type))
5457 && is_branch_reloc (r_type))
7210 /* We know is_branch_reloc (r_type) is true. */
8387 || is_branch_reloc (r_type)))
9727 && is_branch_reloc (r_type)))
3943 is_branch_reloc (enum elf_ppc_reloc_type r_type) function
H A Delf64-ppc.c5334 is_branch_reloc (enum elf_ppc64_reloc_type r_type)
8400 if (r_symndx >= symtab_hdr->sh_info && is_branch_reloc (r_type))
8548 && is_branch_reloc (r_type))
15277 && is_branch_reloc (r_type))))
5330 is_branch_reloc (enum elf_ppc64_reloc_type r_type) function
/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc82 is_branch_reloc(unsigned int r_type);
1129 return !is_branch_reloc(r_type);
1150 return !is_branch_reloc(r_type);
1555 is_branch_reloc(unsigned int r_type) function in namespace:__anon572
2918 && !is_branch_reloc(this->r_type_))
7777 && !is_branch_reloc(r_type))
8158 if (size == 64 && is_branch_reloc(r_type))
8901 && is_branch_reloc(r_type))))

Completed in 210 milliseconds