Searched refs:stub_entry (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-m68hc12.c | 522 struct elf32_m68hc11_stub_hash_entry *stub_entry; in m68hc12_elf_build_one_stub() local 531 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry; in m68hc12_elf_build_one_stub() 536 stub_sec = stub_entry->stub_sec; in m68hc12_elf_build_one_stub() 539 stub_entry->stub_offset = stub_sec->size; in m68hc12_elf_build_one_stub() 541 loc = stub_sec->contents + stub_entry->stub_offset; in m68hc12_elf_build_one_stub() 551 sym_value = (stub_entry->target_value in m68hc12_elf_build_one_stub() 552 + stub_entry->target_section->output_offset in m68hc12_elf_build_one_stub() 553 + stub_entry->target_section->output_section->vma); in m68hc12_elf_build_one_stub() 577 struct elf32_m68hc11_stub_hash_entry *stub_entry; in m68hc12_elf_size_one_stub() local 580 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry; in m68hc12_elf_size_one_stub() [all …]
|
D | elfnn-aarch64.c | 2725 struct elf_aarch64_stub_hash_entry *stub_entry; in elfNN_aarch64_get_stub_entry() local 2743 stub_entry = h->stub_cache; in elfNN_aarch64_get_stub_entry() 2753 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, in elfNN_aarch64_get_stub_entry() 2756 h->stub_cache = stub_entry; in elfNN_aarch64_get_stub_entry() 2761 return stub_entry; in elfNN_aarch64_get_stub_entry() 2826 struct elf_aarch64_stub_hash_entry *stub_entry; in _bfd_aarch64_add_stub_entry_in_group() local 2832 stub_entry = aarch64_stub_hash_lookup (&htab->stub_hash_table, stub_name, in _bfd_aarch64_add_stub_entry_in_group() 2834 if (stub_entry == NULL) in _bfd_aarch64_add_stub_entry_in_group() 2841 stub_entry->stub_sec = stub_sec; in _bfd_aarch64_add_stub_entry_in_group() 2842 stub_entry->stub_offset = 0; in _bfd_aarch64_add_stub_entry_in_group() [all …]
|
D | elf64-ppc.c | 4509 struct ppc_stub_hash_entry *stub_entry; in ppc_get_stub_entry() local 4525 stub_entry = h->u.stub_cache; in ppc_get_stub_entry() 4535 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, in ppc_get_stub_entry() 4538 h->u.stub_cache = stub_entry; in ppc_get_stub_entry() 4543 return stub_entry; in ppc_get_stub_entry() 4558 struct ppc_stub_hash_entry *stub_entry; in ppc_add_stub() local 4584 stub_entry = ppc_stub_hash_lookup (&htab->stub_hash_table, stub_name, in ppc_add_stub() 4586 if (stub_entry == NULL) in ppc_add_stub() 4593 stub_entry->group = group; in ppc_add_stub() 4594 stub_entry->stub_offset = 0; in ppc_add_stub() [all …]
|
D | elf32-m68hc1x.c | 157 struct elf32_m68hc11_stub_hash_entry *stub_entry; in m68hc12_add_stub() local 160 stub_entry = m68hc12_stub_hash_lookup (htab->stub_hash_table, stub_name, in m68hc12_add_stub() 162 if (stub_entry == NULL) in m68hc12_add_stub() 175 stub_entry->stub_sec = htab->stub_section; in m68hc12_add_stub() 176 stub_entry->stub_offset = 0; in m68hc12_add_stub() 177 return stub_entry; in m68hc12_add_stub() 441 struct elf32_m68hc11_stub_hash_entry *stub_entry; in elf32_m68hc11_size_stubs() local 523 stub_entry = m68hc12_stub_hash_lookup in elf32_m68hc11_size_stubs() 527 if (stub_entry == NULL) in elf32_m68hc11_size_stubs() 532 stub_entry = m68hc12_add_stub (stub_name, section, htab); in elf32_m68hc11_size_stubs() [all …]
|
D | elf32-m68hc11.c | 402 struct elf32_m68hc11_stub_hash_entry *stub_entry; in m68hc11_elf_build_one_stub() local 411 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry; in m68hc11_elf_build_one_stub() 418 stub_sec = stub_entry->stub_sec; in m68hc11_elf_build_one_stub() 421 stub_entry->stub_offset = stub_sec->size; in m68hc11_elf_build_one_stub() 423 loc = stub_sec->contents + stub_entry->stub_offset; in m68hc11_elf_build_one_stub() 435 sym_value = (stub_entry->target_value in m68hc11_elf_build_one_stub() 436 + stub_entry->target_section->output_offset in m68hc11_elf_build_one_stub() 437 + stub_entry->target_section->output_section->vma); in m68hc11_elf_build_one_stub() 467 struct elf32_m68hc11_stub_hash_entry *stub_entry; in m68hc11_elf_size_one_stub() local 470 stub_entry = (struct elf32_m68hc11_stub_hash_entry *) gen_entry; in m68hc11_elf_size_one_stub() [all …]
|
D | ChangeLog | 1127 stub_entry->target_addend from points_to computation. 1131 (elf32_arm_size_stubs): Set stub_entry's source_value and target_value 1135 veneered_insn_loc and loc using stub_entry's source_value.
|
D | elf32-ppc.c | 6846 static const int stub_entry[] = variable 7264 size = 4 * ARRAY_SIZE (stub_entry); in ppc_elf_relax_section() 8961 stub = stub_entry; in ppc_elf_relocate_section() 8962 size = ARRAY_SIZE (stub_entry); in ppc_elf_relocate_section()
|
D | ChangeLog-2008 | 1949 (elf32_arm_size_stubs): Set stub_entry->output_name.
|
D | ChangeLog-2009 | 1242 * elf32-ppc.c (shared_stub_entry, stub_entry): Use r12, not r11.
|
D | ChangeLog-0203 | 438 (shared_stub_entry, stub_entry): Make them arrays of ints.
|