Searched refs:action (Results 1 - 25 of 79) sorted by last modified time

1234

/haiku-buildtools/binutils/opcodes/
H A Dcgen.sh26 # cgen.sh action srcdir cgen cgendir cgenflags arch prefix \
48 action=$1
85 case $action in
169 echo "$0: bad action: ${action}" >&2
/haiku-buildtools/binutils/ld/testsuite/lib/
H A Dld-lib.exp1179 # Note that this *must* be the first action if it is to be used at all;
1279 set action [lindex $actionlist 0]
1286 switch -- $action {
1297 perror "Unrecognized action $action"
1303 if { $action == "ld" } {
1527 # 4:action and options.
1629 set action [lindex $actionlist 0]
1636 switch -- $action {
1645 perror "Unrecognized action
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Darm-elf.exp62 # 4:filenames of assembler files 5: action and options. 6: name of output file
377 # that each "action" (elements of element 5) might have four elements
984 set action [lindex $actions $j]
985 if {[llength $action] == 4} {
986 set action [lreplace $action $elide_action_elt $elide_action_elt]
987 lset armeabitests_common $i 5 $j $action
/haiku-buildtools/binutils/include/vms/
H A Dlbr.h326 unsigned char action[2]; /* 1: delete, 2: insert, 3: replaced. */ member in struct:vms_leh
/haiku-buildtools/binutils/gas/config/
H A Dtc-ia64.c10209 print_dependency (const char *action, int depind) argument
10214 action, dv_mode[(regdeps[depind].dependency)->mode],
/haiku-buildtools/binutils/binutils/
H A Ddwarf-mode.el79 (defun dwarf-die-button-action (button)
98 'action #'dwarf-die-button-action)
/haiku-buildtools/binutils/bfd/
H A Dlinker.c1269 NOACT, /* No action. */
1449 enum link_action action;
1452 action = link_action[(int) row][(int) h->type];
1453 switch (action)
1489 if (action == DEFW)
1444 enum link_action action; local
H A Delf32-xtensa.c4461 the action in-place directly into the contents and return TRUE. Otherwise,
4630 the action in-place directly into the contents and return TRUE. Otherwise,
5380 "ta_remove_literal" remove a literal; this action is
5383 "ta_add_literal" insert a new literal; this action is
5390 removed by performing the text action. In the case of a "ta_widen"
5411 /* Structure for a text action record. */
5414 text_action_t action;
5458 a.action = ta_fill;
5481 BFD_ASSERT (ta == NULL || ta->action == ta_fill);
5530 if (pa->action
5399 text_action_t action; member in struct:text_action_struct
5531 action_next(text_action_list *action_list, text_action *action) argument
5544 text_action_add(text_action_list *l, text_action_t action, asection *sec, bfd_vma offset, int removed) argument
5589 text_action_add_literal(text_action_list *l, text_action_t action, const r_reloc *loc, const literal_value *value, int removed) argument
5786 static const text_action_t action[] = local
6411 text_action_t action; member in struct:proposed_action_struct
6669 ebb_propose_action(ebb_constraint *c, enum ebb_target_enum align_type, bfd_vma alignment_pow, text_action_t action, bfd_vma offset, int removed_bytes, bfd_boolean do_action) argument
8038 proposed_action *action = NULL; local
8151 proposed_action *action = &ebb_table->actions[i]; local
8222 proposed_action *action = &ebb_table->actions[i]; local
8230 proposed_action *action; local
8455 proposed_action *action = &constraint->actions[i]; local
8531 proposed_action *action = &constraint->actions[j]; local
8606 const proposed_action *action = &constraint->actions[i]; local
8626 proposed_action *action = &ebb_table->actions[i]; local
9363 text_action *action = (text_action *)node->value; local
9459 text_action *action = local
9673 text_action *action; local
[all...]
H A Delf.c1127 enum { nothing, compress, decompress } action = nothing; local
1139 action = decompress;
1144 if (action == nothing)
1153 action = compress;
1158 if (action == compress)
1184 && (action == decompress
1185 || (action == compress
1324 the whole point of this action is to preserve the
H A Delf-eh-frame.c1808 unsigned int action, extra_string, extra_data; local
1813 action = ((ent->make_relative ? 1 : 0)
1847 BFD_ASSERT (action & 1);
1850 action &= ~1;
1853 while (action)
1857 if (action & 2)
1861 action &= ~2;
1877 if (action & 4)
1893 action &= ~4;
1898 if (action
[all...]
H A Dcoffgen.c153 enum { nothing, compress, decompress } action = nothing; local
160 action = decompress;
166 action = compress;
169 switch (action)
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h2224 *blank, *position, *action, *delim, *pad, *iostat, *iomsg, *convert, member in struct:__anon130
2251 *unformatted, *recl, *nextrec, *blank, *position, *action, *read, member in struct:__anon133
H A Dfrontend-passes.c2183 WALK_SUBEXPR (co->ext.open->action);
2234 WALK_SUBEXPR (co->ext.inquire->action);
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c5284 is the action to be performed if SAVE_P returns true and ACTION_FALSE
5285 the action to be performed if it returns false. Return the new offset. */
5424 emit_save_or_restore_global_fp_regs (rtx base, int offset, sorr_act_t action)
5434 save_global_or_fp_reg_p, action, SORR_NONE);
5436 save_global_or_fp_reg_p, action, SORR_NONE);
5442 emit_save_or_restore_local_in_regs (rtx base, int offset, sorr_act_t action)
5451 save_local_or_in_reg_p, action, SORR_ADVANCE);
5414 emit_save_or_restore_global_fp_regs(rtx base, int offset, sorr_act_t action) argument
5432 emit_save_or_restore_local_in_regs(rtx base, int offset, sorr_act_t action) argument
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dmorestack.S658 .uleb128 0 # action
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c17318 Convert_Action action = SKIP;
17332 action = SKIP;
17360 action = CONV;
17366 action = CONV;
17371 action = CONV;
17382 action = CONV;
17394 action = CONV;
17413 action = action_for_partial_flag_setting;
17416 action = action_for_partial_flag_setting == SKIP
17428 action
17302 Convert_Action action = SKIP; local
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c51495 has_dispatch(rtx_insn *insn, int action) argument
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pragma.c159 enum { set, push, pop } action; local
167 action = set;
175 action = set;
181 #define GCC_BAD_ACTION do { if (action != pop) \
189 action = push;
191 action = pop;
193 GCC_BAD2 ("unknown action %qE for %<#pragma pack%> - ignored", x);
202 else if (token == CPP_NUMBER && action == push && align == -1)
208 action = set;
227 if (action !
685 enum { bad, push, pop } action = bad; local
[all...]
/haiku-buildtools/gcc/libgcc/
H A Dunwind.inc152 int action;
160 action = _UA_FORCE_UNWIND | _UA_CLEANUP_PHASE;
162 action |= _UA_END_OF_STACK;
163 stop_code = (*stop) (1, action, exc->exception_class, exc,
/haiku-buildtools/gcc/gcc/
H A Dtsan.c295 enum tsan_atomic_action action; member in struct:tsan_map_atomic
299 #define TRANSFORM(fcode, tsan_fcode, action, code) \
300 { BUILT_IN_##fcode, BUILT_IN_##tsan_fcode, action, code }
532 switch (tsan_atomic_table[i].action)
542 if (tsan_atomic_table[i].action == fetch_op)
557 tsan_atomic_table[i].action
563 if (tsan_atomic_table[i].action == fetch_op_seq_cst)
637 if (tsan_atomic_table[i].action == val_cas && lhs)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr24626-2.c29 int __db_master_update(mdbp, sdbp, txn, subdb, type, action, newname, flags)
30 int txn, subdb, type, action, newname, flags;
41 switch (action) {
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr66725.f907 open(unit=1,action = 999) ! { dg-error "ACTION requires" }
H A Dopen_errors.f9035 open(77,file=n, iomsg=msg, iostat=i, action="write")
41 open(77,file=n, iomsg=msg, iostat=i, action="read")
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drun.go225 action string // "compile", "build", etc.
417 t.action = "skip"
419 fmt.Printf("%-20s %-20s: %s\n", t.action, t.goFileName(), why)
423 action := t.src[:pos]
424 if nl := strings.Index(action, "\n"); nl >= 0 && strings.Contains(action[:nl], "+build") {
426 action = action[nl+1:]
428 if strings.HasPrefix(action, "//") {
429 action
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-this19.C9 int* action {};
10 [action] { activateWindow(action); };

Completed in 610 milliseconds

1234