Searched refs:stub_size (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-mmix.c | 70 bfd_size_type *stub_size; member 1448 if (mmix_elf_section_data (input_section)->pjs.stub_size[pjsno] in mmix_elf_relocate_section() 1454 ->pjs.stub_size[pjsno] != MAX_PUSHJ_STUB_SIZE) in mmix_elf_relocate_section() 1954 mmix_elf_section_data (sec)->pjs.stub_size in mmix_elf_check_common_relocs() 1957 ->pjs.stub_size[0])); in mmix_elf_check_common_relocs() 1958 if (mmix_elf_section_data (sec)->pjs.stub_size == NULL) in mmix_elf_check_common_relocs() 1962 mmix_elf_section_data (sec)->pjs.stub_size[i] = MAX_PUSHJ_STUB_SIZE; in mmix_elf_check_common_relocs() 2654 ->pjs.stub_size[pjsno] in mmix_elf_relax_section() 2657 mmix_elf_section_data (sec)->pjs.stub_size[pjsno] = 0; in mmix_elf_relax_section() 2660 += mmix_elf_section_data (sec)->pjs.stub_size[pjsno]; in mmix_elf_relax_section() [all …]
|
D | elf32-spu.c | 3753 unsigned int tmp, stub_size; in auto_ovl_lib_functions() local 3765 stub_size = 0; in auto_ovl_lib_functions() 3782 stub_size += ovl_stub_size (htab->params); in auto_ovl_lib_functions() 3785 if (tmp + stub_size < lib_size) in auto_ovl_lib_functions() 3793 lib_size -= tmp + stub_size; in auto_ovl_lib_functions()
|
D | elf32-arm.c | 2618 int stub_size; member 3280 eh->stub_size = 0; in stub_hash_newfunc() 4273 BFD_ASSERT (size == stub_entry->stub_size); in arm_build_one_stub() 4412 stub_entry->stub_size = size; in arm_size_one_stub() 5518 stub_entry->stub_size = size; in elf32_arm_size_stubs() 15025 if (!elf32_arm_output_stub_sym (osi, stub_name, addr, stub_entry->stub_size)) in arm_map_one_stub() 15031 stub_entry->stub_size)) in arm_map_one_stub()
|
D | elfxx-mips.c | 10688 bfd_vma stub_size = htab->function_stub_size; in _bfd_mips_elf_finish_dynamic_symbol() local 10704 BFD_ASSERT (stub_size == stub_big_size || h->dynindx <= 0xffff); in _bfd_mips_elf_finish_dynamic_symbol() 10731 if (stub_size == stub_big_size) in _bfd_mips_elf_finish_dynamic_symbol() 10754 if (stub_size == stub_big_size) in _bfd_mips_elf_finish_dynamic_symbol() 10775 if (stub_size == stub_big_size) in _bfd_mips_elf_finish_dynamic_symbol() 10786 if (stub_size == stub_big_size) in _bfd_mips_elf_finish_dynamic_symbol() 10799 stub, stub_size); in _bfd_mips_elf_finish_dynamic_symbol()
|
D | elf64-ppc.c | 10208 unsigned stub_size = plt_stub_size (htab, stub_entry, plt_off); in plt_stub_pad() local 10211 if (((stub_off + stub_size - 1) & -stub_align) - (stub_off & -stub_align) in plt_stub_pad() 10212 > (stub_size & -stub_align)) in plt_stub_pad()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 171 unsigned int ualign, offsetT stub_size) in obj_mach_o_make_or_get_sect() argument 281 msect->reserved2 = stub_size; in obj_mach_o_make_or_get_sect()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | aarch64.cc | 891 stub_size() const in stub_size() function in __anon20db65070111::Stub_base 1517 this->erratum_stubs_size_ += stub->stub_size(); in add_erratum_stub() 1582 this->reloc_stubs_size_ += stub->stub_size(); in add_reloc_stub() 1659 section_size_type stub_size = stub->stub_size(); in relocate_stub() local 1661 gold_assert(offset + stub_size <= view_size); in relocate_stub() 1687 stub->write(oview + stub->offset(), stub->stub_size()); in do_write() 1698 stub->stub_size()); in do_write()
|
D | mips.cc | 2517 stub_size() const in stub_size() function in __anona7e08b770111::Mips_output_data_mips_stubs 6904 unsigned int stub_size = this->stub_size(); in set_lazy_stub_offsets() local 6909 ++p, offset += stub_size) in set_lazy_stub_offsets()
|
D | powerpc.cc | 4054 unsigned int stub_size = this->branch_stub_size(to); in add_long_branch_entry() local 4055 this->branch_size_ = off + stub_size; in add_long_branch_entry() 4056 if (size == 64 && stub_size != 4) in add_long_branch_entry()
|
D | arm.cc | 4971 section_size_type stub_size = stub_template->size(); in relocate_stub() local 4972 gold_assert(offset + stub_size <= view_size); in relocate_stub() 4975 address + offset, stub_size); in relocate_stub()
|
D | ChangeLog | 348 (Reloc_stub::stub_size): Renamed and moved to Stub_base.
|