HomeSort by: relevance | last modified time | path
    Searched defs:top_index (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
elf32-m68hc1x.h 122 int top_index; member in struct:m68hc11_elf_link_hash_table
elf32-m68hc1x.c 239 unsigned int top_id, top_index; local
287 for (section = output_bfd->sections, top_index = 0;
291 if (top_index < section->index)
292 top_index = section->index;
295 htab->top_index = top_index;
296 amt = sizeof (asection *) * (top_index + 1);
304 list = input_list + top_index;
elf32-metag.c 822 unsigned int top_index; member in struct:elf_metag_link_hash_table
3402 unsigned int top_id, top_index; local
3433 for (section = output_bfd->sections, top_index = 0;
3437 if (top_index < section->index)
3438 top_index = section->index;
3441 htab->top_index = top_index;
3442 amt = sizeof (asection *) * (top_index + 1);
3450 list = input_list + top_index;
3480 if (isec->output_section->index <= htab->top_index)
    [all...]
elf32-avr.c 91 unsigned int top_index; member in struct:elf32_avr_link_hash_table
3493 unsigned int top_id, top_index;
3520 for (section = output_bfd->sections, top_index = 0;
3523 if (top_index < section->index)
3524 top_index = section->index;
3526 htab->top_index = top_index;
3527 amt = sizeof (asection *) * (top_index + 1);
3535 list = input_list + top_index;
3492 unsigned int top_id, top_index; local
elf32-hppa.c 268 unsigned int top_index; member in struct:elf32_hppa_link_hash_table
2291 unsigned int top_id, top_index; local
2324 for (section = output_bfd->sections, top_index = 0;
2328 if (top_index < section->index)
2329 top_index = section->index;
2332 htab->top_index = top_index;
2333 amt = sizeof (asection *) * (top_index + 1);
2341 list = input_list + top_index;
2370 if (isec->output_section->index <= htab->top_index)
    [all...]
elf32-csky.c 1237 unsigned int top_index; member in struct:csky_elf_link_hash_table
3162 if (isec->output_section->index <= htab->top_index)
3271 while (list++ != htab->input_list + htab->top_index);
3879 unsigned int top_id, top_index; local
3909 for (section = output_bfd->sections, top_index = 0;
3912 if (top_index < section->index)
3913 top_index = section->index;
3914 htab->top_index = top_index;
3915 amt = sizeof (asection *) * (top_index + 1)
    [all...]
elfnn-kvx.c 519 unsigned int top_index; member in struct:elf_kvx_link_hash_table
1028 unsigned int top_id, top_index; local
1060 for (section = output_bfd->sections, top_index = 0;
1063 if (top_index < section->index)
1064 top_index = section->index;
1067 htab->top_index = top_index;
1068 amt = sizeof (asection *) * (top_index + 1);
1076 list = input_list + top_index;
1105 if (isec->output_section->index <= htab->top_index)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68hc1x.h 120 int top_index; member in struct:m68hc11_elf_link_hash_table
elf32-m68hc1x.c 239 unsigned int top_id, top_index; local
287 for (section = output_bfd->sections, top_index = 0;
291 if (top_index < section->index)
292 top_index = section->index;
295 htab->top_index = top_index;
296 amt = sizeof (asection *) * (top_index + 1);
304 list = input_list + top_index;
elf32-metag.c 822 unsigned int top_index; member in struct:elf_metag_link_hash_table
3438 unsigned int top_id, top_index; local
3469 for (section = output_bfd->sections, top_index = 0;
3473 if (top_index < section->index)
3474 top_index = section->index;
3477 htab->top_index = top_index;
3478 amt = sizeof (asection *) * (top_index + 1);
3486 list = input_list + top_index;
3516 if (isec->output_section->index <= htab->top_index)
    [all...]
elf32-avr.c 91 unsigned int top_index; member in struct:elf32_avr_link_hash_table
3492 unsigned int top_id, top_index;
3519 for (section = output_bfd->sections, top_index = 0;
3522 if (top_index < section->index)
3523 top_index = section->index;
3525 htab->top_index = top_index;
3526 amt = sizeof (asection *) * (top_index + 1);
3534 list = input_list + top_index;
3491 unsigned int top_id, top_index; local
elf32-hppa.c 268 unsigned int top_index; member in struct:elf32_hppa_link_hash_table
2291 unsigned int top_id, top_index; local
2324 for (section = output_bfd->sections, top_index = 0;
2328 if (top_index < section->index)
2329 top_index = section->index;
2332 htab->top_index = top_index;
2333 amt = sizeof (asection *) * (top_index + 1);
2341 list = input_list + top_index;
2370 if (isec->output_section->index <= htab->top_index)
    [all...]
elf32-csky.c 1237 unsigned int top_index; member in struct:csky_elf_link_hash_table
3162 if (isec->output_section->index <= htab->top_index)
3271 while (list++ != htab->input_list + htab->top_index);
3880 unsigned int top_id, top_index; local
3910 for (section = output_bfd->sections, top_index = 0;
3913 if (top_index < section->index)
3914 top_index = section->index;
3915 htab->top_index = top_index;
3916 amt = sizeof (asection *) * (top_index + 1)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68hc1x.h 120 int top_index; member in struct:m68hc11_elf_link_hash_table
elf32-m68hc1x.c 239 unsigned int top_id, top_index; local
287 for (section = output_bfd->sections, top_index = 0;
291 if (top_index < section->index)
292 top_index = section->index;
295 htab->top_index = top_index;
296 amt = sizeof (asection *) * (top_index + 1);
304 list = input_list + top_index;
elf32-metag.c 822 unsigned int top_index; member in struct:elf_metag_link_hash_table
3436 unsigned int top_id, top_index; local
3467 for (section = output_bfd->sections, top_index = 0;
3471 if (top_index < section->index)
3472 top_index = section->index;
3475 htab->top_index = top_index;
3476 amt = sizeof (asection *) * (top_index + 1);
3484 list = input_list + top_index;
3514 if (isec->output_section->index <= htab->top_index)
    [all...]
elf32-avr.c 91 unsigned int top_index; member in struct:elf32_avr_link_hash_table
3492 unsigned int top_id, top_index;
3519 for (section = output_bfd->sections, top_index = 0;
3522 if (top_index < section->index)
3523 top_index = section->index;
3525 htab->top_index = top_index;
3526 amt = sizeof (asection *) * (top_index + 1);
3534 list = input_list + top_index;
3491 unsigned int top_id, top_index; local
elf32-hppa.c 268 unsigned int top_index; member in struct:elf32_hppa_link_hash_table
2291 unsigned int top_id, top_index; local
2324 for (section = output_bfd->sections, top_index = 0;
2328 if (top_index < section->index)
2329 top_index = section->index;
2332 htab->top_index = top_index;
2333 amt = sizeof (asection *) * (top_index + 1);
2341 list = input_list + top_index;
2370 if (isec->output_section->index <= htab->top_index)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68hc1x.h 120 int top_index; member in struct:m68hc11_elf_link_hash_table
elf32-m68hc1x.c 240 unsigned int top_id, top_index; local
288 for (section = output_bfd->sections, top_index = 0;
292 if (top_index < section->index)
293 top_index = section->index;
296 htab->top_index = top_index;
297 amt = sizeof (asection *) * (top_index + 1);
305 list = input_list + top_index;
elf32-metag.c 822 unsigned int top_index; member in struct:elf_metag_link_hash_table
3437 unsigned int top_id, top_index; local
3468 for (section = output_bfd->sections, top_index = 0;
3472 if (top_index < section->index)
3473 top_index = section->index;
3476 htab->top_index = top_index;
3477 amt = sizeof (asection *) * (top_index + 1);
3485 list = input_list + top_index;
3515 if (isec->output_section->index <= htab->top_index)
    [all...]
elf32-avr.c 91 unsigned int top_index; member in struct:elf32_avr_link_hash_table
3497 unsigned int top_id, top_index;
3524 for (section = output_bfd->sections, top_index = 0;
3527 if (top_index < section->index)
3528 top_index = section->index;
3530 htab->top_index = top_index;
3531 amt = sizeof (asection *) * (top_index + 1);
3539 list = input_list + top_index;
3496 unsigned int top_id, top_index; local
elf32-hppa.c 268 unsigned int top_index; member in struct:elf32_hppa_link_hash_table
2292 unsigned int top_id, top_index; local
2325 for (section = output_bfd->sections, top_index = 0;
2329 if (top_index < section->index)
2330 top_index = section->index;
2333 htab->top_index = top_index;
2334 amt = sizeof (asection *) * (top_index + 1);
2342 list = input_list + top_index;
2371 if (isec->output_section->index <= htab->top_index)
    [all...]
elf32-nios2.c 1796 unsigned int top_index; member in struct:elf32_nios2_link_hash_table
2219 unsigned int top_id, top_index; local
2250 for (section = output_bfd->sections, top_index = 0;
2254 if (top_index < section->index)
2255 top_index = section->index;
2258 htab->top_index = top_index;
2259 amt = sizeof (asection *) * (top_index + 1);
2267 list = input_list + top_index;
2296 if (isec->output_section->index <= htab->top_index)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 173 ordering so that expression (a || b && c) => top_index[a] < top_index[b]
174 < top_index[c]. */
175 auto_vec<int, 256> top_index; member in struct:__anon13923::conds_ctx
209 belong to different expressions. The TOP_INDEX argument should be the
210 top_index vector from ctx. */
212 topological_cmp (const void *lhs, const void *rhs, void *top_index)
216 const vec<int>* im = (const vec<int>*) top_index;
469 const vec<int>& top_index = ctx.top_index; local
    [all...]

Completed in 76 milliseconds

1 2