Home
last modified time | relevance | path

Searched refs:use_count (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-alpha.c124 int use_count; member
1731 gotent->use_count = 1; in get_got_entry()
1745 gotent->use_count += 1; in get_got_entry()
2088 if (gotent == NULL || gotent->use_count < 2) in elf64_alpha_gc_sweep_hook()
2093 gotent->use_count -= 2; in elf64_alpha_gc_sweep_hook()
2221 gi->use_count += gs->use_count; in elf64_alpha_copy_indirect_symbol()
2295 if (be->use_count == 0) in elf64_alpha_can_merge_gots()
2370 if (be->use_count == 0) in elf64_alpha_merge_gots()
2385 ae->use_count += be->use_count; in elf64_alpha_merge_gots()
2424 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets_for_symbol()
[all …]
DChangeLog-98993413 Assert that gotent->use_count > 0.
4860 (struct alpha_elf_link_hash_entry): Add use_count member.
DChangeLog-02038585 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.