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

/freebsd-12-stable/contrib/binutils/bfd/
H A Delf64-ppc.c3795 struct ppc_stub_hash_entry *stub_entry;
3809 stub_entry = h->u.stub_cache;
3819 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
3822 h->u.stub_cache = stub_entry;
3827 return stub_entry;
3840 struct ppc_stub_hash_entry *stub_entry;
3870 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name,
3872 if (stub_entry == NULL)
3879 stub_entry->stub_sec = stub_sec;
3880 stub_entry
3791 struct ppc_stub_hash_entry *stub_entry; local
3836 struct ppc_stub_hash_entry *stub_entry; local
8384 struct ppc_stub_hash_entry *stub_entry; local
8746 struct ppc_stub_hash_entry *stub_entry; local
9435 struct ppc_stub_hash_entry *stub_entry; local
10071 struct ppc_stub_hash_entry *stub_entry; local
[all...]
H A Delf32-ppc.c5262 static const int stub_entry[] =
5508 size = 4 * ARRAY_SIZE (stub_entry);
5620 stub = stub_entry;
5621 size = ARRAY_SIZE (stub_entry);
5249 static const int stub_entry[] = variable

Completed in 90 milliseconds