Home
last modified time | relevance | path

Searched refs:stub_section (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-xgate.h76 asection* stub_section; member
Delf32-m68hc1x.h111 asection* stub_section; member
Delf32-m68hc1x.c169 if (htab->stub_section == 0) in m68hc12_add_stub()
171 htab->stub_section = (*htab->add_stub_section) (".tramp", in m68hc12_add_stub()
175 stub_entry->stub_sec = htab->stub_section; in m68hc12_add_stub()
Delfxx-mips.c281 asection *stub_section; member
1873 stub->stub_section = s; in mips_elf_add_la25_intro()
1910 stub->stub_section = s; in mips_elf_add_la25_trampoline()
1933 search.stub_section = NULL; in mips_elf_add_la25_stub()
5486 sec = h->la25_stub->stub_section; in mips_elf_calculate_relocation()
5548 symbol = (h->la25_stub->stub_section->output_section->vma in mips_elf_calculate_relocation()
5549 + h->la25_stub->stub_section->output_offset in mips_elf_calculate_relocation()
10399 s = stub->stub_section; in mips_elf_create_la25_stub()
10422 if (stub->stub_section != htab->strampoline) in mips_elf_create_la25_stub()
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc1649 Mips16_stub_section<size, big_endian>* stub_section = in get_mips16_stub_section() local
1653 stub_section->shndx(), stub_section)); in get_mips16_stub_section()
1654 return stub_section; in get_mips16_stub_section()
6943 Mips16_stub_section<size, big_endian>* stub_section = it->second; in discard_mips16_stub_sections() local
6944 if (!stub_section->is_target_found()) in discard_mips16_stub_sections()
6947 stub_section->object() in discard_mips16_stub_sections()
6948 ->section_name(stub_section->shndx()).c_str()); in discard_mips16_stub_sections()
6952 if (stub_section->is_for_local_function()) in discard_mips16_stub_sections()
6954 if (stub_section->is_fn_stub()) in discard_mips16_stub_sections()
6960 if (!this->has_local_non_16bit_call_relocs(stub_section->r_sym())) in discard_mips16_stub_sections()
[all …]