Home
last modified time | relevance | path

Searched refs:prop (Results 201 – 225 of 729) sorted by path

12345678910>>...30

/netbsd/external/gpl3/binutils/dist/binutils/po/
H A Duk.po6841 " avr-prop Display contents of .avr.prop section\n"
6845 " avr-prop вивести вміст розділу .avr.prop\n"
/netbsd/external/gpl3/binutils/dist/gas/
H A DChangeLog-20183415 (md_longopts): Add separate-prop-tables option.
3418 (md_show_usage): Add help for [no-]separate-prop-tables options.
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dobj-macho.c958 obj_mach_o_fileprop (int prop) in obj_mach_o_fileprop() argument
960 if (prop < 0 || prop >= OBJ_MACH_O_FILE_PROP_MAX) in obj_mach_o_fileprop()
961 as_fatal (_("internal error: bad file property ID %d"), prop); in obj_mach_o_fileprop()
963 switch ((obj_mach_o_file_properties) prop) in obj_mach_o_fileprop()
/netbsd/external/gpl3/binutils/dist/gas/po/
H A Des.po3572 msgstr "procesador seleccionado no admite registro de propósito especial solicitado"
11468 msgstr "valor inválido para el registro de propósito especial"
15221 msgstr "se especificaron registros de propósito general numerados impares como par de registro"
22130 #~ msgstr "el procesador seleccionado no admite el registro de propósito especial %x"
/netbsd/external/gpl3/binutils/dist/gold/
H A Dlayout.cc2328 Gnu_property prop; in layout_gnu_property() local
2329 prop.pr_datasz = pr_datasz; in layout_gnu_property()
2332 this->gnu_properties_[pr_type] = prop; in layout_gnu_property()
2424 Gnu_property prop; in add_gnu_property() local
2425 prop.pr_datasz = pr_datasz; in add_gnu_property()
2427 memcpy(prop.pr_data, pr_data, pr_datasz); in add_gnu_property()
2428 this->gnu_properties_[pr_type] = prop; in add_gnu_property()
3285 prop != this->gnu_properties_.end(); in create_gnu_properties_note()
3286 ++prop) in create_gnu_properties_note()
3304 prop != this->gnu_properties_.end(); in create_gnu_properties_note()
[all …]
/netbsd/external/gpl3/binutils/dist/gprof/
H A Dalpha.c103 indirect_child.cg.prop.fract = 1.0; in alpha_find_call()
H A Dcg_arcs.c170 if (parent->cg.prop.fract == 0.0) in propagate_time()
266 cyc->cg.prop.self = cyc->cg.prop.fract * cyc->hist.time; in cycle_time()
370 child->cg.prop.fract = 0.0; in inherit_flags()
386 child->cg.prop.fract += parent->cg.prop.fract in inherit_flags()
398 head->cg.prop.fract = 0.0; in inherit_flags()
416 head->cg.prop.fract += parent->cg.prop.fract in inherit_flags()
424 member->cg.prop.fract = head->cg.prop.fract; in inherit_flags()
518 child->cg.prop.self = child->hist.time * child->cg.prop.fract; in propagate_flags()
544 diff = (left->cg.prop.self + left->cg.prop.child) in cmp_total()
545 - (right->cg.prop.self + right->cg.prop.child); in cmp_total()
[all …]
H A Dcg_print.c124 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time, in print_cycle()
125 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls); in print_cycle()
141 double left_time = left->cg.prop.self + left->cg.prop.child; in cmp_member()
142 double right_time = right->cg.prop.self + right->cg.prop.child; in cmp_member()
202 "", "", member->cg.prop.self / hz, member->cg.prop.child / hz, in print_members()
478 100 * (np->cg.prop.self + np->cg.prop.child) / print_time, in print_line()
479 np->cg.prop.self / hz, np->cg.prop.child / hz); in print_line()
518 && parent->cg.self_calls == 0 && parent->cg.prop.self == 0 in cg_print()
519 && parent->cg.prop.child == 0) in cg_print()
H A Dmips.c55 indirect_child.cg.prop.fract = 1.0; in mips_find_call()
H A Dsymtab.c45 sym->cg.prop.fract = 0.0; in sym_init()
46 sym->cg.prop.self = 0.0; in sym_init()
47 sym->cg.prop.child = 0.0; in sym_init()
H A Dsymtab.h88 prop; member
H A Dutils.c92 DBG (PROPDEBUG, printf ("%4.0f%% ", 100.0 * self->cg.prop.fract)); in print_name_only()
H A Dvax.c246 indirectchild.cg.prop.fract = 1.0; in vax_find_call()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDataSpace.cc258 PropDescr *prop = new PropDescr (PROP_HWCDOBJ, NTXT ("HWCDOBJ")); in compute_metrics() local
259 prop->uname = NULL; in compute_metrics()
260 prop->vtype = TYPE_OBJ; in compute_metrics()
261 ddscr->addProperty (prop); in compute_metrics()
H A DDbe.cc588 int prop = 99; in dbeGetExpsProperty() local
590 prop = 1; in dbeGetExpsProperty()
592 prop = 2; in dbeGetExpsProperty()
593 if (prop < 3) in dbeGetExpsProperty()
8732 PropDescr *prop = props->fetch (i); in dbeGetDataPropertiesV2() local
8733 char *pname = prop->name; in dbeGetDataPropertiesV2()
8736 char *uname = prop->uname; in dbeGetDataPropertiesV2()
8739 int vtypeNum = prop->vtype; in dbeGetDataPropertiesV2()
8746 int nStates = prop->getMaxState (); in dbeGetDataPropertiesV2()
8759 propId->store (i, prop->propID); in dbeGetDataPropertiesV2()
[all …]
H A DDbeSession.cc2871 propNames->store (propId, prop); in propNames_name_store()
2880 prop->vtype = dataType; in propNames_name_store()
2881 prop->uname = dbe_strdup (propUname); in propNames_name_store()
2882 prop->flags = flags; in propNames_name_store()
2883 propNames->store (propId, prop); in propNames_name_store()
2890 if (prop) in propNames_name_fetch()
2891 return prop->name; in propNames_name_fetch()
2943 if (prop) in getPropUName()
2944 return dbe_strdup (prop->uname); in getPropUName()
3244 char *pname = prop ? prop->name : NULL; in get_filter_keywords()
[all …]
H A DDbeSession.cc.12865 propNames->store (propId, prop);
2874 prop->vtype = dataType;
2875 prop->uname = dbe_strdup (propUname);
2876 prop->flags = flags;
2877 propNames->store (propId, prop);
2884 if (prop)
2885 return prop->name;
2937 if (prop)
2938 return dbe_strdup (prop->uname);
3250 char *pname = prop ? prop->name : NULL;
[all …]
H A DExperiment.cc338 if (prop != NULL) in endDocument()
350 if (prop != NULL) in endDocument()
920 mstate_prop = prop; in startElement()
3202 if (prop) in get_hwc_events()
3608 prop->vtype = TYPE_INT64; in get_heap_events()
3617 prop->vtype = TYPE_INT64; in get_heap_events()
3627 prop->vtype = TYPE_OBJ; in get_heap_events()
5245 if (prop) in resolve_frame_info()
5257 if (prop) in resolve_frame_info()
6205 if (sparse_threads && (prop == PROP_THRID || prop == PROP_LWPID)) in mapTagValue()
[all …]
H A DTable.h569 void sort (int prop);
/netbsd/external/gpl3/binutils/dist/ld/
H A DChangeLog173 * testsuite/ld-avr/avr-prop-7.d: Adjust expected output.
174 * testsuite/ld-avr/avr-prop-8.d: Likewise.
H A DChangeLog-2004330 * emulparams/elf32xtensa.sh (OTHER_SECTIONS): Add .xt.prop section.
H A DChangeLog-2006432 * emulparams/elf32xtensa.sh (.xt.prop): Add .xt.prop.*.
H A DChangeLog-2014417 ".gnu.linkonce.prop.".
H A DChangeLog-20161010 * testsuite/ld-avr/avr-prop-7.d: New test.
1011 * testsuite/ld-avr/avr-prop-7.s: New test.
1012 * testsuite/ld-avr/avr-prop-8.d: New test.
1013 * testsuite/ld-avr/avr-prop-8.s: New test.
2043 * testsuite/ld-avr/avr-prop-6.d: New test.
2044 * testsuite/ld-avr/avr-prop-6.s: New test.
2133 * testsuite/ld-avr/avr-prop-5.d: New.
2134 * testsuite/ld-avr/avr-prop-5.s: New.
/netbsd/external/gpl3/binutils/dist/ld/emultempl/
H A Dxtensaelf.em193 /* Now copy each insn table entry to the prop table entry with
245 #define PROP_SEC_BASE_NAME ".xt.prop"
270 strcpy (prop_sec_name, ".gnu.linkonce.prop.t.");
289 tables (.xt.prop) before any section placement. */
1323 if (startswith (name, "prop."))

12345678910>>...30