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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 537 htab_t la25_stubs; member in struct:mips_elf_link_hash_table
1875 htab->la25_stubs = htab_try_create (1, mips_elf_la25_stub_hash,
1877 if (htab->la25_stubs == NULL)
1944 sprintf (name, ".text.stub.%d", (int) htab_elements (htab->la25_stubs));
2031 slot = htab_find_slot (htab->la25_stubs, &search, INSERT);
10935 /* A function that iterates over each entry in la25_stubs and fills
15055 htab_traverse (htab->la25_stubs, mips_elf_create_la25_stub, &hti);
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 519 htab_t la25_stubs; member in struct:mips_elf_link_hash_table
1878 htab->la25_stubs = htab_try_create (1, mips_elf_la25_stub_hash,
1880 if (htab->la25_stubs == NULL)
1947 sprintf (name, ".text.stub.%d", (int) htab_elements (htab->la25_stubs));
2034 slot = htab_find_slot (htab->la25_stubs, &search, INSERT);
10910 /* A function that iterates over each entry in la25_stubs and fills
15004 htab_traverse (htab->la25_stubs, mips_elf_create_la25_stub, &hti);
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 519 htab_t la25_stubs; member in struct:mips_elf_link_hash_table
1878 htab->la25_stubs = htab_try_create (1, mips_elf_la25_stub_hash,
1880 if (htab->la25_stubs == NULL)
1947 sprintf (name, ".text.stub.%d", (int) htab_elements (htab->la25_stubs));
2034 slot = htab_find_slot (htab->la25_stubs, &search, INSERT);
10805 /* A function that iterates over each entry in la25_stubs and fills
14899 htab_traverse (htab->la25_stubs, mips_elf_create_la25_stub, &hti);
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 519 htab_t la25_stubs; member in struct:mips_elf_link_hash_table
1885 htab->la25_stubs = htab_try_create (1, mips_elf_la25_stub_hash,
1887 if (htab->la25_stubs == NULL)
1954 sprintf (name, ".text.stub.%d", (int) htab_elements (htab->la25_stubs));
2041 slot = htab_find_slot (htab->la25_stubs, &search, INSERT);
10818 /* A function that iterates over each entry in la25_stubs and fills
14913 htab_traverse (htab->la25_stubs, mips_elf_create_la25_stub, &hti);

Completed in 68 milliseconds