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

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2415 asection *relplt;
2635 htab->relplt = bfd_get_section_by_name (abfd, ".rela.plt");
4572 htab->relplt->size += sizeof (Elf32_External_Rela);
7072 loc = (htab->relplt->contents
7278 dyn.d_un.d_val = htab->relplt->size;
7282 s = htab->relplt;
7293 if (htab->relplt)
7294 dyn.d_un.d_ptr -= htab->relplt->size;
2410 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.c3417 asection *relplt;
3919 htab->relplt = bfd_get_section_by_name (dynobj, ".rela.plt");
3924 if (!htab->got || !htab->plt || !htab->relplt || !htab->dynbss
7625 s = htab->relplt;
7986 if (s != htab->relplt)
11274 || htab->relplt == NULL
11286 loc = htab->relplt->contents;
11409 s = htab->relplt;
11414 dyn.d_un.d_val = htab->relplt->size;
11420 s = htab->relplt;
3413 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 161 milliseconds