Home
last modified time | relevance | path

Searched defs:ppc_link_hash_table (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf64-ppc.c2791 struct ppc_link_hash_table struct
2793 struct elf_link_hash_table elf;
2796 struct bfd_hash_table stub_hash_table;
2799 struct bfd_hash_table branch_hash_table;
2802 bfd *stub_bfd;
2805 asection * (*add_stub_section) (const char *, asection *);
2806 void (*layout_sections_again) (void);
2810 struct map_stub {
2817 } *stub_group;
2820 unsigned int no_multi_toc;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-ppc.c3340 struct ppc_link_hash_table struct
3342 struct elf_link_hash_table elf;
3345 struct bfd_hash_table stub_hash_table;
3348 struct bfd_hash_table branch_hash_table;
3351 bfd *stub_bfd;
3354 asection * (*add_stub_section) (const char *, asection *);
3355 void (*layout_sections_again) (void);
3359 struct map_stub {
3366 } *stub_group;
3369 bfd_vma toc_curr;
[all …]