Searched refs:relplt (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2463 asection *relplt;
2683 htab->relplt = bfd_get_section_by_name (abfd, ".rela.plt");
4705 htab->relplt->size += sizeof (Elf32_External_Rela);
7270 loc = (htab->relplt->contents
7476 dyn.d_un.d_val = htab->relplt->size;
7480 s = htab->relplt;
7491 if (htab->relplt)
7492 dyn.d_un.d_ptr -= htab->relplt->size;
2458 asection *relplt; member in struct:ppc_elf_link_hash_table
H A Delf.c8795 asection *relplt;
8820 relplt = bfd_get_section_by_name (abfd, relplt_name);
8821 if (relplt == NULL)
8824 hdr = &elf_section_data (relplt)->this_hdr;
8834 if (! (*slurp_relocs) (abfd, relplt, dynsyms, TRUE))
8837 count = relplt->size / hdr->sh_entsize;
8839 p = relplt->relocation;
8848 p = relplt->relocation;
8784 asection *relplt; local
H A Delf64-ppc.c3486 asection *relplt;
3988 htab->relplt = bfd_get_section_by_name (dynobj, ".rela.plt");
3993 if (!htab->got || !htab->plt || !htab->relplt || !htab->dynbss
7780 s = htab->relplt;
8142 if (s != htab->relplt)
11609 || htab->relplt == NULL
11621 loc = htab->relplt->contents;
11744 s = htab->relplt;
11749 dyn.d_un.d_val = htab->relplt->size;
11755 s = htab->relplt;
3482 asection *relplt; member in struct:ppc_link_hash_table
[all...]
H A Delf64-alpha.c2751 bfd_boolean relplt;
2782 relplt = FALSE;
2799 relplt = TRUE;
2850 if (relplt)
2743 bfd_boolean relplt; local
H A Delfxx-ia64.c3623 bfd_boolean relplt = FALSE;
3776 relplt = TRUE;
3838 if (relplt)
3617 bfd_boolean relplt = FALSE; local

Completed in 204 milliseconds