Searched refs:where (Results 1 - 25 of 440) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dmarch-err-2.s1 ; Test unsupported ARCH in -march=ARCH, where there's an option
/haiku-buildtools/legacy/binutils/gas/
H A Doutput-file.h22 void output_file_append (char *where, long length, char *filename);
H A Dinput-file.h37 * input_file_give_next_buffer(where) Call once to get each new buffer.
58 char *input_file_give_next_buffer (char *where);
H A Dobj.h25 void obj_emit_relocations (char **where, fixS * fixP,
27 void obj_emit_strings (char **where);
28 void obj_emit_symbols (char **where, symbolS * symbols);
37 void obj_symbol_to_chars (char **where, symbolS * symbolP);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dmarch-err-2.s1 ; Test unsupported ARCH in -march=ARCH, where there's an option
/haiku-buildtools/binutils/gas/
H A Doutput-file.h21 void output_file_append (char *where, long length, char *filename);
H A Dinput-file.h37 * input_file_give_next_buffer(where) Call once to get each new buffer.
58 char *input_file_give_next_buffer (char *where);
H A Dobj.h24 void obj_emit_relocations (char **where, fixS * fixP,
26 void obj_emit_strings (char **where);
27 void obj_emit_symbols (char **where, symbolS * symbols);
36 void obj_symbol_to_chars (char **where, symbolS * symbolP);
/haiku-buildtools/binutils/ld/testsuite/ld-pe/
H A Dexports.d3 Entry 0 00000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
H A Dexports64.d3 Entry 0 0000000000000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dultrasp9.c17 void to_octal (uint64_t value, char *where, size_t size) argument
24 where[--i] = '0' + (v & ((1 << 3) - 1));
/haiku-buildtools/gcc/gcc/
H A Dgen-pass-instances.awk44 where = match(line, /NEXT_PASS \((.+)\)/)
45 if (where != 0)
51 pass_starts_at = where + len_of_start
H A Dtree-diagnostic.c71 source_location where; member in struct:__anon1905
114 source_location where)
121 map = linemap_lookup (line_table, where);
135 loc.where = where;
146 where = linemap_unwind_toward_expansion (line_table, where, &map);
162 print a part of the context that shows where, in the
165 comment of this function, where we print:
175 does not point into the definition of the macro where th
112 maybe_unwind_expanded_macro_loc(diagnostic_context *context, const diagnostic_info *diagnostic, source_location where) argument
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/m68k-coff/
H A Dp2389.s1 # I reached a point where the file looks
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68k-coff/
H A Dp2389.s1 # I reached a point where the file looks
/haiku-buildtools/gcc/gcc/fortran/
H A Dmatchexp.c107 is not the case, the parse pointer remains where it was. */
133 e2 = gfc_get_operator_expr (&e->where, INTRINSIC_PARENTHESES, e, NULL);
201 locus where; local
205 where = gfc_current_locus;
219 f = gfc_get_operator_expr (&where, INTRINSIC_USER, e, NULL);
264 locus where; local
277 where = gfc_current_locus;
296 r->where = where;
307 locus where; local
352 locus where, old_loc; local
416 locus where; local
463 locus where; local
548 locus where; local
596 locus where; local
686 locus where; local
719 locus where; local
762 locus where; local
807 locus where; local
867 locus where; local
[all...]
H A Dsymbol.c357 check_conflict (symbol_attribute *attr, const char *name, locus *where) argument
382 if (where == NULL)
383 where = &gfc_current_locus;
425 a1, where);
449 "SAVE attribute", where);
464 "DUMMY argument", name, where);
659 name, where);
665 gfc_error_now ("BIND(C) applied to %s %s at %L", a1, name, where);
778 a1, a2, where);
781 a1, a2, name, where);
828 check_used(symbol_attribute *attr, const char *name, locus *where) argument
851 duplicate_attr(const char *attr, locus *where) argument
874 gfc_add_attribute(symbol_attribute *attr, locus *where) argument
884 gfc_add_allocatable(symbol_attribute *attr, locus *where) argument
910 gfc_add_codimension(symbol_attribute *attr, const char *name, locus *where) argument
936 gfc_add_dimension(symbol_attribute *attr, const char *name, locus *where) argument
962 gfc_add_contiguous(symbol_attribute *attr, const char *name, locus *where) argument
974 gfc_add_external(symbol_attribute *attr, locus *where) argument
999 gfc_add_intrinsic(symbol_attribute *attr, locus *where) argument
1018 gfc_add_optional(symbol_attribute *attr, locus *where) argument
1036 gfc_add_pointer(symbol_attribute *attr, locus *where) argument
1061 gfc_add_cray_pointer(symbol_attribute *attr, locus *where) argument
1073 gfc_add_cray_pointee(symbol_attribute *attr, locus *where) argument
1092 gfc_add_protected(symbol_attribute *attr, const char *name, locus *where) argument
1111 gfc_add_result(symbol_attribute *attr, const char *name, locus *where) argument
1123 gfc_add_save(symbol_attribute *attr, save_state s, const char *name, locus *where) argument
1155 gfc_add_value(symbol_attribute *attr, const char *name, locus *where) argument
1175 gfc_add_volatile(symbol_attribute *attr, const char *name, locus *where) argument
1194 gfc_add_asynchronous(symbol_attribute *attr, const char *name, locus *where) argument
1213 gfc_add_threadprivate(symbol_attribute *attr, const char *name, locus *where) argument
1231 gfc_add_omp_declare_target(symbol_attribute *attr, const char *name, locus *where) argument
1247 gfc_add_target(symbol_attribute *attr, locus *where) argument
1265 gfc_add_dummy(symbol_attribute *attr, const char *name, locus *where) argument
1278 gfc_add_in_common(symbol_attribute *attr, const char *name, locus *where) argument
1291 gfc_add_in_equivalence(symbol_attribute *attr, const char *name, locus *where) argument
1307 gfc_add_data(symbol_attribute *attr, const char *name, locus *where) argument
1319 gfc_add_in_namelist(symbol_attribute *attr, const char *name, locus *where) argument
1328 gfc_add_sequence(symbol_attribute *attr, const char *name, locus *where) argument
1340 gfc_add_elemental(symbol_attribute *attr, locus *where) argument
1358 gfc_add_pure(symbol_attribute *attr, locus *where) argument
1376 gfc_add_recursive(symbol_attribute *attr, locus *where) argument
1394 gfc_add_entry(symbol_attribute *attr, const char *name, locus *where) argument
1412 gfc_add_function(symbol_attribute *attr, const char *name, locus *where) argument
1425 gfc_add_subroutine(symbol_attribute *attr, const char *name, locus *where) argument
1438 gfc_add_generic(symbol_attribute *attr, const char *name, locus *where) argument
1451 gfc_add_proc(symbol_attribute *attr, const char *name, locus *where) argument
1474 gfc_add_abstract(symbol_attribute* attr, locus* where) argument
1492 gfc_add_flavor(symbol_attribute *attr, sym_flavor f, const char *name, locus *where) argument
1528 gfc_add_procedure(symbol_attribute *attr, procedure_type t, const char *name, locus *where) argument
1564 gfc_add_intent(symbol_attribute *attr, sym_intent intent, locus *where) argument
1590 gfc_add_access(symbol_attribute *attr, gfc_access access, const char *name, locus *where) argument
1612 gfc_add_is_bind_c(symbol_attribute *attr, const char *name, locus *where, int is_proc_lang_bind_spec) argument
1637 gfc_add_extension(symbol_attribute *attr, locus *where) argument
1655 gfc_add_explicit_interface(gfc_symbol *sym, ifsrc source, gfc_formal_arglist * formal, locus *where) argument
1690 gfc_add_type(gfc_symbol *sym, gfc_typespec *ts, locus *where) argument
1767 gfc_copy_attr(symbol_attribute *dest, symbol_attribute *src, locus *where) argument
4461 gfc_check_symbol_typed(gfc_symbol* sym, gfc_namespace* ns, bool strict, locus where) argument
[all...]
H A Dcheck.c48 &e->where);
64 &e->where, gfc_basic_typename (type));
91 &e->where);
106 gfc_current_intrinsic, &e->where);
123 gfc_current_intrinsic, &e->where);
140 gfc_current_intrinsic, &e->where);
169 &k->where);
177 &k->where);
197 gfc_current_intrinsic, &d->where);
220 gfc_current_intrinsic, &e->where);
901 locus *where; local
5524 locus *where = NULL; local
[all...]
H A Dconstructor.h42 gfc_expr *e, locus *where);
51 gfc_expr *e, locus *where,
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfdio.c126 if (abfd->where + get > bim->size)
128 if (bim->size < (bfd_size_type) abfd->where)
131 get = bim->size - abfd->where;
134 memcpy (ptr, bim->buffer + abfd->where, (size_t) get);
135 abfd->where += get;
144 abfd->where += nread;
159 if (abfd->where + size > bim->size)
164 bim->size = abfd->where + size;
177 memcpy (bim->buffer + abfd->where, ptr, (size_t) size);
178 abfd->where
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/visium/
H A Dbrr_backward.s1 ; Test error messages where targets are out of range.
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr46571.c82 enum tree_code reduction_code, locus where)
87 tree node = build_omp_clause (where.lb->location);
89 gfc_trans_omp_array_reduction (namelist->sym, where);
95 locus where)
113 gfc_trans_omp_reduction_list (n, omp_clauses, reduction_code, where);
81 gfc_trans_omp_reduction_list(gfc_namelist * namelist, tree list, enum tree_code reduction_code, locus where) argument
94 gfc_trans_omp_clauses(stmtblock_t * block, gfc_omp_clauses * clauses, locus where) argument
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dtls-err-44.d6 # Undefined reference for a R_CRIS_32_TPREL in a DSO (where it's
H A Dtls-err-52.d6 # Undefined reference for a R_CRIS_16_TPREL in a DSO (where it's
/haiku-buildtools/legacy/binutils/binutils/
H A Dcoffgrok.c201 struct coff_where *where = local
203 where->offset = sym->n_value;
211 where->where = coff_where_member_of_struct;
212 where->offset = sym->n_value / 8;
213 where->bitoffset = sym->n_value % 8;
214 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
217 where->where = coff_where_member_of_enum;
221 where
[all...]

Completed in 278 milliseconds

1234567891011>>