HomeSort by: relevance | last modified time | path
    Searched refs:local_p (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-visibility.cc 111 cgraph_node::local_p (void) function in class:cgraph_node
116 return n->callees->callee->local_p ();
760 node->local |= node->local_p ();
ipa.cc 661 if (node->local_p ()
cgraph.h 1225 bool local_p (void);
ipa-icf.cc 931 /* Set LOCAL_P of NODE to true if DATA is non-NULL.
1289 (set_local, (void *)(size_t) original->local_p (), true);
  /src/external/gpl3/binutils/dist/gas/
ginsn.c 453 bool local_p = false; local
457 return local_p;
463 local_p = (label_ginsn_map_find (taken_label) != NULL);
465 return local_p;
  /src/external/gpl3/binutils.old/dist/gas/
ginsn.c 453 bool local_p = false; local
457 return local_p;
463 local_p = (label_ginsn_map_find (taken_label) != NULL);
465 return local_p;
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
vax.cc 1100 LOCAL_P is set. This is for cases where making a reference indirect
1108 bool local_p ATTRIBUTE_UNUSED,
1115 local_p = true;
1120 return symbol_p && !(local_p && !SYMBOL_REF_LOCAL_P (x));
1122 return symbol_p && !(local_p && LABEL_REF_NONLOCAL_P (x));
  /src/external/gpl3/binutils/dist/bfd/
elf32-score7.c 1835 bool local_p; local
1883 local_p = score_elf_local_relocation_p (input_bfd, rel, local_sections, false);
1884 if (local_p)
1906 if ((local_p) && (lo16_rel != NULL))
1927 if (local_p && !merge_p)
1942 if ((local_p) && (lo16_rel != NULL))
1954 local_p = score_elf_local_relocation_p (input_bfd, rel, local_sections, true);
1962 if (!local_p)
2155 if (local_p)
elf32-score.c 1987 bool local_p; local
2026 local_p = score_elf_local_relocation_p (input_bfd, rel, local_sections, true);
2036 if ((local_p) && (lo16_rel != NULL))
2060 if (!local_p)
2315 if (local_p)
elfxx-mips.c 5594 bool local_p, was_local_p;
5634 local_p = mips_elf_local_relocation_p (input_bfd, relocation,
5636 was_local_p = local_p;
5647 if (local_p)
5816 || (local_p
5824 if (local_p)
5856 || (local_p
5861 if (local_p)
6002 local_p = (h == NULL || mips_use_local_got_p (info, h));
6015 if (got_page_reloc_p (r_type) && !local_p)
5572 bool local_p, was_local_p; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-score7.c 1824 bool local_p; local
1872 local_p = score_elf_local_relocation_p (input_bfd, rel, local_sections, false);
1873 if (local_p)
1895 if ((local_p) && (lo16_rel != NULL))
1916 if (local_p && !merge_p)
1931 if ((local_p) && (lo16_rel != NULL))
1943 local_p = score_elf_local_relocation_p (input_bfd, rel, local_sections, true);
1951 if (!local_p)
2144 if (local_p)
elf32-score.c 1976 bool local_p; local
2015 local_p = score_elf_local_relocation_p (input_bfd, rel, local_sections, true);
2025 if ((local_p) && (lo16_rel != NULL))
2049 if (!local_p)
2304 if (local_p)
elfxx-mips.c 5574 bool local_p, was_local_p;
5614 local_p = mips_elf_local_relocation_p (input_bfd, relocation,
5616 was_local_p = local_p;
5627 if (local_p)
5796 || (local_p
5804 if (local_p)
5836 || (local_p
5841 if (local_p)
5982 local_p = (h == NULL || mips_use_local_got_p (info, h));
5995 if (got_page_reloc_p (r_type) && !local_p)
5552 bool local_p, was_local_p; local
    [all...]
  /src/external/bsd/zstd/dist/tests/
playTests.sh 59 local_p="$2"
62 local_p=""
71 println "fileRoundTripTest: datagen $1 $local_p > tmp && zstd -v$local_c -c tmp | zstd -d$local_d"
72 datagen $1 $local_p > tmp
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 10692 unsigned int align, bool local_p)
10700 if (local_p)
10769 bool local_p = ! DECL_WEAK (decl) && ! TREE_PUBLIC (decl);
10776 if (! local_p)
10789 else if (local_p)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 5939 bool local_p = (!DECL_IMPLICIT_TYPEDEF_P (decl) local
5948 if (!local_p && (!is_friend || TREE_CODE (decl) != FUNCTION_DECL))
6010 if (local_p)
15033 bool local_p = false;
15038 local_p = false;
15082 local_p = true;
15224 if (!local_p)

Completed in 122 milliseconds