HomeSort by: relevance | last modified time | path
    Searched defs:desc_fd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 7945 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
8012 desc_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_desc",
8014 htab->tga_desc_fd = ppc_elf_hash_entry (desc_fd);
8040 && desc_fd != NULL
8041 && (desc_fd->type == STT_FUNC
8042 || desc_fd->needs_plt)
8043 && !(SYMBOL_CALLS_LOCAL (info, desc_fd)
8044 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, desc_fd))))
8045 desc_fd = NULL;
8047 if (tga_fd != NULL || desc_fd != NULL
7941 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 7945 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
8012 desc_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_desc",
8014 htab->tga_desc_fd = ppc_elf_hash_entry (desc_fd);
8040 && desc_fd != NULL
8041 && (desc_fd->type == STT_FUNC
8042 || desc_fd->needs_plt)
8043 && !(SYMBOL_CALLS_LOCAL (info, desc_fd)
8044 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, desc_fd))))
8045 desc_fd = NULL;
8047 if (tga_fd != NULL || desc_fd != NULL
7941 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 7938 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
8005 desc_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_desc",
8007 htab->tga_desc_fd = ppc_elf_hash_entry (desc_fd);
8033 && desc_fd != NULL
8034 && (desc_fd->type == STT_FUNC
8035 || desc_fd->needs_plt)
8036 && !(SYMBOL_CALLS_LOCAL (info, desc_fd)
8037 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, desc_fd))))
8038 desc_fd = NULL;
8040 if (tga_fd != NULL || desc_fd != NULL
7934 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 7937 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
8004 desc_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_desc",
8006 htab->tga_desc_fd = ppc_elf_hash_entry (desc_fd);
8032 && desc_fd != NULL
8033 && (desc_fd->type == STT_FUNC
8034 || desc_fd->needs_plt)
8035 && !(SYMBOL_CALLS_LOCAL (info, desc_fd)
8036 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, desc_fd))))
8037 desc_fd = NULL;
8039 if (tga_fd != NULL || desc_fd != NULL
7933 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd; local
    [all...]

Completed in 83 milliseconds