| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | common.cc | 73 Symbol_table::Sort_commons_order sort_order) in Sort_commons() argument 74 : symtab_(symtab), sort_order_(sort_order) in Sort_commons() 151 Sort_commons_order sort_order; in allocate_commons() local 153 sort_order = SORT_COMMONS_BY_SIZE_DESCENDING; in allocate_commons() 158 sort_order = SORT_COMMONS_BY_ALIGNMENT_DESCENDING; in allocate_commons() 160 sort_order = SORT_COMMONS_BY_ALIGNMENT_ASCENDING; in allocate_commons() 164 sort_order = SORT_COMMONS_BY_SIZE_DESCENDING; in allocate_commons() 171 this->do_allocate_commons<32>(layout, mapfile, sort_order); in allocate_commons() 179 this->do_allocate_commons<64>(layout, mapfile, sort_order); in allocate_commons() 193 Sort_commons_order sort_order) in do_allocate_commons() argument [all …]
|
| H A D | ChangeLog-0815 | 12367 * common.cc (Sort_common): Add sort_order parameter to 12371 (Symbol_table::do_allocate_commons): Add sort_order parameter.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | common.cc | 73 Symbol_table::Sort_commons_order sort_order) in Sort_commons() argument 74 : symtab_(symtab), sort_order_(sort_order) in Sort_commons() 151 Sort_commons_order sort_order; in allocate_commons() local 153 sort_order = SORT_COMMONS_BY_SIZE_DESCENDING; in allocate_commons() 158 sort_order = SORT_COMMONS_BY_ALIGNMENT_DESCENDING; in allocate_commons() 160 sort_order = SORT_COMMONS_BY_ALIGNMENT_ASCENDING; in allocate_commons() 164 sort_order = SORT_COMMONS_BY_SIZE_DESCENDING; in allocate_commons() 171 this->do_allocate_commons<32>(layout, mapfile, sort_order); in allocate_commons() 179 this->do_allocate_commons<64>(layout, mapfile, sort_order); in allocate_commons() 193 Sort_commons_order sort_order) in do_allocate_commons() argument [all …]
|
| H A D | ChangeLog-0815 | 12367 * common.cc (Sort_common): Add sort_order parameter to 12371 (Symbol_table::do_allocate_commons): Add sort_order parameter.
|
| /netbsd-src/usr.bin/systat/ |
| H A D | syscall.c | 69 static enum sort_order { UNSORTED, NAMES, COUNTS } sort_order = NAMES; variable 238 if (sort_order == COUNTS) { in showsyscall() 344 sort_order = COUNTS; in syscall_order() 346 sort_order = NAMES; in syscall_order() 348 sort_order = UNSORTED; in syscall_order() 356 if (sort_order == NAMES) { in syscall_order()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/ |
| H A D | hwcfuncs.c | 168 phwcdef->sort_order, phwcdef->reg_list); in ctrdefprint() 240 hwcdef[idx].sort_order = -1; in clear_hwcdefs() 282 unsigned sort_order = (unsigned) - 1; in process_data_descriptor() local 360 sort_order = (int) strtoul (dsp, &dsp, 0); in process_data_descriptor() 366 hwcdef[idx].sort_order = sort_order; in process_data_descriptor()
|
| H A D | hwcentry.h | 120 int sort_order; /* "tag" to associate experiment record with HWC def */ member
|
| H A D | hwctable.c | 2791 pentry->sort_order); in hwcentry_print()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/common/ |
| H A D | hwcfuncs.c | 168 phwcdef->sort_order, phwcdef->reg_list); in ctrdefprint() 240 hwcdef[idx].sort_order = -1; in clear_hwcdefs() 275 unsigned sort_order = (unsigned) - 1; in process_data_descriptor() local 368 sort_order = (int) strtoul (dsp, &dsp, 0); in process_data_descriptor() 374 hwcdef[idx].sort_order = sort_order; in process_data_descriptor()
|
| H A D | hwcentry.h | 121 int sort_order; /* "tag" to associate experiment record with HWC def */ member
|
| H A D | hwctable.c | 2827 pentry->sort_order); in hwcentry_print()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ld.h | 85 typedef enum {sort_none, sort_ascending, sort_descending} sort_order; typedef 258 sort_order sort_common;
|
| H A D | ChangeLog-2008 | 644 * ld.h (enum sort_order): New.
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ld.h | 85 typedef enum {sort_none, sort_ascending, sort_descending} sort_order; typedef 265 sort_order sort_common;
|
| H A D | ChangeLog-2008 | 644 * ld.h (enum sort_order): New.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| H A D | hwprofile.c | 659 hwcdef[ii]->sort_order, lost_samples.ce_pic[ii]); in collector_sigemt_handler() 664 hwcdef[ii]->sort_order, sample.ce_pic[ii]); in collector_sigemt_handler() 896 ctr->val, ctr->sort_order, ctr->memop); in hwclogwrite() 902 collector_interface->writeLog (" tag=\"%u\"", ctr->sort_order); in hwclogwrite()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | hwprofile.c | 659 hwcdef[ii]->sort_order, lost_samples.ce_pic[ii]); in collector_sigemt_handler() 664 hwcdef[ii]->sort_order, sample.ce_pic[ii]); in collector_sigemt_handler() 920 ctr->val, ctr->sort_order, ctr->memop); in hwclogwrite() 926 collector_interface->writeLog (" tag=\"%u\"", ctr->sort_order); in hwclogwrite()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | modules.c | 60 static int sort_order (const void *l, const void *r); 798 sort_order (const void *l, const void *r) in sort_order() function 923 qsort ((void *) s_head, s_count, sizeof (struct sortrec), sort_order); in cat_module()
|
| H A D | history.c | 216 static int sort_order (const void *l, const void *r); 329 sort_order (const void *l, const void *r) in sort_order() function 748 qsort (hrec_head, hrec_count, sizeof (struct hrec), sort_order); in history()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Hist_data.h | 213 Sort_order sort_order; variable
|
| H A D | Hist_data.cc | 217 if (hdata->sort_order == DESCEND) in sort_compare_all() 236 if (hdata->sort_order == DESCEND) in sort_compare_all() 504 sort_order = ASCEND; in sort() 512 sort_order = (mtype == Metric::ONAME || mtype == Metric::ADDRESS) ? in sort()
|
| H A D | parse.cc | 348 ctr->sort_order = tag; in process_hwcounter_cmd() 439 ctr->sort_order = tag; in process_hwsimctr_cmd()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Hist_data.h | 213 Sort_order sort_order; variable
|
| H A D | Hist_data.cc | 217 if (hdata->sort_order == DESCEND) in sort_compare_all() 236 if (hdata->sort_order == DESCEND) in sort_compare_all() 504 sort_order = ASCEND; in sort() 512 sort_order = (mtype == Metric::ONAME || mtype == Metric::ADDRESS) ? in sort()
|
| H A D | parse.cc | 348 ctr->sort_order = tag; in process_hwcounter_cmd() 439 ctr->sort_order = tag; in process_hwsimctr_cmd()
|