Home
last modified time | relevance | path

Searched refs:sorted (Results 1 – 25 of 93) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/ld/
Dldgram.y448 $$.sorted = none;
455 $$.sorted = none;
462 $$.sorted = by_name;
469 $$.sorted = by_alignment;
476 $$.sorted = by_none;
483 $$.sorted = by_name_alignment;
490 $$.sorted = by_name;
497 $$.sorted = by_alignment_name;
504 $$.sorted = by_alignment;
511 $$.sorted = by_name;
[all …]
Dmri.c218 tmp->spec.sorted = none; in mri_draw_tree()
230 tmp->spec.sorted = none; in mri_draw_tree()
Dld.h96 sort_type sorted; member
Dldlang.c478 && (sec == NULL || sec->spec.sorted == none)) in wild_sort_fast()
489 if (compare_section (sec->spec.sorted, section, (*tree)->section) < 0) in wild_sort_fast()
2465 && (sec == NULL || sec->spec.sorted == none)) in wild_sort()
2538 && sec->spec.sorted != none in wild_sort()
2539 && sec->spec.sorted != by_none) in wild_sort()
2540 if (compare_section (sec->spec.sorted, section, ls->section) < 0) in wild_sort()
2885 && s->handler_data[0]->spec.sorted == by_name in wild()
3547 switch (sec->spec.sorted) in update_wild_statements()
3550 sec->spec.sorted = sort_section; in update_wild_statements()
3554 sec->spec.sorted = by_name_alignment; in update_wild_statements()
[all …]
/toolchain/binutils/binutils-2.25/gprof/
Dcg_print.c313 Arc *arc, *detached, sorted, *prev; in sort_parents() local
321 sorted.next_parent = 0; in sort_parents()
328 for (prev = &sorted; prev->next_parent; prev = prev->next_parent) in sort_parents()
339 child->cg.parents = sorted.next_parent; in sort_parents()
400 Arc *arc, *detached, sorted, *prev; in sort_children() local
408 sorted.next_child = 0; in sort_children()
415 for (prev = &sorted; prev->next_child; prev = prev->next_child) in sort_children()
426 parent->cg.children = sorted.next_child; in sort_children()
Dfsf_callg_bl.m2 This table describes the call tree of the program, and was sorted by
11 Index numbers are sorted numerically.
DChangeLog-2005109 * basic_blocks.c (print_exec_counts): Step through sorted array of
Dgprof.texi957 The functions are sorted first by decreasing run-time spent in them,
989 sorted in decreasing order by the @samp{calls} field.
1008 The flat profile listing is sorted first by this number.
1028 This is the name of the function. The flat profile is sorted by this
1030 fields are sorted.
1088 The entries are sorted by time spent in the function and its subroutines.
2067 which requires the symbol table to be a sorted array.
2129 is sorted in order of ascending memory addresses, we can
2155 Two passes are now made through this sorted array of symbol pointers.
2168 new array of pointers is assembled, this time sorted by propagated time.
/toolchain/binutils/binutils-2.25/gold/
Dmerge.h140 bool sorted; member
143 : merge_map(NULL), entries(), sorted(true) in Input_merge_map()
Dmerge.cc123 map->sorted = false; in add_mapping()
155 if (!map->sorted) in get_output_offset()
159 map->sorted = true; in get_output_offset()
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Delf32cr16.sc101 the crtend.o file until after the sorted ctors.
Delf32crx.sc104 the crtend.o file until after the sorted ctors.
Delfd10v.sc33 the crtend.o file until after the sorted ctors.
Delfmicroblaze.sc32 from the crtend.o file until after the sorted ctors.
Delfd30v.sc24 the crtend.o file until after the sorted ctors.
Delf32msp430.sc215 crtend.o file until after the sorted ctors. The .ctor section
Dxstormy16.sc79 the crtend.o file until after the sorted ctors.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dtic6xdsbt.em102 /* Build a sorted list of input text sections, then use that to process
Dmipself.em42 /* .gnu.hash and the MIPS ABI require .dynsym to be sorted in different
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
Darm-lib.ld106 from the crtend.o file until after the sorted ctors.
Darm-dyn.ld113 from the crtend.o file until after the sorted ctors.
Darm-no-rel-plt.ld137 the crtend.o file until after the sorted ctors.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dmips-lib.ld116 from the crtend.o file until after the sorted ctors.
Dmips-dyn.ld125 from the crtend.o file until after the sorted ctors.
/toolchain/binutils/binutils-2.25/gas/
Dconfigure.tgt47 # Note: This table is alpha-sorted, please try to keep it that way.
119 # Note: This table is alpha-sorted, please try to keep it that way.

1234