Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dcommon.cc73 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 DChangeLog-081512367 * 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 Dcommon.cc73 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 DChangeLog-081512367 * 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 Dsyscall.c69 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 Dhwcfuncs.c168 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 Dhwcentry.h120 int sort_order; /* "tag" to associate experiment record with HWC def */ member
H A Dhwctable.c2791 pentry->sort_order); in hwcentry_print()
/netbsd-src/external/gpl3/binutils/dist/gprofng/common/
H A Dhwcfuncs.c168 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 Dhwcentry.h121 int sort_order; /* "tag" to associate experiment record with HWC def */ member
H A Dhwctable.c2827 pentry->sort_order); in hwcentry_print()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dld.h85 typedef enum {sort_none, sort_ascending, sort_descending} sort_order; typedef
258 sort_order sort_common;
H A DChangeLog-2008644 * ld.h (enum sort_order): New.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dld.h85 typedef enum {sort_none, sort_ascending, sort_descending} sort_order; typedef
265 sort_order sort_common;
H A DChangeLog-2008644 * ld.h (enum sort_order): New.
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dhwprofile.c659 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 Dhwprofile.c659 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 Dmodules.c60 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 Dhistory.c216 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 DHist_data.h213 Sort_order sort_order; variable
H A DHist_data.cc217 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 Dparse.cc348 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 DHist_data.h213 Sort_order sort_order; variable
H A DHist_data.cc217 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 Dparse.cc348 ctr->sort_order = tag; in process_hwcounter_cmd()
439 ctr->sort_order = tag; in process_hwsimctr_cmd()