Searched refs:needed (Results 1 - 25 of 133) sorted by path

123456

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c617 int needed, rval; local
643 if ((needed = vsnprintf(NULL, 0, format, ap)) < 0) {
649 if (needed == 0) {
660 if (needed + 1 < avail)
680 dtp->dt_buffered_offs += needed;
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex2528 % with nothing between them for as many times as empty columns are needed,
3065 % for control characters, but is needed to separate the control word
3418 % breakpoint, therefore no \nobreak needed.
4164 % Parameter controlling skip before chapter headings (if needed)
5339 % tt for the name. This is because literal text is sometimes needed in
5392 % the contained text. This is especially needed for [ and ] .
6212 % hanging indentation so @noindent can still be needed within footnote
/freebsd-10.0-release/contrib/atf/atf-run/
H A Drequirements.cpp154 check_memory_sysctl(const int64_t needed, const char* sysctl_variable) argument
164 if (available < needed) {
165 return "Not enough memory; needed " + atf::text::to_string(needed) +
173 check_memory_darwin(const int64_t needed) argument
175 return check_memory_sysctl(needed, "hw.usermem");
180 check_memory_netbsd(const int64_t needed) argument
182 return check_memory_sysctl(needed, "hw.usermem64");
190 check_memory_unknown(const int64_t needed ATF_DEFS_ATTRIBUTE_UNUSED)
200 const int64_t needed local
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf-bfd.h358 struct bfd_link_needed_list *needed;
727 /* The AS_NEEDED_CLEANUP function is called once per --as-needed
728 input file that was not needed by the add_symbols phase of the
828 /* A function to do any beginning processing needed for the ELF file
833 /* A function to do any final processing needed for the ELF file
1451 command line, or was specified when --as-needed was in effect,
357 struct bfd_link_needed_list *needed; member in struct:elf_link_hash_table
H A Delf.c1707 return elf_hash_table (info)->needed;
5825 going to be needed, then check our estimate now and adjust
H A Delflink.c46 /* Zap symbol defined in an as-needed lib that wasn't linked.
190 if they are not needed. */
337 normally needed. We need to create it here, though, so that the
344 be needed, we can discard it later. We will never need this
1454 default for the symbol with the default version if needed. The
2663 /* Adjust the section alignment if needed. */
3459 --as-needed in effect, then we don't want to add a DT_NEEDED
3461 in by another lib's DT_NEEDED. When --no-add-needed is used
3518 for (pn = &htab->needed; *pn != NULL; pn = &(*pn)->next)
3698 /* If we are loading an as-needed share
[all...]
H A Delfxx-mips.c59 reference needed in the link -- the mips_got_entry is keyed on both
140 for none, or MINUS_TWO for not yet assigned. This is needed
201 unsigned int needed; member in struct:mips_elf_count_tls_arg
706 needed for 32 bit functions that call 16 bit functions, because
2119 /* Count the number of relocations needed for a TLS GOT entry, with
2171 arg->needed += mips_tls_got_relocs (arg->info, entry->tls_type, NULL);
2187 arg->needed += 2;
2189 arg->needed += 1;
2204 arg->needed += mips_tls_got_relocs (arg->info, hm->tls_type, &hm->root);
6186 needed i
[all...]
H A Dlinker.c88 however, some additional information will be needed.
1075 bfd_boolean needed;
1101 if (! (*checkfn) (element, info, &needed))
1104 if (! needed)
1281 /* This archive element is not needed. */
1417 /* apparently needed for Hitachi 3050R(HI-UX/WE2)? */
1072 bfd_boolean needed; local
H A Dsunos.c631 /* The list of dynamic objects needed by dynamic objects included in
633 struct bfd_link_needed_list *needed;
697 ret->needed = NULL;
723 /* Create the dynamic sections needed if we are linking against a
733 bfd_boolean needed)
799 if ((needed && ! sunos_hash_table (info)->dynamic_sections_needed)
880 needed if there really is a dynamic object in the link, so they
917 /* Record information about any other objects needed by this one. */
924 struct bfd_link_needed_list *needed, **pp;
943 needed
632 struct bfd_link_needed_list *needed; member in struct:sunos_link_hash_table
730 sunos_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info, bfd_boolean needed) argument
923 struct bfd_link_needed_list *needed, **pp; local
[all...]
H A Dxcofflink.c980 /* Create the loader, toc, gl, ds and debug sections, if needed. */
2125 needed in the link or not. This is called via
2189 bfd_boolean needed;
2192 &needed))
2194 if (needed)
2185 bfd_boolean needed; local
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dbucomm.c540 size_t needed;
547 needed = (strlen (bfd_get_filename (abfd->my_archive))
549 if (needed > curr)
553 curr = needed + (needed >> 1);
536 size_t needed; local
H A Ddlltool.c175 This example can be extended if relocations are needed in the DLL:
1607 long needed = need[i]; local
1609 if (needed)
1610 needed = ((needed - page_addr) | 0x3000) & 0xffff;
1612 fprintf (f, "\t%s\t0x%lx\n", ASM_SHORT, needed);
2543 2. There is one more reloc needed in the pdata section.
/freebsd-10.0-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc123 /* These are needed for ELF backends which have not yet been
/freebsd-10.0-release/contrib/binutils/libiberty/
H A DMakefile.in108 all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
385 # needed-list is used by libstdc++. NEEDED is the list of functions
391 needed-list: Makefile
392 rm -f needed-list; touch needed-list; \
396 *$$f*) echo $$g >> needed-list ;; \
448 -rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
475 # if needed. This prevents problems with parallel builds.
484 # if needed
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dauto.obj.mk35 # This will automatically create objdirs as needed.
42 # We need to chdir, make the directory if needed
H A Ddirdeps.mk78 # If more than MACHINE is needed then sys.mk needs to decompose
H A Ddpadd.mk189 # the .PATH is needed before then.
H A Dgendirdeps.mk310 echo '# local dependencies - needed for -jN in clean tree'; \
H A Dmeta.subdir.mk64 # clean up if needed
H A Down.mk202 # apply the :T:R first, so the more specific :T can override if needed
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DHP-UX.mk24 # +b<path> is needed to stop the binaries from insisting on having
/freebsd-10.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII.c1243 size_t needed; local
1259 &needed)) == NULL)
1263 while (next < buf + needed) {
1302 size_t needed; local
1313 if ((buf = mib_fetch_rtab(AF_INET, NET_RT_FLAGS, 0, &needed)) == NULL) {
1319 while (next < buf + needed) {
/freebsd-10.0-release/contrib/dialog/
H A Dconfigure1834 echo "$as_me:1834: result: none needed" >&5
1835 echo "${ECHO_T}none needed" >&6 ;;
3232 cf_xopen_source="-D_NETBSD_SOURCE" # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
3235 # setting _XOPEN_SOURCE lower than 500 breaks g++ compile with wchar.h, needed for ncursesw
3240 # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
4034 echo "$as_me:4034: checking for special C compiler options needed for large files" >&5
4035 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
4114 echo "$as_me:4114: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4115 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
4211 echo "$as_me:4211: checking for _LARGE_FILES value needed fo
[all...]
H A Ddialog-config.in115 --cflags echos the C compiler flags needed to compile with ${THIS}
116 --libs echos the libraries needed to link with ${THIS}
/freebsd-10.0-release/contrib/file/
H A Dapprentice.c2403 * Byteswap an mmap'ed file if needed

Completed in 330 milliseconds

123456