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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 3928 struct ppc_stub_hash_entry *alt_stub;
3930 alt_stub = select_alt_stub (stub_entry, r_type);
3931 if (alt_stub == NULL)
3933 alt_stub = ((struct ppc_stub_hash_entry *)
3937 if (alt_stub == NULL)
3940 *alt_stub = *stub_entry;
3941 stub_entry->root.next = &alt_stub->root;
3946 alt_stub = stub_entry;
3948 && alt_stub->root.next
3949 && alt_stub->root.next->string == alt_stub->root.string
3924 struct ppc_stub_hash_entry *alt_stub; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 3936 struct ppc_stub_hash_entry *alt_stub;
3938 alt_stub = select_alt_stub (stub_entry, r_type);
3939 if (alt_stub == NULL)
3941 alt_stub = ((struct ppc_stub_hash_entry *)
3945 if (alt_stub == NULL)
3948 *alt_stub = *stub_entry;
3949 stub_entry->root.next = &alt_stub->root;
3954 alt_stub = stub_entry;
3956 && alt_stub->root.next
3957 && alt_stub->root.next->string == alt_stub->root.string
3932 struct ppc_stub_hash_entry *alt_stub; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 3935 struct ppc_stub_hash_entry *alt_stub;
3937 alt_stub = select_alt_stub (stub_entry, r_type);
3938 if (alt_stub == NULL)
3940 alt_stub = ((struct ppc_stub_hash_entry *)
3944 if (alt_stub == NULL)
3947 *alt_stub = *stub_entry;
3948 stub_entry->root.next = &alt_stub->root;
3953 alt_stub = stub_entry;
3955 && alt_stub->root.next
3956 && alt_stub->root.next->string == alt_stub->root.string
3931 struct ppc_stub_hash_entry *alt_stub; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 3941 struct ppc_stub_hash_entry *alt_stub;
3943 alt_stub = select_alt_stub (stub_entry, r_type);
3944 if (alt_stub == NULL)
3946 alt_stub = ((struct ppc_stub_hash_entry *)
3950 if (alt_stub == NULL)
3953 *alt_stub = *stub_entry;
3954 stub_entry->root.next = &alt_stub->root;
3959 alt_stub = stub_entry;
3961 && alt_stub->root.next
3962 && alt_stub->root.next->string == alt_stub->root.string
3937 struct ppc_stub_hash_entry *alt_stub; local
    [all...]

Completed in 54 milliseconds