Searched refs:collect (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-aux.c61 string, copy, collect, hashp)
70 bfd_boolean collect;
133 value, string, copy, collect,
H A Di386linux.c330 copy, collect, hashp)
339 bfd_boolean collect;
392 value, string, copy, collect,
H A Dlinker.c411 (bfd *, struct bfd_link_info *, bfd_boolean collect);
766 global hash table. This version does not automatically collect
805 bfd_boolean collect)
812 ret = generic_link_add_object_symbols (abfd, info, collect);
817 (collect
834 bfd_boolean collect)
843 return generic_link_add_symbol_list (abfd, info, symcount, outsyms, collect);
1133 when we do not want to automatically collect constructors based on
1147 when we want to automatically collect constructors based on the
1158 /* See if we should include an archive element. Optionally collect argument
801 generic_link_add_symbols(bfd *abfd, struct bfd_link_info *info, bfd_boolean collect) argument
830 generic_link_add_object_symbols(bfd *abfd, struct bfd_link_info *info, bfd_boolean collect) argument
1288 generic_link_add_symbol_list(bfd *abfd, struct bfd_link_info *info, bfd_size_type symbol_count, asymbol **symbols, bfd_boolean collect) argument
1524 _bfd_generic_link_add_one_symbol(struct bfd_link_info *info, bfd *abfd, const char *name, flagword flags, asection *section, bfd_vma value, const char *string, bfd_boolean copy, bfd_boolean collect, struct bfd_link_hash_entry **hashp) argument
[all...]
H A Dsparclinux.c330 copy, collect, hashp)
339 bfd_boolean collect;
392 value, string, copy, collect,
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtracepoint.c858 continue; /* already warned -- collect another line */
980 /* we have something to collect, make sure that the expr to
1144 printf_filtered ("collect register %d\n", regno);
1177 if (type != -1) /* better collect the base register! */
1183 collect_symbol (struct collection_list *collect, struct symbol *sym, argument
1208 printf_filtered ("LOC_STATIC %s: collect %ld bytes at %s.\n",
1211 add_memrange (collect, -1, offset, len); /* 0 == memory */
1218 add_register (collect, reg);
1223 add_register (collect, reg + 1);
1227 printf_filtered (" (will not collect
1292 add_local_symbols(struct collection_list *collect, CORE_ADDR pc, long frame_regno, long frame_offset, int type) argument
1490 struct collection_list *collect; local
1650 add_aexpr(struct collection_list *collect, struct agent_expr *aexpr) argument
[all...]
/freebsd-11-stable/usr.bin/mail/
H A DMakefile5 SRCS= version.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \
H A Dextern.h47 FILE *collect(struct header *, int);
H A Dsend.c302 if ((mtf = collect(hp, printheaders)) == NULL)
H A Dcollect.c32 static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94";
36 __FBSDID("$FreeBSD: stable/11/usr.bin/mail/collect.c 331722 2018-03-29 02:50:57Z eadler $");
73 collect(struct header *hp, int printheaders) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h11 // The main interface of this class are functions "collect" and "erase".
14 // instantiate an object, and then simply call "collect" and "erase",
16 // A more complex scenario would be to call "collect" first, then visit
38 bool collect();
H A DRDFDeadCode.cpp26 // This drastically improves execution time in "collect" over using
113 // Traverse the DFG and collect the set dead RefNodes and the set of
116 bool DeadCodeElimination::collect() { function in class:DeadCodeElimination
H A DHexagonRDFOpt.cpp150 bool Collected = collect();
H A DHexagonCommonGEP.cpp126 void collect();
410 void HexagonCommonGEP::collect() { function in class:HexagonCommonGEP
1057 // Compute the inverse of the Node.Parent links. Also, collect the set
1295 collect();
/freebsd-11-stable/usr.sbin/sendmail/
H A DMakefile17 SRCS= alias.c arpadate.c bf.c collect.c conf.c control.c \
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile.m49 define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tlsh.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
H A Dmime.c349 collect(e->e_dfp, false, &hdr, e, false);
351 putline("+++after collect", mci);
411 collect(e->e_dfp, false, &hdr, e, false);
413 putline("+++after collect", mci);
H A Dcollect.c16 SM_RCSID("@(#)$Id: collect.c,v 8.287 2013-11-22 20:51:55 ca Exp $")
24 ** COLLECT_EOH -- end-of-header processing in collect()
26 ** Called by collect() when it encounters the blank line
59 sm_dprintf("collect: rscheck(\"check_eoh\", \"%s $| %s\")\n",
74 ** COLLECT_DOHEADER -- process header in collect()
76 ** Called by collect() after it has finished parsing the header,
173 ** Called by collect() after it has finished processing the header.
182 ** into which the message body will be written by collect().
243 ** style message to say we are ready to collect
261 ** - collect() return
279 collect(fp, smtpmode, hdrp, e, rsetsize) function
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h553 /// Helper class used to collect all the possible overloads of an
562 collect(FromTypes());
570 static void collect(ast_matchers::internal::EmptyTypeList) {} function in class:clang::ast_matchers::dynamic::internal::AdaptativeOverloadCollector
575 inline void collect(FromTypeList);
801 ToTypes>::collect(FromTypeList) { function in class:clang::ast_matchers::dynamic::internal::AdaptativeOverloadCollector
804 collect(typename FromTypeList::tail());
/freebsd-11-stable/contrib/opie/
H A Dglob.c542 static VOIDRET collect FUNCTION((as), register char *as) function
662 collect(v);
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in1353 stamp-collect-ld: $(ORIGINAL_LD_FOR_TARGET)
1354 @echo creating collect-ld; \
1356 ./collect-ld) ;; \
1358 rm -f collect-ld$(exeext); \
1359 echo $(LN) $< collect-ld$(exeext); \
1360 $(LN) $< collect-ld$(exeext) || cp $< collect-ld$(exeext) ;; \
1362 rm -f collect-ld$(exeext); \
1363 echo '#!$(SHELL)' > collect-ld; \
1364 echo 'exec $(ORIGINAL_LD_FOR_TARGET) "$$@"' >> collect
[all...]
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh2.c77 _PROTOTYPE(int collect, (int c, int c1 ));
654 if ((c = collect(c, '}')) != '\0')
663 if ((c = collect(c, c)) != '\0')
723 collect(c, c1) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp568 void RegisterOperands::collect(const MachineInstr &MI,
883 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false);
949 RegOpers.collect(MI, *TRI, *MRI, TrackLaneMasks, false);
1050 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, /*IgnoreDead=*/true);
1291 RegOpers.collect(*MI, *TRI, *MRI, TrackLaneMasks, false);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h180 void collect(const MachineInstr &MI, const TargetRegisterInfo &TRI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp422 RegOpers.collect(*MI, *TRI, MRI, ShouldTrackLaneMasks, false);
H A DGCNIterativeScheduler.cpp396 RegOpers.collect(*MI, *TRI, MRI, /*ShouldTrackLaneMasks*/true,

Completed in 198 milliseconds

12