Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.c280 asection *stub_section; member
1877 stub->stub_section = s; in mips_elf_add_la25_intro()
1914 stub->stub_section = s; in mips_elf_add_la25_trampoline()
1937 search.stub_section = NULL; in mips_elf_add_la25_stub()
5477 sec = h->la25_stub->stub_section; in mips_elf_calculate_relocation()
5539 symbol = (h->la25_stub->stub_section->output_section->vma in mips_elf_calculate_relocation()
5540 + h->la25_stub->stub_section->output_offset in mips_elf_calculate_relocation()
10365 s = stub->stub_section; in mips_elf_create_la25_stub()
10388 if (stub->stub_section != htab->strampoline) in mips_elf_create_la25_stub()
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc1549 Mips16_stub_section<size, big_endian>* stub_section = in get_mips16_stub_section() local
1553 stub_section->shndx(), stub_section)); in get_mips16_stub_section()
1554 return stub_section; in get_mips16_stub_section()
5936 Mips16_stub_section<size, big_endian>* stub_section = it->second; in discard_mips16_stub_sections() local
5937 if (!stub_section->is_target_found()) in discard_mips16_stub_sections()
5940 stub_section->object() in discard_mips16_stub_sections()
5941 ->section_name(stub_section->shndx()).c_str()); in discard_mips16_stub_sections()
5945 if (stub_section->is_for_local_function()) in discard_mips16_stub_sections()
5947 if (stub_section->is_fn_stub()) in discard_mips16_stub_sections()
5953 if (!this->has_local_non_16bit_call_relocs(stub_section->r_sym())) in discard_mips16_stub_sections()
[all …]