HomeSort by: relevance | last modified time | path
    Searched refs:static_link (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-spec.cc 93 bool static_link = false; local
247 static_link = true;
434 if (phobos_library == PHOBOS_STATIC && !static_link)
465 if (phobos_library == PHOBOS_STATIC && !static_link)
476 if (saw_static_libcxx && !static_link)
494 if (saw_static_libcxx && !static_link)
502 if (shared_libgcc && !static_link)
  /src/external/gpl3/gdb.old/dist/gdb/
buildsym-legacy.h 61 const struct dynamic_prop *static_link,
buildsym-legacy.c 199 const struct dynamic_prop *static_link,
203 return buildsym_compunit->finish_block (symbol, old_blocks, static_link,
buildsym.h 107 struct dynamic_prop *static_link; member in struct:context_stack
216 const struct dynamic_prop *static_link,
348 const struct dynamic_prop *static_link,
buildsym.c 203 const struct dynamic_prop *static_link,
289 if (static_link != NULL)
290 objfile_register_static_link (m_objfile, block, static_link);
387 const struct dynamic_prop *static_link,
391 old_blocks, static_link, start, end, 0, 0);
block.h 303 struct dynamic_prop *static_link () const;
objfiles.h 1059 const struct dynamic_prop *static_link);
objfiles.c 157 /* Register STATIC_LINK as the static link for BLOCK, which is part of OBJFILE.
163 const struct dynamic_prop *static_link)
167 bool inserted = objfile->static_links.emplace (block, static_link).second;
block.c 413 block::static_link () const function in class:block
  /src/external/gpl3/gdb/dist/gdb/
buildsym-legacy.h 61 const struct dynamic_prop *static_link,
buildsym-legacy.c 199 const struct dynamic_prop *static_link,
203 return buildsym_compunit->finish_block (symbol, old_blocks, static_link,
buildsym.h 107 struct dynamic_prop *static_link; member in struct:context_stack
216 const struct dynamic_prop *static_link,
348 const struct dynamic_prop *static_link,
buildsym.c 203 const struct dynamic_prop *static_link,
289 if (static_link != NULL)
290 objfile_register_static_link (m_objfile, block, static_link);
387 const struct dynamic_prop *static_link,
391 old_blocks, static_link, start, end, 0, 0);
block.h 303 struct dynamic_prop *static_link () const;
objfiles.h 1009 const struct dynamic_prop *static_link);
objfiles.c 156 /* Register STATIC_LINK as the static link for BLOCK, which is part of OBJFILE.
162 const struct dynamic_prop *static_link)
166 bool inserted = objfile->static_links.emplace (block, static_link).second;
  /src/external/gpl3/gcc/dist/gcc/cp/
g++spec.cc 135 int static_link = 0; local
228 static_link = 1;
385 if (library > 1 && !static_link)
414 if ((static_link || library > 1) && LIBSTDCXX_STATIC != NULL)
422 if (library > 1 && !static_link)
444 if (shared_libgcc && !static_link)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
g++spec.cc 130 int static_link = 0; local
216 static_link = 1;
366 if (library > 1 && !static_link)
395 if ((static_link || library > 1) && LIBSTDCXX_STATIC != NULL)
403 if (library > 1 && !static_link)
425 if (shared_libgcc && !static_link)
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
FrameDecorator.py 298 frame = frame.static_link()
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
FrameDecorator.py 298 frame = frame.static_link()
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 415 unsigned int static_link: 1;
413 unsigned int static_link: 1; member in struct:bfd_link_info
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 411 unsigned int static_link: 1;
409 unsigned int static_link: 1; member in struct:bfd_link_info
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 411 unsigned int static_link: 1;
409 unsigned int static_link: 1; member in struct:bfd_link_info
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 411 unsigned int static_link: 1;
409 unsigned int static_link: 1; member in struct:bfd_link_info
  /src/external/gpl2/lvm2/dist/
configure.in 134 AC_ARG_ENABLE(static_link,
135 [ --enable-static_link Use this to link the tools to their libraries
137 STATIC_LINK=$enableval, STATIC_LINK=no)
138 AC_MSG_RESULT($STATIC_LINK)
821 \) -a "x$STATIC_LINK" = xyes ]];
855 # With --enable-static_link and selinux enabled, linking
858 if test "$STATIC_LINK-$HAVE_SELINUX" = yes-yes; then
1131 AC_SUBST(STATIC_LINK)

Completed in 49 milliseconds

1 2