Home
last modified time | relevance | path

Searched refs:stub_entry (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDelf64-ppc.c3791 struct ppc_stub_hash_entry *stub_entry; in ppc_get_stub_entry() local
3805 stub_entry = h->u.stub_cache; in ppc_get_stub_entry()
3815 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, in ppc_get_stub_entry()
3818 h->u.stub_cache = stub_entry; in ppc_get_stub_entry()
3823 return stub_entry; in ppc_get_stub_entry()
3836 struct ppc_stub_hash_entry *stub_entry; in ppc_add_stub() local
3866 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name, in ppc_add_stub()
3868 if (stub_entry == NULL) in ppc_add_stub()
3875 stub_entry->stub_sec = stub_sec; in ppc_add_stub()
3876 stub_entry->stub_offset = 0; in ppc_add_stub()
[all …]
HDelf32-ppc.c5249 static const int stub_entry[] = variable
5495 size = 4 * ARRAY_SIZE (stub_entry); in ppc_elf_relax_section()
5607 stub = stub_entry; in ppc_elf_relax_section()
5608 size = ARRAY_SIZE (stub_entry); in ppc_elf_relax_section()
HDChangeLog-0203438 (shared_stub_entry, stub_entry): Make them arrays of ints.