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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 5435 bool target_is_16_bit_code_p)
5459 return !target_is_16_bit_code_p;
5611 bool target_is_16_bit_code_p = false;
5682 target_is_16_bit_code_p = (addend & 1) && !micromips_p;
5689 target_is_16_bit_code_p = ((symbol + addend) & 1) && !micromips_p;
5695 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (sym->st_other);
5798 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (h->root.other);
5848 target_is_16_bit_code_p = false;
5859 && ((h != NULL && h->use_plt_entry) || !target_is_16_bit_code_p))
5897 target_is_16_bit_code_p))
5589 bool target_is_16_bit_code_p = false; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 5415 bool target_is_16_bit_code_p)
5439 return !target_is_16_bit_code_p;
5591 bool target_is_16_bit_code_p = false;
5662 target_is_16_bit_code_p = (addend & 1) && !micromips_p;
5669 target_is_16_bit_code_p = ((symbol + addend) & 1) && !micromips_p;
5675 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (sym->st_other);
5778 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (h->root.other);
5828 target_is_16_bit_code_p = false;
5839 && ((h != NULL && h->use_plt_entry) || !target_is_16_bit_code_p))
5877 target_is_16_bit_code_p))
5569 bool target_is_16_bit_code_p = false; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 5369 bool target_is_16_bit_code_p)
5393 return !target_is_16_bit_code_p;
5545 bool target_is_16_bit_code_p = false;
5616 target_is_16_bit_code_p = (addend & 1) && !micromips_p;
5623 target_is_16_bit_code_p = ((symbol + addend) & 1) && !micromips_p;
5629 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (sym->st_other);
5732 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (h->root.other);
5782 target_is_16_bit_code_p = false;
5793 && ((h != NULL && h->use_plt_entry) || !target_is_16_bit_code_p))
5831 target_is_16_bit_code_p))
5523 bool target_is_16_bit_code_p = false; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 5376 bool target_is_16_bit_code_p)
5400 return !target_is_16_bit_code_p;
5552 bool target_is_16_bit_code_p = false;
5623 target_is_16_bit_code_p = (addend & 1) && !micromips_p;
5630 target_is_16_bit_code_p = ((symbol + addend) & 1) && !micromips_p;
5636 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (sym->st_other);
5739 target_is_16_bit_code_p = ELF_ST_IS_MIPS16 (h->root.other);
5789 target_is_16_bit_code_p = false;
5800 && ((h != NULL && h->use_plt_entry) || !target_is_16_bit_code_p))
5838 target_is_16_bit_code_p))
5530 bool target_is_16_bit_code_p = false; local
    [all...]

Completed in 81 milliseconds