Home
last modified time | relevance | path

Searched refs:reloc_entries (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c182 struct alpha_elf_reloc_entry *reloc_entries; member
270 ret->reloc_entries = NULL; in elf64_alpha_link_hash_newfunc()
1962 for (rent = h->reloc_entries; rent; rent = rent->next) in elf64_alpha_check_relocs()
1978 rent->next = h->reloc_entries; in elf64_alpha_check_relocs()
1979 h->reloc_entries = rent; in elf64_alpha_check_relocs()
2214 if (hs->reloc_entries == NULL) in elf64_alpha_copy_indirect_symbol()
2215 hs->reloc_entries = hi->reloc_entries; in elf64_alpha_copy_indirect_symbol()
2220 rsh = hs->reloc_entries; in elf64_alpha_copy_indirect_symbol()
2221 for (ri = hi->reloc_entries; ri ; ri = rin) in elf64_alpha_copy_indirect_symbol()
2230 ri->next = hs->reloc_entries; in elf64_alpha_copy_indirect_symbol()
[all …]
Delf64-hppa.c103 } *reloc_entries; member
455 rent->next = hh->reloc_entries; in count_dyn_reloc()
461 hh->reloc_entries = rent; in count_dyn_reloc()
1419 for (rent = hh->reloc_entries; rent; rent = rent->next) in allocate_dynrel_entries()
2343 if (hh->reloc_entries) in elf64_hppa_finalize_dynreloc()
2362 for (rent = hh->reloc_entries; rent; rent = rent->next) in elf64_hppa_finalize_dynreloc()
Delfnn-ia64.c78 } *reloc_entries; member
2110 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) in count_dyn_reloc()
2121 rent->next = dyn_i->reloc_entries; in count_dyn_reloc()
2125 dyn_i->reloc_entries = rent; in count_dyn_reloc()
2897 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) in allocate_dynrel_entries()
Delf64-ia64-vms.c87 } *reloc_entries; member
1878 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) in count_dyn_reloc()
1889 rent->next = dyn_i->reloc_entries; in count_dyn_reloc()
1893 dyn_i->reloc_entries = rent; in count_dyn_reloc()
2510 for (rent = dyn_i->reloc_entries; rent; rent = rent->next) in allocate_dynrel_entries()
DChangeLog-00011944 (elf32_hppa_link_hash_entry): Rename reloc_entries to dyn_relocs.
3798 (elf32_hppa_link_hash_entry): Always include reloc_entries field.