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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c3726 struct ppc_stub_hash_entry *stub_entry;
3740 stub_entry = h->u.stub_cache;
3750 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table,
3753 h->u.stub_cache = stub_entry;
3758 return stub_entry;
3771 struct ppc_stub_hash_entry *stub_entry;
3801 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name,
3803 if (stub_entry == NULL)
3810 stub_entry->stub_sec = stub_sec;
3811 stub_entry
3722 struct ppc_stub_hash_entry *stub_entry; local
3767 struct ppc_stub_hash_entry *stub_entry; local
8212 struct ppc_stub_hash_entry *stub_entry; local
8549 struct ppc_stub_hash_entry *stub_entry; local
9212 struct ppc_stub_hash_entry *stub_entry; local
9847 struct ppc_stub_hash_entry *stub_entry; local
[all...]
H A Delf32-ppc.c5126 static const int stub_entry[] =
5372 size = 4 * ARRAY_SIZE (stub_entry);
5484 stub = stub_entry;
5485 size = ARRAY_SIZE (stub_entry);
5113 static const int stub_entry[] = variable

Completed in 137 milliseconds