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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 596 asection **local_stubs; member in struct:mips_elf_obj_tdata
5817 && mips_elf_tdata (input_bfd)->local_stubs != NULL
5818 && mips_elf_tdata (input_bfd)->local_stubs[r_symndx] != NULL))
5826 sec = mips_elf_tdata (input_bfd)->local_stubs[r_symndx];
8642 if (mips_elf_tdata (abfd)->local_stubs == NULL)
8656 mips_elf_tdata (abfd)->local_stubs = n;
8660 mips_elf_tdata (abfd)->local_stubs[r_symndx] = sec;
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 591 asection **local_stubs; member in struct:mips_elf_obj_tdata
5797 && mips_elf_tdata (input_bfd)->local_stubs != NULL
5798 && mips_elf_tdata (input_bfd)->local_stubs[r_symndx] != NULL))
5806 sec = mips_elf_tdata (input_bfd)->local_stubs[r_symndx];
8622 if (mips_elf_tdata (abfd)->local_stubs == NULL)
8636 mips_elf_tdata (abfd)->local_stubs = n;
8640 mips_elf_tdata (abfd)->local_stubs[r_symndx] = sec;
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 591 asection **local_stubs; member in struct:mips_elf_obj_tdata
5751 && mips_elf_tdata (input_bfd)->local_stubs != NULL
5752 && mips_elf_tdata (input_bfd)->local_stubs[r_symndx] != NULL))
5760 sec = mips_elf_tdata (input_bfd)->local_stubs[r_symndx];
8542 if (mips_elf_tdata (abfd)->local_stubs == NULL)
8556 mips_elf_tdata (abfd)->local_stubs = n;
8560 mips_elf_tdata (abfd)->local_stubs[r_symndx] = sec;
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 591 asection **local_stubs; member in struct:mips_elf_obj_tdata
5758 && mips_elf_tdata (input_bfd)->local_stubs != NULL
5759 && mips_elf_tdata (input_bfd)->local_stubs[r_symndx] != NULL))
5767 sec = mips_elf_tdata (input_bfd)->local_stubs[r_symndx];
8555 if (mips_elf_tdata (abfd)->local_stubs == NULL)
8569 mips_elf_tdata (abfd)->local_stubs = n;
8573 mips_elf_tdata (abfd)->local_stubs[r_symndx] = sec;

Completed in 96 milliseconds