Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-alpha.c1679 struct alpha_elf_got_entry *gotent; in get_got_entry() local
1711 for (gotent = *slot; gotent ; gotent = gotent->next) in get_got_entry()
1712 if (gotent->gotobj == abfd in get_got_entry()
1713 && gotent->reloc_type == r_type in get_got_entry()
1714 && gotent->addend == r_addend) in get_got_entry()
1717 if (!gotent) in get_got_entry()
1723 gotent = (struct alpha_elf_got_entry *) bfd_alloc (abfd, amt); in get_got_entry()
1724 if (!gotent) in get_got_entry()
1727 gotent->gotobj = abfd; in get_got_entry()
1728 gotent->addend = r_addend; in get_got_entry()
[all …]
DChangeLog-20052371 * elf64-alpha.c (elf64_alpha_merge_gots): Fix gotent iteration
DChangeLog-02038585 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
8677 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
DChangeLog-98993413 Assert that gotent->use_count > 0.
DChangeLog-00013382 (elf64_alpha_relax_section): Remove redundant assign to info.gotent.
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-s390.texi676 @item @@gotent
677 The @@gotent modifier can be used for 32-bit pc-relative immediate fields.