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

1 2

  /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)
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/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)
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/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)
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/gdb/dist/gdb/
block.c 413 block::static_link () const function in class:block
block.c 413 block::static_link () const function in class:block
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.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,
frame.c 3183 const struct dynamic_prop *static_link = frame_block->static_link (); local
3184 if (static_link == nullptr)
3189 if (!dwarf2_evaluate_property (static_link, initial_frame, NULL, &upper_frame_base))
frame.c 3183 const struct dynamic_prop *static_link = frame_block->static_link (); local
3184 if (static_link == nullptr)
3189 if (!dwarf2_evaluate_property (static_link, initial_frame, NULL, &upper_frame_base))
  /src/external/gpl3/gdb.old/dist/gdb/
block.c 407 block::static_link () const function in class:block
block.c 407 block::static_link () const function in class:block
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.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,
objfiles.c 162 const struct dynamic_prop *static_link;
190 /* Register STATIC_LINK as the static link for BLOCK, which is part of OBJFILE.
196 const struct dynamic_prop *static_link)
215 entry->static_link = static_link;
238 return entry->static_link;
161 const struct dynamic_prop *static_link; member in struct:static_link_htab_entry
objfiles.c 162 const struct dynamic_prop *static_link;
190 /* Register STATIC_LINK as the static link for BLOCK, which is part of OBJFILE.
196 const struct dynamic_prop *static_link)
215 entry->static_link = static_link;
238 return entry->static_link;
161 const struct dynamic_prop *static_link; member in struct:static_link_htab_entry
frame.c 3168 const struct dynamic_prop *static_link = frame_block->static_link (); local
3169 if (static_link == nullptr)
3174 if (!dwarf2_evaluate_property (static_link, initial_frame, NULL, &upper_frame_base))
frame.c 3168 const struct dynamic_prop *static_link = frame_block->static_link (); local
3169 if (static_link == nullptr)
3174 if (!dwarf2_evaluate_property (static_link, initial_frame, NULL, &upper_frame_base))
  /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
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/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 408 unsigned int static_link: 1;
406 unsigned int static_link: 1; member in struct:bfd_link_info

Completed in 107 milliseconds

1 2