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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-ppc.c200 asection *relplt;
2849 htab->relplt = bfd_get_section_by_name (abfd, ".rela.plt");
3105 htab->relplt->size += sizeof (Elf32_External_Rela);
4464 BFD_ASSERT (htab->plt != NULL && htab->relplt != NULL);
4479 loc = (htab->relplt->contents
4579 dyn.d_un.d_val = htab->relplt->size;
4583 s = htab->relplt;
199 asection *relplt; member in struct:ppc_elf_link_hash_table
H A Delf64-ppc.c3284 asection *relplt;
3752 htab->relplt = bfd_get_section_by_name (dynobj, ".rela.plt");
3757 if (!htab->got || !htab->plt || !htab->relplt || !htab->dynbss
6675 s = htab->relplt;
7038 if (s != htab->relplt)
10019 || htab->relplt == NULL
10031 loc = htab->relplt->contents;
10154 s = htab->relplt;
10159 dyn.d_un.d_val = htab->relplt->size;
10165 s = htab->relplt;
3280 asection *relplt; member in struct:ppc_link_hash_table
[all...]
H A Delf.c7809 asection *relplt;
7830 relplt = bfd_get_section_by_name (abfd, relplt_name);
7831 if (relplt == NULL)
7834 hdr = &elf_section_data (relplt)->this_hdr;
7844 if (! (*slurp_relocs) (abfd, relplt, dynsyms, TRUE))
7847 count = relplt->size / hdr->sh_entsize;
7849 p = relplt->relocation;
7858 p = relplt->relocation;
7798 asection *relplt; local
H A Delf64-sparc.c1778 bfd_boolean relplt;
1809 relplt = FALSE;
1842 relplt = TRUE;
1891 if (relplt)
1772 bfd_boolean relplt; local
H A Delf64-alpha.c3995 bfd_boolean relplt;
4025 relplt = FALSE;
4055 relplt = TRUE;
4095 if (relplt)
3986 bfd_boolean relplt; local
H A Delfxx-ia64.c2875 bfd_boolean relplt = FALSE;
3027 relplt = TRUE;
3089 if (relplt)
2869 bfd_boolean relplt = FALSE; local
H A Delf32-xtensa.c1271 bfd_boolean relplt, relgot;
1396 relplt = FALSE;
1415 relplt = TRUE;
1499 if (relplt)
1267 bfd_boolean relplt, relgot; local

Completed in 157 milliseconds