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

12

/freebsd-10-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,
H A Delflink.c56 get_elf_backend_data (abfd)->collect,
1476 bfd_boolean collect;
1509 collect = bed->collect;
1539 0, name, FALSE, collect, &bh)))
1658 bfd_ind_section_ptr, 0, name, FALSE, collect, &bh)))
3409 FALSE, bed->collect, NULL)))
4067 (info, abfd, name, flags, sec, value, NULL, FALSE, bed->collect,
5865 get_elf_backend_data (dynobj)->collect, &bh)))
5908 get_elf_backend_data (dynobj)->collect,
1473 bfd_boolean collect; local
[all...]
H A Dsunos.c1060 bfd_boolean collect,
1144 value, string, copy, collect,
1051 sunos_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
H A Delf-bfd.h1097 /* This is TRUE if the linker should act like collect and gather
1101 unsigned collect : 1;
1099 unsigned collect : 1; member in struct:elf_backend_data
H A Delf32-score.c1338 0, NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
3178 (bfd_vma) 0, (const char *)NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
H A Delfxx-mips.c3805 0, NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
5894 get_elf_backend_data (abfd)->collect, &bh)))
6014 NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
6059 NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh)))
6083 get_elf_backend_data (abfd)->collect, &bh)))
9653 so it is not possible to garbage collect them at this time. */
10365 /* Go through the sections and collect the .reginfo and .mdebug
/freebsd-10-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-10-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 Dcollect.c32 static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94";
73 collect(struct header *hp, int printheaders) function
H A Dsend.c302 if ((mtf = collect(hp, printheaders)) == NULL)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h278 /// \brief Helper class used to collect all the possible overloads of an
287 collect(FromTypes());
295 static void collect(ast_matchers::internal::EmptyTypeList) {} function in class:clang::ast_matchers::dynamic::internal::AdaptativeOverloadCollector
299 template <typename FromTypeList> inline void collect(FromTypeList);
434 AdaptativeOverloadCollector<ArgumentAdapterT, FromTypes, ToTypes>::collect( function in class:clang::ast_matchers::dynamic::internal::AdaptativeOverloadCollector
438 collect(typename FromTypeList::tail());
/freebsd-10-stable/usr.sbin/sendmail/
H A DMakefile16 SRCS= alias.c arpadate.c bf.c collect.c conf.c control.c \
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
H A DProcess.inc88 // We can only collect system time by inspecting the results of getrusage.
/freebsd-10-stable/contrib/opie/
H A Dglob.c542 static VOIDRET collect FUNCTION((as), register char *as) function
662 collect(v);
/freebsd-10-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-10-stable/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp326 void collect(const MachineOperand &MO) { function in class:RegisterOperands
362 RegOpers.collect(*OperI);
/freebsd-10-stable/contrib/sendmail/src/
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...]
H A Dmain.c2791 /* collect body for UUCP return */
2793 collect(InChannel, false, NULL, &MainEnvelope, true);
2853 collect(InChannel, false, NULL, &MainEnvelope, true);
H A Dsendmail.h1640 #define MD_VERIFY 'v' /* verify: don't collect or deliver */
2675 extern void collect __P((SM_FILE_T *, bool, HDR **, ENVELOPE *, bool));
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddummynet.txt68 collect packets into independent flows on each scheduler.

Completed in 302 milliseconds

12