Searched refs:sorted (Results 1 – 25 of 93) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/ld/ |
D | ldgram.y | 448 $$.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 …]
|
D | mri.c | 218 tmp->spec.sorted = none; in mri_draw_tree() 230 tmp->spec.sorted = none; in mri_draw_tree()
|
D | ld.h | 96 sort_type sorted; member
|
D | ldlang.c | 478 && (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/ |
D | cg_print.c | 313 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()
|
D | fsf_callg_bl.m | 2 This table describes the call tree of the program, and was sorted by 11 Index numbers are sorted numerically.
|
D | ChangeLog-2005 | 109 * basic_blocks.c (print_exec_counts): Step through sorted array of
|
D | gprof.texi | 957 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/ |
D | merge.h | 140 bool sorted; member 143 : merge_map(NULL), entries(), sorted(true) in Input_merge_map()
|
D | merge.cc | 123 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/ |
D | elf32cr16.sc | 101 the crtend.o file until after the sorted ctors.
|
D | elf32crx.sc | 104 the crtend.o file until after the sorted ctors.
|
D | elfd10v.sc | 33 the crtend.o file until after the sorted ctors.
|
D | elfmicroblaze.sc | 32 from the crtend.o file until after the sorted ctors.
|
D | elfd30v.sc | 24 the crtend.o file until after the sorted ctors.
|
D | elf32msp430.sc | 215 crtend.o file until after the sorted ctors. The .ctor section
|
D | xstormy16.sc | 79 the crtend.o file until after the sorted ctors.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | tic6xdsbt.em | 102 /* Build a sorted list of input text sections, then use that to process
|
D | mipself.em | 42 /* .gnu.hash and the MIPS ABI require .dynsym to be sorted in different
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | arm-lib.ld | 106 from the crtend.o file until after the sorted ctors.
|
D | arm-dyn.ld | 113 from the crtend.o file until after the sorted ctors.
|
D | arm-no-rel-plt.ld | 137 the crtend.o file until after the sorted ctors.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
D | mips-lib.ld | 116 from the crtend.o file until after the sorted ctors.
|
D | mips-dyn.ld | 125 from the crtend.o file until after the sorted ctors.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | configure.tgt | 47 # 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