Home
last modified time | relevance | path

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

12345678910>>...39

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-bootstrap/
Dbootstrap.exp57 foreach flags $test_flags {
59 if {"$flags" == "strip"} {
60 set testname "bootstrap with $flags"
61 set flags ""
63 } else { if {"$flags" != ""} {
64 set testname "bootstrap with $flags"
70 set partial_flags "$flags"
71 if { "$flags" == "--static" || "$flags" == "--relax" } {
88 if { $flags == "--static" && $plugins == "yes" } then {
95 if { $flags == "--static" && ! [string match "*libbfd.a*" $BFDLIB] } then {
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
Dsections-1.d7 flags: 80000000 \(type: regular attr: pure_instructions\)
12 flags: 00000000 \(type: regular attr: -\)
17 flags: 8000000b \(type: coalesced attr: pure_instructions\)
22 flags: 80000000 \(type: regular attr: pure_instructions\)
27 flags: 80000000 \(type: regular attr: pure_instructions\)
32 flags: 80000000 \(type: regular attr: pure_instructions\)
37 flags: 80000000 \(type: regular attr: pure_instructions\)
42 flags: 8000000b \(type: coalesced attr: pure_instructions\)
47 flags: 8000000b \(type: coalesced attr: pure_instructions\)
52 flags: 8000000b \(type: coalesced attr: pure_instructions\)
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dcompressed-plt-1.s24 # of the flags above. The wrapper filters out any functions whose
27 .macro test_filter, name, flags argument
28 .if (\flags & filter) == \flags
29 test_one \name, \flags
33 .macro test_all_dc, name, flags argument
34 test_filter \name, \flags
35 test_filter \name\()_dc, (\flags | DC)
38 .macro test_all_ic, name, flags argument
39 test_all_dc \name, \flags
40 test_all_dc \name\()_ic, (\flags | IC)
[all …]
/toolchain/binutils/binutils-2.25/libiberty/
Dfnmatch.c68 fnmatch (const char *pattern, const char *string, int flags) in fnmatch() argument
73 #define FOLD(c) ((flags & FNM_CASEFOLD) ? TOLOWER (c) : (c)) in fnmatch()
84 else if ((flags & FNM_FILE_NAME) && *n == '/') in fnmatch()
86 else if ((flags & FNM_PERIOD) && *n == '.' && in fnmatch()
87 (n == string || ((flags & FNM_FILE_NAME) && n[-1] == '/'))) in fnmatch()
92 if (!(flags & FNM_NOESCAPE)) in fnmatch()
102 if ((flags & FNM_PERIOD) && *n == '.' && in fnmatch()
103 (n == string || ((flags & FNM_FILE_NAME) && n[-1] == '/'))) in fnmatch()
107 if (((flags & FNM_FILE_NAME) && *n == '/') || in fnmatch()
115 unsigned char c1 = (!(flags & FNM_NOESCAPE) && c == '\\') ? *p : c; in fnmatch()
[all …]
Dpex-common.c53 pex_init_common (int flags, const char *pname, const char *tempbase, in pex_init_common() argument
59 obj->flags = flags; in pex_init_common()
103 temp_file (struct pex_obj *obj, int flags, char *name) in temp_file() argument
136 else if ((flags & PEX_SUFFIX) != 0) in temp_file()
152 pex_run_in_environment (struct pex_obj *obj, int flags, const char *executable, in pex_run_in_environment() argument
192 (flags & PEX_BINARY_INPUT) != 0); in pex_run_in_environment()
219 if ((flags & PEX_LAST) != 0) in pex_run_in_environment()
223 else if ((flags & PEX_SUFFIX) != 0) in pex_run_in_environment()
230 else if ((obj->flags & PEX_USE_PIPES) == 0) in pex_run_in_environment()
232 outname = temp_file (obj, flags, outname); in pex_run_in_environment()
[all …]
Dpex-djgpp.c73 pex_init (int flags, const char *pname, const char *tempbase) in pex_init() argument
76 flags &= ~ PEX_USE_PIPES; in pex_init()
77 return pex_init_common (flags, pname, tempbase, &funcs); in pex_init()
116 pex_djgpp_exec_child (struct pex_obj *obj, int flags, const char *executable, in pex_djgpp_exec_child() argument
177 || (flags & PEX_STDERR_TO_STDOUT) != 0) in pex_djgpp_exec_child()
186 if (dup2 ((flags & PEX_STDERR_TO_STDOUT) != 0 ? STDOUT_FILE_NO : errdes, in pex_djgpp_exec_child()
205 status = (((flags & PEX_SEARCH) != 0 ? spawnvpe : spawnve) in pex_djgpp_exec_child()
208 status = (((flags & PEX_SEARCH) != 0 ? spawnvp : spawnv) in pex_djgpp_exec_child()
214 *errmsg = ((flags & PEX_SEARCH) != 0) ? "spawnvp" : "spawnv"; in pex_djgpp_exec_child()
250 || (flags & PEX_STDERR_TO_STDOUT) != 0) in pex_djgpp_exec_child()
/toolchain/binutils/binutils-2.25/opcodes/
Dd10v-dis.c39 if (oper->flags == OPERAND_ATMINUS) in print_operand()
44 if (oper->flags == OPERAND_MINUS) in print_operand()
49 if (oper->flags == OPERAND_PLUS) in print_operand()
54 if (oper->flags == OPERAND_ATSIGN) in print_operand()
59 if (oper->flags == OPERAND_ATPAR) in print_operand()
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG)) in print_operand()
73 if (oper->flags & OPERAND_REG) in print_operand()
78 num += (oper->flags in print_operand()
80 if (oper->flags & (OPERAND_ACC0 | OPERAND_ACC1)) in print_operand()
100 if (oper->flags & (OPERAND_ACC0 | OPERAND_ACC1)) in print_operand()
[all …]
Dd30v-dis.c111 if (oper->flags & OPERAND_SHIFT) in extract_value()
132 if (d30v_operand_table[insn->form->operands[0]].flags & OPERAND_NAME) in print_insn()
162 if (oper->flags & OPERAND_SHIFT) in print_insn()
166 && oper->flags != OPERAND_PLUS in print_insn()
167 && oper->flags != OPERAND_MINUS) in print_insn()
173 if (oper->flags == OPERAND_ATMINUS) in print_insn()
178 if (oper->flags == OPERAND_MINUS) in print_insn()
183 if (oper->flags == OPERAND_PLUS) in print_insn()
188 if (oper->flags == OPERAND_ATSIGN) in print_insn()
193 if (oper->flags == OPERAND_ATPAR) in print_insn()
[all …]
Dm10300-dis.c318 if ((operand->flags & MN10300_OPERAND_PLUS) != 0) in disassemble()
321 if ((operand->flags & MN10300_OPERAND_SPLIT) != 0) in disassemble()
333 else if ((operand->flags & MN10300_OPERAND_24BIT) != 0) in disassemble()
342 if ((operand->flags & MN10300_OPERAND_SIGNED) != 0) in disassemble()
345 else if ((operand->flags & (MN10300_OPERAND_FSREG in disassemble()
391 else if ((operand->flags & MN10300_OPERAND_EXTENDED) != 0) in disassemble()
399 if ((operand->flags & MN10300_OPERAND_SIGNED) != 0 in disassemble()
401 && ((operand->flags & MN10300_OPERAND_24BIT) == 0)) in disassemble()
407 || ((operand->flags & MN10300_OPERAND_PAREN) == 0))) in disassemble()
412 if ((operand->flags & MN10300_OPERAND_DREG) != 0) in disassemble()
[all …]
Dtic80-dis.c96 #define M_SI(insn,op) ((((op)->flags & TIC80_OPERAND_M_SI) != 0) && ((insn) & (1 << 17)))
97 #define M_LI(insn,op) ((((op)->flags & TIC80_OPERAND_M_LI) != 0) && ((insn) & (1 << 15)))
98 #define R_SCALED(insn,op) ((((op)->flags & TIC80_OPERAND_SCALED) != 0) && ((insn) & (1 << 11)))
107 if ((operand->flags & TIC80_OPERAND_GPR) != 0) in print_operand()
115 else if ((operand->flags & TIC80_OPERAND_FPA) != 0) in print_operand()
118 else if ((operand->flags & TIC80_OPERAND_PCREL) != 0) in print_operand()
121 else if ((operand->flags & TIC80_OPERAND_BASEREL) != 0) in print_operand()
124 else if ((operand->flags & TIC80_OPERAND_BITNUM) != 0) in print_operand()
127 else if ((operand->flags & TIC80_OPERAND_CC) != 0) in print_operand()
130 else if ((operand->flags & TIC80_OPERAND_CR) != 0) in print_operand()
[all …]
Dv850-dis.c89 print_value (int flags, in print_value() argument
94 if (flags & V850_PCREL) in print_value()
98 if (flags & V850_INVERSE_PCREL) in print_value()
102 else if (flags & V850_OPERAND_DISP) in print_value()
104 if (flags & V850_OPERAND_SIGNED) in print_value()
113 else if ((flags & V850E_IMMEDIATE32) in print_value()
114 || (flags & V850E_IMMEDIATE16HI)) in print_value()
120 if (flags & V850_OPERAND_SIGNED) in print_value()
143 if ((operand->flags & V850E_IMMEDIATE16) in get_operand_value()
144 || (operand->flags & V850E_IMMEDIATE16HI)) in get_operand_value()
[all …]
Ds390-dis.c131 if (operand->flags & (S390_OPERAND_SIGNED | S390_OPERAND_PCREL)) in s390_extract_operand()
140 else if (operand->flags & S390_OPERAND_LENGTH) in s390_extract_operand()
170 unsigned long flags = operand->flags; in s390_print_insn_with_opcode() local
172 if ((flags & S390_OPERAND_INDEX) && val.u == 0) in s390_print_insn_with_opcode()
174 if ((flags & S390_OPERAND_BASE) && in s390_print_insn_with_opcode()
183 if (flags & S390_OPERAND_GPR) in s390_print_insn_with_opcode()
185 else if (flags & S390_OPERAND_FPR) in s390_print_insn_with_opcode()
187 else if (flags & S390_OPERAND_AR) in s390_print_insn_with_opcode()
189 else if (flags & S390_OPERAND_CR) in s390_print_insn_with_opcode()
191 else if (flags & S390_OPERAND_PCREL) in s390_print_insn_with_opcode()
[all …]
Dalpha-dis.c124 if (!(opcode->flags & isa_mask))
166 if ((operand->flags & AXP_OPERAND_FAKE) != 0)
175 if (operand->flags & AXP_OPERAND_SIGNED)
183 ((operand->flags & (AXP_OPERAND_PARENS | AXP_OPERAND_COMMA))
188 if (operand->flags & AXP_OPERAND_PARENS)
192 if (operand->flags & AXP_OPERAND_IR)
194 else if (operand->flags & AXP_OPERAND_FPR)
196 else if (operand->flags & AXP_OPERAND_RELATIVE)
198 else if (operand->flags & AXP_OPERAND_SIGNED)
203 if (operand->flags & AXP_OPERAND_PARENS)
Dsparc-opc.c1132 #define br(opcode, mask, lose, flags) \ argument
1133 { opcode, (mask)|ANNUL, (lose), ",a l", (flags), 0, 0, v6 }, \
1134 { opcode, (mask) , (lose)|ANNUL, "l", (flags), 0, 0, v6 }
1136 #define brx(opcode, mask, lose, flags) /* v9 */ \ argument
1137 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), "Z,G", (flags), 0, 0, v9 }, \
1138 { opcode, (mask)|(2<<20)|BPRED, ANNUL|(lose), ",T Z,G", (flags), 0, 0, v9 }, \
1139 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a Z,G", (flags), 0, 0, v9 }, \
1140 { opcode, (mask)|(2<<20)|BPRED|ANNUL, (lose), ",a,T Z,G", (flags), 0, 0, v9 }, \
1141 { opcode, (mask)|(2<<20), ANNUL|BPRED|(lose), ",N Z,G", (flags), 0, 0, v9 }, \
1142 { opcode, (mask)|(2<<20)|ANNUL, BPRED|(lose), ",a,N Z,G", (flags), 0, 0, v9 }, \
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dmetag.h801 #define COND_INSN(mnemonic, suffix, field_shift, flags, meta_opcode, \ argument
803 { mnemonic suffix, flags, meta_opcode, meta_mask, \
805 { mnemonic "A" suffix, flags, meta_opcode, meta_mask, \
807 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
809 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
811 { mnemonic "NE" suffix, flags, meta_opcode | (COND_NE << field_shift), \
813 { mnemonic "NZ" suffix, flags, meta_opcode | (COND_NE << field_shift), \
815 { mnemonic "CS" suffix, flags, meta_opcode | (COND_CS << field_shift), \
817 { mnemonic "LO" suffix, flags, meta_opcode | (COND_CS << field_shift), \
819 { mnemonic "CC" suffix, flags, meta_opcode | (COND_CC << field_shift), \
[all …]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-d10v.c168 check_range (unsigned long num, int bits, int flags) in check_range() argument
177 if (flags & OPERAND_SHIFT) in check_range()
187 if (flags & OPERAND_SIGNED) in check_range()
190 if (flags & RESTRICTED_NUM3) in check_range()
336 if (op->flags & OPERAND_ADDR) in get_reloc()
501 if (check_range (value, bits, d10v_operands[op_type].flags)) in d10v_insert_operand()
519 int i, bits, shift, flags, format; in build_insn() local
533 flags = d10v_operands[opcode->operands[i]].flags; in build_insn()
538 if (flags & OPERAND_REG) in build_insn()
571 if ((flags & OPERAND_NUM) in build_insn()
[all …]
Dtc-d30v.c194 check_range (unsigned long num, int bits, int flags) in check_range() argument
211 if (flags & OPERAND_SHIFT) in check_range()
216 if (flags & OPERAND_SIGNED) in check_range()
223 if (flags & OPERAND_SIGNED) in check_range()
360 if (op->flags & OPERAND_SHIFT) in get_reloc()
366 if (!(op->flags & OPERAND_SHIFT)) in get_reloc()
373 if (!(op->flags & OPERAND_SHIFT)) in get_reloc()
487 int i, bits, shift, flags; in build_insn() local
498 flags = d30v_operand_table[form->operands[i]].flags; in build_insn()
501 if (!(flags & OPERAND_REG) && !(flags & OPERAND_NUM) in build_insn()
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
Dsrec.exp232 set flags "--traditional-format -G 0 "
233 append flags [ld_simple_link_defsyms]
241 set flags "$flags -Ttext 0x1000"
246 set flags "$flags -mshelf32"
268 set flags "$flags -no-relax"
278 set flags "$flags --defsym _start=00000060"
283 set flags "$flags --defsym _start=0xc000"
288 set flags "$flags --defsym _start=0xc000"
293 set flags "$flags --defsym _start=0xc000"
297 if { ![ld_simple_link $ld tmpdir/sr1 "$flags $objs"] \
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Daix386-core.c81 flagword flags; in aix386_core_file_p() local
119 flags = SEC_HAS_CONTENTS; in aix386_core_file_p()
121 flags); in aix386_core_file_p()
132 flags = SEC_HAS_CONTENTS; in aix386_core_file_p()
134 flags); in aix386_core_file_p()
147 flagword flags; in aix386_core_file_p() local
156 flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS; in aix386_core_file_p()
160 flags = SEC_ALLOC + SEC_LOAD + SEC_HAS_CONTENTS; in aix386_core_file_p()
164 flags = SEC_ALLOC + SEC_HAS_CONTENTS; in aix386_core_file_p()
168 flags = SEC_ALLOC + SEC_HAS_CONTENTS; in aix386_core_file_p()
[all …]
Dsunos.c126 if ((abfd->flags & DYNAMIC) == 0) in sunos_read_dynamic_info()
151 if ((abfd->flags & DYNAMIC) == 0) in sunos_read_dynamic_info()
594 unsigned char flags; member
666 ret->flags = 0; in sunos_link_hash_newfunc()
730 flagword flags; in sunos_create_dynamic_sections() local
734 flags = (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS | SEC_IN_MEMORY in sunos_create_dynamic_sections()
740 s = bfd_make_section_anyway_with_flags (abfd, ".dynamic", flags); in sunos_create_dynamic_sections()
747 s = bfd_make_section_anyway_with_flags (abfd, ".got", flags); in sunos_create_dynamic_sections()
754 s = bfd_make_section_anyway_with_flags (abfd, ".plt", flags | SEC_CODE); in sunos_create_dynamic_sections()
762 flags | SEC_READONLY); in sunos_create_dynamic_sections()
[all …]
Dsom.c1491 && (sym->flags & BSF_SECTION_SYM) == 0 in hppa_som_gen_reloc_type()
1492 && (sym->flags & BSF_FUNCTION) == 0 in hppa_som_gen_reloc_type()
1698 unsigned int flags; in som_swap_space_dictionary_in() local
1701 flags = bfd_getb32 (src->flags); in som_swap_space_dictionary_in()
1702 dst->is_loadable = (flags & SOM_SPACE_IS_LOADABLE) != 0; in som_swap_space_dictionary_in()
1703 dst->is_defined = (flags & SOM_SPACE_IS_DEFINED) != 0; in som_swap_space_dictionary_in()
1704 dst->is_private = (flags & SOM_SPACE_IS_PRIVATE) != 0; in som_swap_space_dictionary_in()
1705 dst->has_intermediate_code = (flags & SOM_SPACE_HAS_INTERMEDIATE_CODE) != 0; in som_swap_space_dictionary_in()
1706 dst->is_tspecific = (flags & SOM_SPACE_IS_TSPECIFIC) != 0; in som_swap_space_dictionary_in()
1708 dst->sort_key = (flags >> SOM_SPACE_SORT_KEY_SH) & SOM_SPACE_SORT_KEY_MASK; in som_swap_space_dictionary_in()
[all …]
Daout-adobe.c83 flagword flags; in aout_adobe_callback() local
107 flags = SEC_CODE | SEC_LOAD | SEC_ALLOC | SEC_HAS_CONTENTS; in aout_adobe_callback()
112 flags = SEC_DATA | SEC_LOAD | SEC_ALLOC | SEC_HAS_CONTENTS; in aout_adobe_callback()
117 flags = SEC_DATA | SEC_HAS_CONTENTS; in aout_adobe_callback()
133 sect = bfd_make_section_with_flags (abfd, section_name, flags); in aout_adobe_callback()
142 sect = bfd_make_section_with_flags (abfd, try_again, flags); in aout_adobe_callback()
287 if (sect->flags & SEC_CODE) in aout_adobe_write_object_contents()
293 else if (sect->flags & SEC_DATA) in aout_adobe_write_object_contents()
299 else if (sect->flags & SEC_ALLOC && !(sect->flags & SEC_LOAD)) in aout_adobe_write_object_contents()
317 if (sect->flags & SEC_CODE) in aout_adobe_write_object_contents()
[all …]
Daix5ppc-core.c64 flagword flags; in xcoff64_core_p() local
126 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS; in xcoff64_core_p()
127 sec = bfd_make_section_anyway_with_flags (abfd, ".stack", flags); in xcoff64_core_p()
136 flags = SEC_HAS_CONTENTS | SEC_IN_MEMORY; in xcoff64_core_p()
137 sec = bfd_make_section_anyway_with_flags (abfd, ".reg", flags); in xcoff64_core_p()
150 flags = SEC_HAS_CONTENTS; in xcoff64_core_p()
151 sec = bfd_make_section_anyway_with_flags (abfd, ".ldinfo", flags); in xcoff64_core_p()
164 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS; in xcoff64_core_p()
165 sec = bfd_make_section_anyway_with_flags (abfd, ".data", flags); in xcoff64_core_p()
187 flags = SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS; in xcoff64_core_p()
[all …]
Dlinker.c1106 && (p->flags & (BSF_GLOBAL | BSF_INDIRECT | BSF_WEAK)) == 0) in generic_link_check_archive_element()
1176 h->u.c.p->section->flags |= SEC_ALLOC; in generic_link_check_archive_element()
1216 if ((p->flags & (BSF_INDIRECT in generic_link_add_symbol_list()
1231 if (((p->flags & BSF_INDIRECT) != 0 in generic_link_add_symbol_list()
1238 else if ((p->flags & BSF_WARNING) != 0 in generic_link_add_symbol_list()
1249 (info, abfd, name, p->flags, bfd_get_section (p), in generic_link_add_symbol_list()
1258 if ((p->flags & BSF_CONSTRUCTOR) != 0 in generic_link_add_symbol_list()
1285 p->flags |= BSF_OLD_COMMON; in generic_link_add_symbol_list()
1435 flagword flags, in _bfd_generic_link_add_one_symbol() argument
1451 || (flags & BSF_INDIRECT) != 0) in _bfd_generic_link_add_one_symbol()
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/
Dld-lib.exp179 set flags " -EB"
180 return $flags
183 set flags " -EL"
184 return $flags
190 set flags ""
191 return $flags
216 set flags [big_or_little_endian]
218 set flags ""
223 return [run_host_cmd_yesno "$ld" "$HOSTING_EMU $flags -o $target $objs $libs"]
232 set flags ""
[all …]

12345678910>>...39