Home
last modified time | relevance | path

Searched refs:id_sec (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-hppa.c182 asection *id_sec; member
317 eh->id_sec = NULL; in stub_hash_newfunc()
464 const asection *id_sec; in hppa_get_stub_entry() local
471 id_sec = htab->stub_group[input_section->id].link_sec; in hppa_get_stub_entry()
475 && hash->stub_cache->id_sec == id_sec) in hppa_get_stub_entry()
483 stub_name = hppa_stub_name (id_sec, sym_sec, hash, rel); in hppa_get_stub_entry()
550 stub_entry->id_sec = link_sec; in hppa_add_stub()
2711 const asection *id_sec; in elf32_hppa_size_stubs() local
2803 id_sec = htab->stub_group[section->id].link_sec; in elf32_hppa_size_stubs()
2806 stub_name = hppa_stub_name (id_sec, sym_sec, hash, irela); in elf32_hppa_size_stubs()
H A Delf64-ppc.c2734 asection *id_sec; member
2915 eh->id_sec = NULL; in stub_hash_newfunc()
3110 const asection *id_sec; in ppc_get_stub_entry() local
3117 id_sec = htab->stub_group[input_section->id].link_sec; in ppc_get_stub_entry()
3121 && h->stub_cache->id_sec == id_sec) in ppc_get_stub_entry()
3129 stub_name = ppc_stub_name (id_sec, sym_sec, h, rel); in ppc_get_stub_entry()
3196 stub_entry->id_sec = link_sec; in ppc_add_stub()
6250 - htab->stub_group[stub_entry->id_sec->id].toc_off); in ppc_build_one_stub()
6331 - htab->stub_group[stub_entry->id_sec->id].toc_off); in ppc_build_one_stub()
6931 const asection *id_sec; in ppc64_elf_size_stubs() local
[all …]
H A DChangeLog-00016541 to id_sec.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-hppa.c203 asection *id_sec; member
344 hsh->id_sec = NULL; in stub_hash_newfunc()
493 const asection *id_sec; in hppa_get_stub_entry() local
500 id_sec = htab->stub_group[input_section->id].link_sec; in hppa_get_stub_entry()
504 && hh->hsh_cache->id_sec == id_sec) in hppa_get_stub_entry()
512 stub_name = hppa_stub_name (id_sec, sym_sec, hh, rela); in hppa_get_stub_entry()
579 hsh->id_sec = link_sec; in hppa_add_stub()
2836 const asection *id_sec; in elf32_hppa_size_stubs() local
2926 id_sec = htab->stub_group[section->id].link_sec; in elf32_hppa_size_stubs()
2929 stub_name = hppa_stub_name (id_sec, sym_sec, hh, irela); in elf32_hppa_size_stubs()
H A Delf64-ppc.c3278 asection *id_sec; member
3474 eh->id_sec = NULL; in stub_hash_newfunc()
3672 const asection *id_sec; in ppc_get_stub_entry() local
3679 id_sec = htab->stub_group[input_section->id].link_sec; in ppc_get_stub_entry()
3683 && h->stub_cache->id_sec == id_sec) in ppc_get_stub_entry()
3691 stub_name = ppc_stub_name (id_sec, sym_sec, h, rel); in ppc_get_stub_entry()
3757 stub_entry->id_sec = link_sec; in ppc_add_stub()
8247 - htab->stub_group[stub_entry->id_sec->id].toc_off); in ppc_build_one_stub()
8395 - htab->stub_group[stub_entry->id_sec->id].toc_off); in ppc_build_one_stub()
9170 const asection *id_sec; in ppc64_elf_size_stubs() local
[all …]
H A DChangeLog-00016541 to id_sec.