Home
last modified time | relevance | path

Searched refs:alpha_elf_got_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delf64-alpha.c126 struct alpha_elf_got_entry struct
128 struct alpha_elf_got_entry *next; argument
299 struct alpha_elf_got_entry ** local_got_entries;
1650 static struct alpha_elf_got_entry *
1655 struct alpha_elf_got_entry *gotent; in get_got_entry()
1656 struct alpha_elf_got_entry **slot; in get_got_entry()
1664 struct alpha_elf_got_entry **local_got_entries; in get_got_entry()
1674 size *= sizeof (struct alpha_elf_got_entry *); in get_got_entry()
1677 = (struct alpha_elf_got_entry **) bfd_zalloc (abfd, size); in get_got_entry()
1698 amt = sizeof (struct alpha_elf_got_entry); in get_got_entry()
[all …]
DChangeLog-02038666 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.