Home
last modified time | relevance | path

Searched refs:tlink (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/bin/csh/
H A Ddir.c616 char tlink[MAXPATHLEN]; in dcanon() local
681 (cc = readlink(short2str(cp), tlink, in dcanon()
682 sizeof(tlink) - 1)) >= 0) { in dcanon()
683 tlink[cc] = '\0'; in dcanon()
684 (void)Strcpy(slink, str2short(tlink)); in dcanon()
765 (cc = readlink(short2str(cp), tlink, sizeof(tlink)-1)) >= 0) { in dcanon()
766 tlink[cc] = '\0'; in dcanon()
767 (void)Strcpy(slink, str2short(tlink)); in dcanon()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddecl.c1333 sym->tlink = gfc_new_symbol (name, sym->ns); in get_proc_name()
1334 gfc_add_type (sym->tlink, &(sym->ts), &gfc_current_locus); in get_proc_name()
1335 gfc_copy_attr (&sym->tlink->attr, &sym->attr, NULL); in get_proc_name()
1337 sym->tlink->as = gfc_copy_array_spec (sym->as); in get_proc_name()
1346 sym->tlink->result = sym->result; in get_proc_name()
1351 sym->tlink->result = sym->tlink; in get_proc_name()
9809 if (sym->tlink && sym->tlink->attr.function) in gfc_match_submod_proc()
9811 if (sym->tlink->result && sym->tlink->result != sym->tlink) in gfc_match_submod_proc()
9813 sym->result = sym->tlink->result; in gfc_match_submod_proc()
9876 gfc_free_symbol (sym->tlink); in gfc_match_submod_proc()
[all …]
H A Dtrans-decl.c836 if (sym->tlink) in gfc_defer_symbol_init()
840 p = last->tlink; in gfc_defer_symbol_init()
852 p = p->tlink; in gfc_defer_symbol_init()
856 last->tlink = sym; in gfc_defer_symbol_init()
857 sym->tlink = p; in gfc_defer_symbol_init()
1377 if (sym->ns->proc_name->tlink != NULL) in gfc_create_string_length()
4670 for (sym = proc_sym->tlink; sym != proc_sym; sym = sym->tlink) in gfc_trans_deferred_vars()
5107 if (f->sym && f->sym->tlink == NULL && f->sym->ts.type == BT_CHARACTER in gfc_trans_deferred_vars()
5817 gcc_assert (ns->proc_name && !ns->proc_name->tlink); in gfc_generate_module_vars()
6755 sym->tlink = sym; in gfc_generate_function_code()
H A Dparse.c5847 && proc->tlink in get_modproc_result()
5848 && proc->tlink->result in get_modproc_result()
5849 && proc->tlink->result != proc->tlink) in get_modproc_result()
5851 gfc_copy_dummy_sym (&proc->result, proc->tlink->result, 1); in get_modproc_result()
H A Dgfortran.h1613 struct gfc_symbol *tlink; member
H A Dtrans-stmt.c2265 gcc_assert (!sym->tlink); in gfc_trans_block_construct()
2266 sym->tlink = sym; in gfc_trans_block_construct()
H A Dresolve.c13356 iface = sym->tlink; in resolve_fl_procedure()
13357 sym->tlink = NULL; in resolve_fl_procedure()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddecl.cc1333 sym->tlink = gfc_new_symbol (name, sym->ns); in get_proc_name()
1334 gfc_add_type (sym->tlink, &(sym->ts), &gfc_current_locus); in get_proc_name()
1335 gfc_copy_attr (&sym->tlink->attr, &sym->attr, NULL); in get_proc_name()
1337 sym->tlink->as = gfc_copy_array_spec (sym->as); in get_proc_name()
1346 sym->tlink->result = sym->result; in get_proc_name()
1351 sym->tlink->result = sym->tlink; in get_proc_name()
9897 if (sym->tlink && sym->tlink->attr.function) in gfc_match_submod_proc()
9899 if (sym->tlink->result && sym->tlink->result != sym->tlink) in gfc_match_submod_proc()
9901 sym->result = sym->tlink->result; in gfc_match_submod_proc()
9964 gfc_free_symbol (sym->tlink); in gfc_match_submod_proc()
[all …]
H A Dtrans-decl.cc841 if (sym->tlink) in gfc_defer_symbol_init()
845 p = last->tlink; in gfc_defer_symbol_init()
857 p = p->tlink; in gfc_defer_symbol_init()
861 last->tlink = sym; in gfc_defer_symbol_init()
862 sym->tlink = p; in gfc_defer_symbol_init()
1383 if (sym->ns->proc_name->tlink != NULL) in gfc_create_string_length()
4601 for (sym = proc_sym->tlink; sym != proc_sym; sym = sym->tlink) in gfc_trans_deferred_vars()
5035 if (f->sym && f->sym->tlink == NULL && f->sym->ts.type == BT_CHARACTER in gfc_trans_deferred_vars()
5745 gcc_assert (ns->proc_name && !ns->proc_name->tlink); in gfc_generate_module_vars()
7477 sym->tlink = sym; in gfc_generate_function_code()
H A Dparse.cc6189 && proc->tlink in get_modproc_result()
6190 && proc->tlink->result in get_modproc_result()
6191 && proc->tlink->result != proc->tlink) in get_modproc_result()
6193 gfc_copy_dummy_sym (&proc->result, proc->tlink->result, 1); in get_modproc_result()
H A DChangeLog-2016222 * decl.c (get_proc_name): Use the symbol tlink field instead of
225 * gfortran.h : Since the symbol tlink field is no longer used
282 initialization of sym->tlink because the frontend no longer
H A Dgfortran.h1864 struct gfc_symbol *tlink; member
H A Ddump-parse-tree.cc1305 for (gfc_symbol *sym = ns->omp_affinity_iterators; sym; sym = sym->tlink) in show_iterator()
H A Dtrans-stmt.cc2303 gcc_assert (!sym->tlink); in gfc_trans_block_construct()
2304 sym->tlink = sym; in gfc_trans_block_construct()
H A Dopenmp.cc1117 last->tlink = sym; in gfc_match_iterator()
6840 sym; sym = sym->tlink) in resolve_omp_clauses()
H A Dresolve.cc13568 iface = sym->tlink; in resolve_fl_procedure()
13569 sym->tlink = NULL; in resolve_fl_procedure()
H A Dtrans-openmp.cc2507 for (gfc_symbol *sym = ns->omp_affinity_iterators; sym; sym = sym->tlink) in handle_iterator()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19973236 * tlink.c: Include ctype.h.
3875 * Integrate tlink patch from jason@cygnus.com
3884 * tlink.c, hash.c, hash.h: New files.
3886 (collect2): Depend on and link in hash.o and tlink.o.
3887 (tlink.o, hash.o): Add dependencies.
H A DChangeLog-1998565 * Makefile.in (collect2.o, tlink.o): Depend on collect2.h.
568 * tlink.c: Likewise.
1218 * tlink.c: Likewise.
2071 * tlink.c (symbol_hash_newfunc): Modify for new interfaces to hash
3635 * tlink.c (scan_linker_output): Cast the argument of ctype
5002 * tlink.c (scan_linker_output): Recognize errors from irix 6.2
12826 reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add
12880 * tlink.c: Likewise.
12925 reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
14766 tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend
[all …]
H A DChangeLog-1999729 * tlink.c (scan_linker_output): Don't look in demangled name when
7223 * tlink.c (scan_linker_output): Look for keywords before accepting
9270 * Makefile.in (tlink.o): Don't depend on toplev.h.
9299 * tlink.c: Don't include toplev.h.
9324 * tlink.c (scan_linker_output): Skip the initial underscore in
11751 * tlink.c (symbol_hash_lookup): Do not prefix functions used as
17008 * tlink.c (symbol_hash_newfunc): Remove redundant call to
17342 * tlink.c (symbol_hash_newfunc, symbol_hash_lookup,
H A DChangeLog-2002254 * tlink.c: Likewise.
1627 tlink.c, toplev.c, tracer.c, tree-dump.c, tree-inline.c,
2758 * tlink.c: Fix formatting.
8121 * collect2.c, tlink.c: Change all uses of prepends_underscore
11113 * tlink.c (pfgets): Use xstrdup not permanent_obstack.
12653 reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
17553 * tlink.c: Replace hash.h with hashtab.h. Explicitly include
17591 (tlink.o): Remove hash.h, add HASHTAB_H and OBSTACK_H.
18875 * tlink.c: Likewise.
21232 * tlink.c: Likewise.
H A DChangeLog-20015837 * tlink.c (recompile_files): Copy strings passed to `putenv'.
11285 * tlink.c (recompile_files): Likewise.
13081 tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
13896 * tlink.c (scan_linker_output): Check string for unsatisfied in
19177 * tlink.c (recompile_files): Remove COMPILER_PATH and
23694 * tlink.c (symbol_hash_lookup, demangled_hash_lookup): Likewise.
28580 * function.c, ggc-common.c, hash.h, hash.c, tlink.c: Replace
H A DChangeLog-200313269 tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
15482 * tlink.c: Likewise.
18808 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
21894 * tlink.c (scan_linker_output): Add support for darwin linker, as it
25652 * tlink.c (recompile_files): Add missing '=' to putenv calls
31696 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
H A DChangeLog-20004784 process_command, main), gcov.c (open_files, output_data), tlink.c
13871 * tlink.c (scan_linker_output): Tweak for output of AIX ld.
15366 * c-decl.c, timevar.c, tlink.c: Include intl.h.
15405 * tlink.c: Likewise.
23057 * tlink.c (read_repo_files): Don't look for .rpo info for
H A DChangeLog-20122649 * Makefile.in (tlink.o): Add dependency on VEC_H.
3516 * tlink.c: Likewise.
22874 * tlink.c: Likewise.
25794 * tlink.c (do_tlink): Set it to true if the link succeeded.
33110 * tlink.c (demangled_hash_entry): Change mangled to a VEC.

12