Lines Matching refs:ppcobj
982 Powerpc_relobj<size, big_endian>* ppcobj = static_cast in local_reloc_may_be_function_pointer() local
984 if (ppcobj->abiversion() == 1) in local_reloc_may_be_function_pointer()
1005 Powerpc_relobj<size, big_endian>* ppcobj = static_cast in global_reloc_may_be_function_pointer() local
1007 if (ppcobj->abiversion() == 1) in global_reloc_may_be_function_pointer()
2532 Powerpc_relobj<size, big_endian>* ppcobj = static_cast in group_sections() local
2534 bool has14 = ppcobj->has_14bit_branch(i->shndx()); in group_sections()
2547 ppcobj->set_stub_table(i->shndx(), tables.size() - 1); in group_sections()
2564 Powerpc_relobj<size, big_endian>* ppcobj = static_cast in group_sections() local
2566 ppcobj->set_stub_table(i->shndx(), tables.size() - 1); in group_sections()
3801 const Powerpc_relobj<size, big_endian>* ppcobj = static_cast in plt_call_size() local
3803 got_addr += ppcobj->toc_base_offset(); in plt_call_size()
4276 const Powerpc_relobj<size, big_endian>* ppcobj = static_cast in do_write() local
4278 Address got_addr = got_os_addr + ppcobj->toc_base_offset(); in do_write()
4470 const Powerpc_relobj<size, big_endian>* ppcobj in do_write() local
4473 if (ppcobj != NULL && cs->first.addend_ >= 32768) in do_write()
4475 unsigned int got2 = ppcobj->got2_shndx(); in do_write()
4476 got_addr = ppcobj->get_output_section_offset(got2); in do_write()
4478 got_addr += (ppcobj->output_section(got2)->address() in do_write()