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

  /src/external/gpl3/binutils/dist/bfd/
elf32-csky.c 3703 #define MAXRELOCS 2
3715 int stub_reloc_idx[MAXRELOCS] = {-1, -1};
3716 int stub_reloc_offset[MAXRELOCS] = {0, 0};
3790 /* Assume there is at least one and at most MAXRELOCS entries to relocate
3792 BFD_ASSERT (nrelocs != 0 && nrelocs <= MAXRELOCS);
3822 #undef MAXRELOCS
elf32-arm.c 4981 #define MAXRELOCS 3
4994 int stub_reloc_idx[MAXRELOCS] = {-1, -1};
4995 int stub_reloc_offset[MAXRELOCS] = {0, 0};
5112 /* Assume non empty slots have at least one and at most MAXRELOCS entries
5116 BFD_ASSERT (removed_sg_veneer || (nrelocs != 0 && nrelocs <= MAXRELOCS));
5151 #undef MAXRELOCS
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-csky.c 3704 #define MAXRELOCS 2
3716 int stub_reloc_idx[MAXRELOCS] = {-1, -1};
3717 int stub_reloc_offset[MAXRELOCS] = {0, 0};
3791 /* Assume there is at least one and at most MAXRELOCS entries to relocate
3793 BFD_ASSERT (nrelocs != 0 && nrelocs <= MAXRELOCS);
3823 #undef MAXRELOCS
elf32-arm.c 5053 #define MAXRELOCS 3
5066 int stub_reloc_idx[MAXRELOCS] = {-1, -1};
5067 int stub_reloc_offset[MAXRELOCS] = {0, 0};
5184 /* Assume non empty slots have at least one and at most MAXRELOCS entries
5188 BFD_ASSERT (removed_sg_veneer || (nrelocs != 0 && nrelocs <= MAXRELOCS));
5223 #undef MAXRELOCS
  /src/external/gpl3/gdb/dist/bfd/
elf32-csky.c 3702 #define MAXRELOCS 2
3714 int stub_reloc_idx[MAXRELOCS] = {-1, -1};
3715 int stub_reloc_offset[MAXRELOCS] = {0, 0};
3789 /* Assume there is at least one and at most MAXRELOCS entries to relocate
3791 BFD_ASSERT (nrelocs != 0 && nrelocs <= MAXRELOCS);
3821 #undef MAXRELOCS
elf32-arm.c 5049 #define MAXRELOCS 3
5062 int stub_reloc_idx[MAXRELOCS] = {-1, -1};
5063 int stub_reloc_offset[MAXRELOCS] = {0, 0};
5180 /* Assume non empty slots have at least one and at most MAXRELOCS entries
5184 BFD_ASSERT (removed_sg_veneer || (nrelocs != 0 && nrelocs <= MAXRELOCS));
5219 #undef MAXRELOCS
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-csky.c 3704 #define MAXRELOCS 2
3716 int stub_reloc_idx[MAXRELOCS] = {-1, -1};
3717 int stub_reloc_offset[MAXRELOCS] = {0, 0};
3791 /* Assume there is at least one and at most MAXRELOCS entries to relocate
3793 BFD_ASSERT (nrelocs != 0 && nrelocs <= MAXRELOCS);
3823 #undef MAXRELOCS
elf32-arm.c 5030 #define MAXRELOCS 3
5043 int stub_reloc_idx[MAXRELOCS] = {-1, -1};
5044 int stub_reloc_offset[MAXRELOCS] = {0, 0};
5161 /* Assume non empty slots have at least one and at most MAXRELOCS entries
5165 BFD_ASSERT (removed_sg_veneer || (nrelocs != 0 && nrelocs <= MAXRELOCS));
5200 #undef MAXRELOCS

Completed in 94 milliseconds