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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 597 asection **local_call_stubs; member in struct:mips_elf_obj_tdata
5857 && mips_elf_tdata (input_bfd)->local_call_stubs != NULL
5858 && mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx] != NULL))
5862 sec = mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx];
8768 if (mips_elf_tdata (abfd)->local_call_stubs == NULL)
8782 mips_elf_tdata (abfd)->local_call_stubs = n;
8786 mips_elf_tdata (abfd)->local_call_stubs[r_symndx] = sec;
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 592 asection **local_call_stubs; member in struct:mips_elf_obj_tdata
5837 && mips_elf_tdata (input_bfd)->local_call_stubs != NULL
5838 && mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx] != NULL))
5842 sec = mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx];
8748 if (mips_elf_tdata (abfd)->local_call_stubs == NULL)
8762 mips_elf_tdata (abfd)->local_call_stubs = n;
8766 mips_elf_tdata (abfd)->local_call_stubs[r_symndx] = sec;
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 592 asection **local_call_stubs; member in struct:mips_elf_obj_tdata
5791 && mips_elf_tdata (input_bfd)->local_call_stubs != NULL
5792 && mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx] != NULL))
5796 sec = mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx];
8668 if (mips_elf_tdata (abfd)->local_call_stubs == NULL)
8682 mips_elf_tdata (abfd)->local_call_stubs = n;
8686 mips_elf_tdata (abfd)->local_call_stubs[r_symndx] = sec;
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 592 asection **local_call_stubs; member in struct:mips_elf_obj_tdata
5798 && mips_elf_tdata (input_bfd)->local_call_stubs != NULL
5799 && mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx] != NULL))
5803 sec = mips_elf_tdata (input_bfd)->local_call_stubs[r_symndx];
8681 if (mips_elf_tdata (abfd)->local_call_stubs == NULL)
8695 mips_elf_tdata (abfd)->local_call_stubs = n;
8699 mips_elf_tdata (abfd)->local_call_stubs[r_symndx] = sec;

Completed in 88 milliseconds