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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 3253 asection *global_entry;
3630 htab->global_entry = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3632 if (htab->global_entry == NULL
3633 || !bfd_set_section_alignment (htab->global_entry, 2))
10191 s = htab->global_entry;
10499 || s == htab->global_entry
11733 case ppc_stub_global_entry: t1 = "global_entry"; break;
14733 s = htab->global_entry;
14771 sizeof "12345678.global_entry." + len);
14776 sprintf (name, "%08x.global_entry.%s", s->id, h->root.root.string)
3249 asection *global_entry; member in struct:ppc_link_hash_table
    [all...]
elflink.c 9208 struct bfd_link_hash_entry *global_entry;
9244 global_entry = bfd_link_hash_lookup (flinfo->info->hash, name,
9246 if (!global_entry)
9249 if (global_entry->type == bfd_link_hash_defined
9250 || global_entry->type == bfd_link_hash_defweak)
9252 *result = (global_entry->u.def.value
9253 + global_entry->u.def.section->output_section->vma
9254 + global_entry->u.def.section->output_offset);
9257 global_entry->root.string, (unsigned long) *result);
9196 struct bfd_link_hash_entry *global_entry; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 3261 asection *global_entry;
3638 htab->global_entry = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3640 if (htab->global_entry == NULL
3641 || !bfd_set_section_alignment (htab->global_entry, 2))
10191 s = htab->global_entry;
10499 || s == htab->global_entry
11730 case ppc_stub_global_entry: t1 = "global_entry"; break;
14731 s = htab->global_entry;
14769 sizeof "12345678.global_entry." + len);
14774 sprintf (name, "%08x.global_entry.%s", s->id, h->root.root.string)
3257 asection *global_entry; member in struct:ppc_link_hash_table
    [all...]
elflink.c 9193 struct bfd_link_hash_entry *global_entry;
9229 global_entry = bfd_link_hash_lookup (flinfo->info->hash, name,
9231 if (!global_entry)
9234 if (global_entry->type == bfd_link_hash_defined
9235 || global_entry->type == bfd_link_hash_defweak)
9237 *result = (global_entry->u.def.value
9238 + global_entry->u.def.section->output_section->vma
9239 + global_entry->u.def.section->output_offset);
9242 global_entry->root.string, (unsigned long) *result);
9181 struct bfd_link_hash_entry *global_entry; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 3261 asection *global_entry;
3637 htab->global_entry = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3639 if (htab->global_entry == NULL
3640 || !bfd_set_section_alignment (htab->global_entry, 2))
10184 s = htab->global_entry;
10485 || s == htab->global_entry
11713 case ppc_stub_global_entry: t1 = "global_entry"; break;
14713 s = htab->global_entry;
14750 char *name = bfd_malloc (sizeof "12345678.global_entry." + len);
14755 sprintf (name, "%08x.global_entry.%s", s->id, h->root.root.string)
3257 asection *global_entry; member in struct:ppc_link_hash_table
    [all...]
elflink.c 9125 struct bfd_link_hash_entry *global_entry;
9161 global_entry = bfd_link_hash_lookup (flinfo->info->hash, name,
9163 if (!global_entry)
9166 if (global_entry->type == bfd_link_hash_defined
9167 || global_entry->type == bfd_link_hash_defweak)
9169 *result = (global_entry->u.def.value
9170 + global_entry->u.def.section->output_section->vma
9171 + global_entry->u.def.section->output_offset);
9174 global_entry->root.string, (unsigned long) *result);
9113 struct bfd_link_hash_entry *global_entry; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 3266 asection *global_entry;
3643 htab->global_entry = bfd_make_section_anyway_with_flags (dynobj, ".glink",
3645 if (htab->global_entry == NULL
3646 || !bfd_set_section_alignment (htab->global_entry, 2))
10181 s = htab->global_entry;
10482 || s == htab->global_entry
11710 case ppc_stub_global_entry: t1 = "global_entry"; break;
14706 s = htab->global_entry;
14743 char *name = bfd_malloc (sizeof "12345678.global_entry." + len);
14748 sprintf (name, "%08x.global_entry.%s", s->id, h->root.root.string)
3262 asection *global_entry; member in struct:ppc_link_hash_table
    [all...]
elflink.c 9100 struct bfd_link_hash_entry *global_entry;
9136 global_entry = bfd_link_hash_lookup (flinfo->info->hash, name,
9138 if (!global_entry)
9141 if (global_entry->type == bfd_link_hash_defined
9142 || global_entry->type == bfd_link_hash_defweak)
9144 *result = (global_entry->u.def.value
9145 + global_entry->u.def.section->output_section->vma
9146 + global_entry->u.def.section->output_offset);
9149 global_entry->root.string, (unsigned long) *result);
9088 struct bfd_link_hash_entry *global_entry; local

Completed in 105 milliseconds