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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c3451 bfd *stub_bfd;
3735 htab->stub_bfd = abfd;
3855 s_name = bfd_alloc (htab->stub_bfd, len);
8431 bfd_put_32 (htab->stub_bfd, STD_R2_40R1, loc);
8437 bfd_put_32 (htab->stub_bfd, ADDIS_R2_R2 | PPC_HA (r2off), loc);
8440 bfd_put_32 (htab->stub_bfd, ADDI_R2_R2 | PPC_LO (r2off), loc);
8444 bfd_put_32 (htab->stub_bfd, B_DOT | (off & 0x3fffffc), loc);
8465 relocs = bfd_alloc (htab->stub_bfd, relsize);
8484 hashes = elf_sym_hashes (htab->stub_bfd);
8490 hashes = bfd_zalloc (htab->stub_bfd, hsiz
3447 bfd *stub_bfd; member in struct:ppc_link_hash_table
[all...]

Completed in 62 milliseconds