Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c1672 struct alpha_elf_got_entry *gotent; in get_got_entry() local
1704 for (gotent = *slot; gotent ; gotent = gotent->next) in get_got_entry()
1705 if (gotent->gotobj == abfd in get_got_entry()
1706 && gotent->reloc_type == r_type in get_got_entry()
1707 && gotent->addend == r_addend) in get_got_entry()
1710 if (!gotent) in get_got_entry()
1716 gotent = (struct alpha_elf_got_entry *) bfd_alloc (abfd, amt); in get_got_entry()
1717 if (!gotent) in get_got_entry()
1720 gotent->gotobj = abfd; in get_got_entry()
1721 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.25/gas/doc/
Dc-s390.texi674 @item @@gotent
675 The @@gotent modifier can be used for 32-bit pc-relative immediate fields.