Home
last modified time | relevance | path

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

12

/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dppc32elf.em71 if (os->constraint == SPECIAL && strcmp (os->name, ".plt") == 0)
77 if (os->constraint == SPECIAL && strcmp (os->name, ".got") == 0)
88 plt_os[0]->constraint = keep_new;
89 plt_os[1]->constraint = ~keep_new;
95 got_os[0]->constraint = keep_new;
96 got_os[1]->constraint = ~keep_new;
Dalphaelf.em56 if (os->constraint == SPECIAL && strcmp (os->name, ".plt") == 0)
66 plt_os[0]->constraint = elf64_alpha_use_secureplt ? 0 : -1;
67 plt_os[1]->constraint = elf64_alpha_use_secureplt ? -1 : 0;
Delf32.em1505 if (lookup->constraint != -1
1789 if (os == abs_output_section || os->constraint == -1)
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregex_internal.h340 unsigned int constraint : 10; /* context constraint */ member
578 #define NOT_SATISFY_PREV_CONSTRAINT(constraint,context) \ argument
579 ((((constraint) & PREV_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
580 || ((constraint & PREV_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
581 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
582 || ((constraint & PREV_BEGBUF_CONSTRAINT) && !IS_BEGBUF_CONTEXT (context)))
584 #define NOT_SATISFY_NEXT_CONSTRAINT(constraint,context) \ argument
585 ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
586 || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
587 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
[all …]
Dregex_internal.c1341 dfa->nodes[dfa->nodes_len].constraint = 0; in re_dfa_add_node()
1531 if (type == CHARACTER && !node->constraint) in create_ci_newstate()
1542 else if (type == ANCHOR || node->constraint) in create_ci_newstate()
1581 unsigned int constraint = 0; in create_cd_newstate() local
1584 if (node->constraint) in create_cd_newstate()
1585 constraint = node->constraint; in create_cd_newstate()
1587 if (type == CHARACTER && !constraint) in create_cd_newstate()
1599 constraint = node->opr.ctx_type; in create_cd_newstate()
1601 if (constraint) in create_cd_newstate()
1616 if (NOT_SATISFY_PREV_CONSTRAINT (constraint,context)) in create_cd_newstate()
Dregcomp.c48 static Idx duplicate_node (re_dfa_t *dfa, Idx org_idx, unsigned int constraint);
50 unsigned int constraint);
1419 unsigned int constraint = init_constraint; in duplicate_node_closure() local
1431 clone_dest = duplicate_node (dfa, org_dest, constraint); in duplicate_node_closure()
1467 constraint |= dfa->nodes[org_node].opr.ctx_type; in duplicate_node_closure()
1469 clone_dest = duplicate_node (dfa, org_dest, constraint); in duplicate_node_closure()
1483 clone_dest = search_duplicated_node (dfa, org_dest, constraint); in duplicate_node_closure()
1488 clone_dest = duplicate_node (dfa, org_dest, constraint); in duplicate_node_closure()
1495 root_node, constraint); in duplicate_node_closure()
1509 clone_dest = duplicate_node (dfa, org_dest, constraint); in duplicate_node_closure()
[all …]
Dregexec.c1198 unsigned int constraint = dfa->nodes[node].constraint; in check_halt_node_context() local
1201 if (!constraint) in check_halt_node_context()
1203 if (NOT_SATISFY_NEXT_CONSTRAINT (constraint, context)) in check_halt_node_context()
2500 if (dfa->nodes[cur_node_idx].constraint) in transit_state_mb()
2505 if (NOT_SATISFY_NEXT_CONSTRAINT (dfa->nodes[cur_node_idx].constraint, in transit_state_mb()
2571 if (node->constraint) in transit_state_bkref()
2575 if (NOT_SATISFY_NEXT_CONSTRAINT (node->constraint, context)) in transit_state_bkref()
3537 unsigned int constraint = node->constraint; in group_nodes_into_DFAstates() local
3577 if (constraint) in group_nodes_into_DFAstates()
3579 if (constraint & NEXT_NEWLINE_CONSTRAINT) in group_nodes_into_DFAstates()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c3904 #define constraint(expr, err) do { \ macro
4369 constraint (msb > 32, _("bit-field extends past end of register")); in do_bfc()
4388 constraint (msb > 32, _("bit-field extends past end of register")); in do_bfi()
4400 constraint (inst.operands[2].imm + inst.operands[3].imm > 32, in do_bfx()
4429 constraint (inst.operands[0].imm != BFD_RELOC_ARM_PLT32, in encode_branch()
4470 constraint (inst.cond != COND_ALWAYS, BAD_COND); in do_blx()
4623 constraint (inst.operands[0].reg % 2 != 0, in do_ldrd()
4625 constraint (inst.operands[1].present in do_ldrd()
4628 constraint (inst.operands[0].reg == REG_LR, _("r14 not allowed here")); in do_ldrd()
4629 constraint (!inst.operands[2].isreg, _("'[' expected")); in do_ldrd()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Davr-dis.c46 avr_operand (unsigned int insn, unsigned int insn2, unsigned int pc, int constraint, in avr_operand() argument
52 switch (constraint) in avr_operand()
225 fprintf (stderr, _("unknown constraint `%c'"), constraint); in avr_operand()
/mirbsd/src/usr.bin/ssh/
DPROTOCOL.agent98 The first constraint limits the validity duration of a key. It is
109 The second constraint requires the agent to seek explicit user
111 key. This constraint is encoded as:
128 as "constraint[]". Agents may determine whether there are constraints
148 constraint[] key_constraints
174 constraint[] key_constraints
188 constraint[] key_constraints
213 constraint[] key_constraints
511 3.7 Key constraint identifiers
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldlang.c985 lang_output_section_find_1 (const char *const name, int constraint) in lang_output_section_find_1() argument
994 && lookup->constraint != -1 in lang_output_section_find_1()
995 && (constraint == 0 in lang_output_section_find_1()
996 || (constraint == lookup->constraint in lang_output_section_find_1()
997 && constraint != SPECIAL))) in lang_output_section_find_1()
1010 lang_output_section_statement_lookup_1 (const char *const name, int constraint) in lang_output_section_statement_lookup_1() argument
1014 lookup = lang_output_section_find_1 (name, constraint); in lang_output_section_statement_lookup_1()
1027 lookup->constraint = constraint; in lang_output_section_statement_lookup_1()
1183 if (lookup->constraint == -1) in output_prev_sec_find()
2956 if (s->output_section_statement.constraint) in map_input_to_output_sections()
[all …]
Dldlang.h149 int constraint; member
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_set_client_cert_cb.pod48 server. This constraint is violated by the default behavior of the OpenSSL
/mirbsd/src/lib/libssl/src/doc/apps/
Dverify.pod268 =item B<25 X509_V_ERR_PATH_LENGTH_EXCEEDED: path length constraint exceeded>
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcris-tdep.c1934 constraint (unsigned int insn, const signed char *inst_args, in constraint() function
2038 level_of_match = constraint (insn, cris_opcodes[i].args, inst_env); in find_cris_op()
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DREADME.threads277 their associated mutex is held. (This constraint simplifies the
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m32r.texi145 parallel instructions to detect constraint violations.
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-xtensa.c6872 const ebb_constraint *constraint) in check_section_ebb_pcrels_fit() argument
6924 for (j = 0; j < constraint->action_count; ++j) in check_section_ebb_pcrels_fit()
6926 proposed_action *action = &constraint->actions[j]; in check_section_ebb_pcrels_fit()
6970 check_section_ebb_reduces (const ebb_constraint *constraint) in check_section_ebb_reduces() argument
6975 for (i = 0; i < constraint->action_count; i++) in check_section_ebb_reduces()
6977 const proposed_action *action = &constraint->actions[i]; in check_section_ebb_reduces()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltodo.pod406 long double padding; /* whatever type has maximal alignment constraint */
Dperlpacktut.pod981 vary in size. The alignment constraint of the structure can be greater than
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dm32r.cpu123 ((long)) ; list of insns in frame, plus constraint
1389 ; Note: `pred' is the constraint. Also useful here is (ref name)
Dfrv.cpu2246 ; FIXME: Need constraint to prohibit odd numbers.
2310 ; FIXME: Need constraint to prohibit odd numbers.
2449 ; FIXME: Need constraint to prohibit odd numbers.
/mirbsd/src/share/dict/
Dwords5212 constraint
/mirbsd/src/share/misc/
Dacronyms9671 OCL object constraint language
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo3584 honors this constraint by adjusting a breakpoint's address to the

12