Home
last modified time | relevance | path

Searched refs:gotent (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/binutils/bfd/
HDelf64-alpha.c1655 struct alpha_elf_got_entry *gotent; in get_got_entry() local
1687 for (gotent = *slot; gotent ; gotent = gotent->next) in get_got_entry()
1688 if (gotent->gotobj == abfd in get_got_entry()
1689 && gotent->reloc_type == r_type in get_got_entry()
1690 && gotent->addend == r_addend) in get_got_entry()
1693 if (!gotent) in get_got_entry()
1699 gotent = (struct alpha_elf_got_entry *) bfd_alloc (abfd, amt); in get_got_entry()
1700 if (!gotent) in get_got_entry()
1703 gotent->gotobj = abfd; in get_got_entry()
1704 gotent->addend = r_addend; in get_got_entry()
[all …]
HDChangeLog-02038585 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
8677 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
HDChangeLog-98993413 Assert that gotent->use_count > 0.
HDChangeLog-00013382 (elf64_alpha_relax_section): Remove redundant assign to info.gotent.