Home
last modified time | relevance | path

Searched refs:stub_type (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nios2.c1708 enum elf32_nios2_stub_type stub_type; member
2032 hsh->stub_type = nios2_stub_none; in stub_hash_newfunc()
2081 enum elf32_nios2_stub_type stub_type) in nios2_stub_name() argument
2085 char stubpos = (stub_type == nios2_stub_call26_before) ? 'b' : 'a'; in nios2_stub_name()
2125 enum elf32_nios2_stub_type stub_type) in nios2_get_stub_entry() argument
2136 if (stub_type == nios2_stub_call26_before) in nios2_get_stub_entry()
2144 && hh->hsh_cache->stub_type == stub_type) in nios2_get_stub_entry()
2152 stub_name = nios2_stub_name (id_sec, sym_sec, hh, rel, stub_type); in nios2_get_stub_entry()
2174 enum elf32_nios2_stub_type stub_type) in nios2_add_stub() argument
2182 if (stub_type == nios2_stub_call26_before) in nios2_add_stub()
[all …]
Delf32-hppa.c199 enum elf32_hppa_stub_type stub_type; member
368 hsh->stub_type = hppa_stub_long_branch; in stub_hash_newfunc()
731 switch (hsh->stub_type) in hppa_build_one_stub()
789 if (hsh->stub_type == hppa_stub_import_shared) in hppa_build_one_stub()
919 if (hsh->stub_type == hppa_stub_long_branch) in hppa_size_one_stub()
921 else if (hsh->stub_type == hppa_stub_long_branch_shared) in hppa_size_one_stub()
923 else if (hsh->stub_type == hppa_stub_export) in hppa_size_one_stub()
2786 hsh->stub_type = hppa_stub_export; in get_local_syms()
2927 enum elf32_hppa_stub_type stub_type; in elf32_hppa_size_stubs() local
3023 stub_type = hppa_type_of_stub (section, irela, hh, in elf32_hppa_size_stubs()
[all …]
Delf64-ppc.c3899 enum ppc_stub_type stub_type; member
4153 eh->stub_type = ppc_stub_none; in stub_hash_newfunc()
10395 || stub_entry->stub_type == ppc_stub_plt_call_r2save) in plt_stub_size()
10474 || stub_entry->stub_type == ppc_stub_plt_call_r2save) in build_plt_stub()
10491 || stub_entry->stub_type == ppc_stub_plt_call_r2save) in build_plt_stub()
10520 || stub_entry->stub_type == ppc_stub_plt_call_r2save) in build_plt_stub()
10556 || stub_entry->stub_type == ppc_stub_plt_call_r2save) in build_plt_stub()
10582 || stub_entry->stub_type == ppc_stub_plt_call_r2save) in build_plt_stub()
10749 htab->stub_count[stub_entry->stub_type - 1] += 1; in ppc_build_one_stub()
10750 switch (stub_entry->stub_type) in ppc_build_one_stub()
[all …]
Delf32-metag.c769 enum elf_metag_stub_type stub_type; member
983 hsh->stub_type = metag_stub_long_branch; in stub_hash_newfunc()
3646 switch (hsh->stub_type) in metag_build_one_stub()
3708 if (hsh->stub_type == metag_stub_long_branch) in metag_size_one_stub()
3710 else if (hsh->stub_type == metag_stub_long_branch_shared) in metag_size_one_stub()
4059 enum elf_metag_stub_type stub_type; in elf_metag_size_stubs() local
4165 stub_type = metag_type_of_stub (section, irela, hh, in elf_metag_size_stubs()
4167 if (stub_type == metag_stub_none) in elf_metag_size_stubs()
4196 hsh->stub_type = stub_type; in elf_metag_size_stubs()
Delfnn-aarch64.c2113 enum elf_aarch64_stub_type stub_type; member
2419 eh->stub_type = aarch64_stub_none; in stub_hash_newfunc()
2652 enum elf_aarch64_stub_type stub_type = aarch64_stub_none; in aarch64_type_of_stub() local
2656 return stub_type; in aarch64_type_of_stub()
2673 stub_type = aarch64_stub_long_branch; in aarch64_type_of_stub()
2676 return stub_type; in aarch64_type_of_stub()
2908 if (stub_entry->stub_type == aarch64_stub_long_branch) in aarch64_build_one_stub()
2915 stub_entry->stub_type = aarch64_select_branch_stub (sym_value, place); in aarch64_build_one_stub()
2918 switch (stub_entry->stub_type) in aarch64_build_one_stub()
2949 switch (stub_entry->stub_type) in aarch64_build_one_stub()
[all …]
DChangeLog-20102828 (elf32_arm_stub_name): Update prototype, use stub_type additional
2830 (elf32_arm_get_stub_entry): Update prototype, use stub_type
DChangeLog889 (elf32_arm_size_stubs): Declare stub_type in a more outer scope and
/toolchain/binutils/binutils-2.27/gold/
Daarch64.cc3882 int stub_type = The_reloc_stub:: in scan_reloc_for_stub() local
3884 if (stub_type == ST_NONE) in scan_reloc_for_stub()
3890 The_reloc_stub_key key(stub_type, gsym, aarch64_relobj, r_sym, addend); in scan_reloc_for_stub()
3894 stub = new The_reloc_stub(stub_type); in scan_reloc_for_stub()
5514 int stub_type = in maybe_apply_stub() local
5516 if (stub_type == ST_NONE) in maybe_apply_stub()
5525 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub()
DChangeLog-0815779 (Reloc_stub::stub_type): Renamed and moved to Stub_base.