Searched refs:irelplt (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf-s390-common.c72 htab->irelplt = s;
145 htab->irelplt->size += RELA_ENTRY_SIZE;
146 htab->irelplt->reloc_count++;
H A Delf-ifunc.c88 htab->irelplt = s;
224 relplt = htab->irelplt;
H A Delf64-ppc.c4427 htab->elf.irelplt
4429 if (htab->elf.irelplt == NULL
4430 || ! bfd_set_section_alignment (dynobj, htab->elf.irelplt, 3))
9636 htab->elf.irelplt->size += rentsize;
9862 sreloc = htab->elf.irelplt;
9883 s = htab->elf.irelplt;
10066 srel = htab->elf.irelplt;
10112 htab->elf.irelplt->size += rel_size;
10139 htab->elf.irelplt->size += sizeof (Elf64_External_Rela);
11163 rl = (htab->elf.irelplt
[all...]
H A Delf32-ppc.c3539 htab->elf.irelplt = s;
6086 htab->elf.irelplt->size += sizeof (Elf32_External_Rela);
6194 rsec = htab->elf.irelplt;
6317 sreloc = htab->elf.irelplt;
6435 sreloc = htab->elf.irelplt;
6482 srel = htab->elf.irelplt;
6522 htab->elf.irelplt->size += sizeof (Elf32_External_Rela);
8427 loc = htab->elf.irelplt->contents;
8428 loc += (htab->elf.irelplt->reloc_count++
8619 rsec = htab->elf.irelplt;
[all...]
H A Delf64-s390.c2077 htab->elf.irelplt->size += sizeof (Elf64_External_Rela);
3367 || htab->elf.irelplt == NULL)
3376 relplt = htab->elf.irelplt;
3732 dyn.d_un.d_val = htab->elf.srelplt->size + htab->elf.irelplt->size;
3743 dyn.d_un.d_val -= htab->elf.srelplt->size + htab->elf.irelplt->size;
H A Delf32-s390.c2135 htab->elf.irelplt->size += RELA_ENTRY_SIZE;
3450 || htab->elf.irelplt == NULL)
3454 relplt = htab->elf.irelplt;
3933 dyn.d_un.d_val = htab->elf.srelplt->size + htab->elf.irelplt->size;
H A Delf32-i386.c3413 else if (htab->elf.irelplt)
3414 htab->next_irelative_index = htab->elf.irelplt->reloc_count - 1;
4178 sreloc = htab->elf.irelplt;
5350 relplt = htab->elf.irelplt;
5599 relgot = htab->elf.irelplt;
H A Delf64-x86-64.c3859 else if (htab->elf.irelplt)
3860 htab->next_irelative_index = htab->elf.irelplt->reloc_count - 1;
4596 sreloc = htab->elf.irelplt;
5832 relplt = htab->elf.irelplt;
6116 relgot = htab->elf.irelplt;
H A Delfxx-sparc.c1263 htab->irelplt = s;
2317 htab->elf.irelplt->size += SPARC_ELF_RELA_BYTES (htab);
2617 srel = htab->elf.irelplt;
4384 srela = htab->elf.irelplt;
H A Delf-bfd.h605 asection *irelplt;
604 asection *irelplt; member in struct:elf_link_hash_table
H A Delf32-arm.c3533 if (htab->root.irelplt == NULL)
3541 htab->root.irelplt = s;
9151 htab->root.irelplt->size += RELOC_SIZE (htab) * count;
9171 sreloc = htab->root.irelplt;
9207 elf32_arm_allocate_irelocs (info, htab->root.irelplt, 1);
9289 srel = htab->root.irelplt;
H A Delfnn-aarch64.c8671 relplt = htab->root.irelplt;
8829 relplt = htab->root.irelplt;

Completed in 761 milliseconds