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

  /src/external/gpl3/binutils/dist/bfd/
elf32-tic6x.c 3588 int array_align_in, array_align_out, array_expect_in, array_expect_out;
3651 array_expect_in = elf32_tic6x_tag_to_array_alignment
3653 if (array_expect_in == -1)
3670 if (array_align_out < array_expect_in)
3749 && array_expect_in != -1
3750 && array_expect_out < array_expect_in)
3752 = elf32_tic6x_array_alignment_to_tag (array_expect_in);
3587 int array_align_in, array_align_out, array_expect_in, array_expect_out; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-tic6x.c 3589 int array_align_in, array_align_out, array_expect_in, array_expect_out;
3652 array_expect_in = elf32_tic6x_tag_to_array_alignment
3654 if (array_expect_in == -1)
3671 if (array_align_out < array_expect_in)
3750 && array_expect_in != -1
3751 && array_expect_out < array_expect_in)
3753 = elf32_tic6x_array_alignment_to_tag (array_expect_in);
3588 int array_align_in, array_align_out, array_expect_in, array_expect_out; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-tic6x.c 3587 int array_align_in, array_align_out, array_expect_in, array_expect_out;
3650 array_expect_in = elf32_tic6x_tag_to_array_alignment
3652 if (array_expect_in == -1)
3669 if (array_align_out < array_expect_in)
3748 && array_expect_in != -1
3749 && array_expect_out < array_expect_in)
3751 = elf32_tic6x_array_alignment_to_tag (array_expect_in);
3586 int array_align_in, array_align_out, array_expect_in, array_expect_out; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-tic6x.c 3595 int array_align_in, array_align_out, array_expect_in, array_expect_out;
3658 array_expect_in = elf32_tic6x_tag_to_array_alignment
3660 if (array_expect_in == -1)
3677 if (array_align_out < array_expect_in)
3756 && array_expect_in != -1
3757 && array_expect_out < array_expect_in)
3759 = elf32_tic6x_array_alignment_to_tag (array_expect_in);
3594 int array_align_in, array_align_out, array_expect_in, array_expect_out; local

Completed in 34 milliseconds