Lines Matching refs:la25_stub
360 struct mips_elf_la25_stub *la25_stub; member
1272 ret->la25_stub = 0; in mips_elf_link_hash_newfunc()
1950 h->la25_stub = stub; in mips_elf_add_la25_stub()
1966 h->la25_stub = stub; in mips_elf_add_la25_stub()
5482 if (h->la25_stub) in mips_elf_calculate_relocation()
5486 sec = h->la25_stub->stub_section; in mips_elf_calculate_relocation()
5487 value = h->la25_stub->offset; in mips_elf_calculate_relocation()
5545 else if (h != NULL && h->la25_stub 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()
5550 + h->la25_stub->offset); in mips_elf_calculate_relocation()