Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c124 int use_count; member
1724 gotent->use_count = 1; in get_got_entry()
1738 gotent->use_count += 1; in get_got_entry()
2069 if (gotent == NULL || gotent->use_count < 2) in elf64_alpha_gc_sweep_hook()
2074 gotent->use_count -= 2; in elf64_alpha_gc_sweep_hook()
2202 gi->use_count += gs->use_count; in elf64_alpha_copy_indirect_symbol()
2276 if (be->use_count == 0) in elf64_alpha_can_merge_gots()
2351 if (be->use_count == 0) in elf64_alpha_merge_gots()
2366 ae->use_count += be->use_count; in elf64_alpha_merge_gots()
2405 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.