Home
last modified time | relevance | path

Searched refs:tlsfunc_refcount (Results 1 – 10 of 10) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-xtensa.c545 bfd_signed_vma tlsfunc_refcount; member
642 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
708 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
709 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1128 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1375 if (eh->tlsfunc_refcount > 0) in elf_xtensa_gc_sweep_hook()
1376 eh->tlsfunc_refcount--; in elf_xtensa_gc_sweep_hook()
1390 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_gc_sweep_hook() local
1392 if (*tlsfunc_refcount > 0) in elf_xtensa_gc_sweep_hook()
1393 *tlsfunc_refcount -= 1; in elf_xtensa_gc_sweep_hook()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-xtensa.c545 bfd_signed_vma tlsfunc_refcount; member
642 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
698 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
699 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1118 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1365 if (eh->tlsfunc_refcount > 0) in elf_xtensa_gc_sweep_hook()
1366 eh->tlsfunc_refcount--; in elf_xtensa_gc_sweep_hook()
1380 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_gc_sweep_hook() local
1382 if (*tlsfunc_refcount > 0) in elf_xtensa_gc_sweep_hook()
1383 *tlsfunc_refcount -= 1; in elf_xtensa_gc_sweep_hook()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-xtensa.c552 bfd_signed_vma tlsfunc_refcount; member
649 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
705 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
706 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1129 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1380 if (eh->tlsfunc_refcount > 0) in elf_xtensa_gc_sweep_hook()
1381 eh->tlsfunc_refcount--; in elf_xtensa_gc_sweep_hook()
1395 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_gc_sweep_hook() local
1397 if (*tlsfunc_refcount > 0) in elf_xtensa_gc_sweep_hook()
1398 *tlsfunc_refcount -= 1; in elf_xtensa_gc_sweep_hook()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-xtensa.c552 bfd_signed_vma tlsfunc_refcount; member
649 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
705 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
706 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1129 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1380 if (eh->tlsfunc_refcount > 0) in elf_xtensa_gc_sweep_hook()
1381 eh->tlsfunc_refcount--; in elf_xtensa_gc_sweep_hook()
1395 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_gc_sweep_hook() local
1397 if (*tlsfunc_refcount > 0) in elf_xtensa_gc_sweep_hook()
1398 *tlsfunc_refcount -= 1; in elf_xtensa_gc_sweep_hook()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/xtensa/gnu/
H A Delf32-xtensa.c593 bfd_signed_vma tlsfunc_refcount;
690 eh->tlsfunc_refcount = 0;
746 edir->tlsfunc_refcount += eind->tlsfunc_refcount;
747 eind->tlsfunc_refcount = 0;
1170 eh->tlsfunc_refcount += 1;
1421 if (eh->tlsfunc_refcount > 0)
1422 eh->tlsfunc_refcount--;
1436 bfd_signed_vma *tlsfunc_refcount
1438 if (*tlsfunc_refcount > 0)
1439 *tlsfunc_refcount -= 1;
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c641 bfd_signed_vma tlsfunc_refcount; member
734 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
791 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
792 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1211 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1496 BFD_ASSERT (h->got.refcount >= eh->tlsfunc_refcount); in elf_xtensa_allocate_dynrelocs()
1497 h->got.refcount -= eh->tlsfunc_refcount; in elf_xtensa_allocate_dynrelocs()
1546 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_allocate_local_got_size() local
1548 BFD_ASSERT (local_got_refcounts[j] >= *tlsfunc_refcount); in elf_xtensa_allocate_local_got_size()
1549 local_got_refcounts[j] -= *tlsfunc_refcount; in elf_xtensa_allocate_local_got_size()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-xtensa.c641 bfd_signed_vma tlsfunc_refcount; member
734 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
791 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
792 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1211 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1496 BFD_ASSERT (h->got.refcount >= eh->tlsfunc_refcount); in elf_xtensa_allocate_dynrelocs()
1497 h->got.refcount -= eh->tlsfunc_refcount; in elf_xtensa_allocate_dynrelocs()
1546 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_allocate_local_got_size() local
1548 BFD_ASSERT (local_got_refcounts[j] >= *tlsfunc_refcount); in elf_xtensa_allocate_local_got_size()
1549 local_got_refcounts[j] -= *tlsfunc_refcount; in elf_xtensa_allocate_local_got_size()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-xtensa.c641 bfd_signed_vma tlsfunc_refcount; member
734 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
791 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
792 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1211 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1496 BFD_ASSERT (h->got.refcount >= eh->tlsfunc_refcount); in elf_xtensa_allocate_dynrelocs()
1497 h->got.refcount -= eh->tlsfunc_refcount; in elf_xtensa_allocate_dynrelocs()
1546 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_allocate_local_got_size() local
1548 BFD_ASSERT (local_got_refcounts[j] >= *tlsfunc_refcount); in elf_xtensa_allocate_local_got_size()
1549 local_got_refcounts[j] -= *tlsfunc_refcount; in elf_xtensa_allocate_local_got_size()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c641 bfd_signed_vma tlsfunc_refcount; member
734 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
791 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
792 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1211 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1496 BFD_ASSERT (h->got.refcount >= eh->tlsfunc_refcount); in elf_xtensa_allocate_dynrelocs()
1497 h->got.refcount -= eh->tlsfunc_refcount; in elf_xtensa_allocate_dynrelocs()
1546 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_allocate_local_got_size() local
1548 BFD_ASSERT (local_got_refcounts[j] >= *tlsfunc_refcount); in elf_xtensa_allocate_local_got_size()
1549 local_got_refcounts[j] -= *tlsfunc_refcount; in elf_xtensa_allocate_local_got_size()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-xtensa.c567 bfd_signed_vma tlsfunc_refcount; member
659 eh->tlsfunc_refcount = 0; in elf_xtensa_link_hash_newfunc()
715 edir->tlsfunc_refcount += eind->tlsfunc_refcount; in elf_xtensa_copy_indirect_symbol()
716 eind->tlsfunc_refcount = 0; in elf_xtensa_copy_indirect_symbol()
1137 eh->tlsfunc_refcount += 1; in elf_xtensa_check_relocs()
1422 BFD_ASSERT (h->got.refcount >= eh->tlsfunc_refcount); in elf_xtensa_allocate_dynrelocs()
1423 h->got.refcount -= eh->tlsfunc_refcount; in elf_xtensa_allocate_dynrelocs()
1468 bfd_signed_vma *tlsfunc_refcount in elf_xtensa_allocate_local_got_size() local
1470 BFD_ASSERT (local_got_refcounts[j] >= *tlsfunc_refcount); in elf_xtensa_allocate_local_got_size()
1471 local_got_refcounts[j] -= *tlsfunc_refcount; in elf_xtensa_allocate_local_got_size()