HomeSort by: relevance | last modified time | path
    Searched defs:entry_p (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
supergraph.h 238 bool entry_p () const function in class:ana::supernode
supergraph.h 238 bool entry_p () const function in class:ana::supernode
  /src/external/gpl3/gcc/dist/gcc/analyzer/
supergraph.h 245 bool entry_p () const function in class:ana::supernode
supergraph.h 245 bool entry_p () const function in class:ana::supernode
  /src/external/gpl3/gdb/dist/gdb/
elfread.c 698 struct elf_gnu_ifunc_cache entry_local, *entry_p; local
735 entry_p
738 slot = htab_find_slot (htab, entry_p, INSERT);
756 /* New ENTRY_P is here leaked/duplicate in the OBJFILE obstack. */
758 *slot = entry_p;
784 elf_gnu_ifunc_cache *entry_p; member in struct:objfile
791 entry_p = ((elf_gnu_ifunc_cache *)
792 alloca (sizeof (*entry_p) + strlen (name)));
793 strcpy (entry_p->name, name);
795 slot = htab_find_slot (htab, entry_p, NO_INSERT)
    [all...]
elfread.c 698 struct elf_gnu_ifunc_cache entry_local, *entry_p; local
735 entry_p
738 slot = htab_find_slot (htab, entry_p, INSERT);
756 /* New ENTRY_P is here leaked/duplicate in the OBJFILE obstack. */
758 *slot = entry_p;
784 elf_gnu_ifunc_cache *entry_p; member in struct:objfile
791 entry_p = ((elf_gnu_ifunc_cache *)
792 alloca (sizeof (*entry_p) + strlen (name)));
793 strcpy (entry_p->name, name);
795 slot = htab_find_slot (htab, entry_p, NO_INSERT)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
elfread.c 700 struct elf_gnu_ifunc_cache entry_local, *entry_p; local
737 entry_p
740 slot = htab_find_slot (htab, entry_p, INSERT);
758 /* New ENTRY_P is here leaked/duplicate in the OBJFILE obstack. */
760 *slot = entry_p;
786 elf_gnu_ifunc_cache *entry_p; member in struct:objfile
793 entry_p = ((elf_gnu_ifunc_cache *)
794 alloca (sizeof (*entry_p) + strlen (name)));
795 strcpy (entry_p->name, name);
797 slot = htab_find_slot (htab, entry_p, NO_INSERT)
    [all...]
elfread.c 700 struct elf_gnu_ifunc_cache entry_local, *entry_p; local
737 entry_p
740 slot = htab_find_slot (htab, entry_p, INSERT);
758 /* New ENTRY_P is here leaked/duplicate in the OBJFILE obstack. */
760 *slot = entry_p;
786 elf_gnu_ifunc_cache *entry_p; member in struct:objfile
793 entry_p = ((elf_gnu_ifunc_cache *)
794 alloca (sizeof (*entry_p) + strlen (name)));
795 strcpy (entry_p->name, name);
797 slot = htab_find_slot (htab, entry_p, NO_INSERT)
    [all...]
  /src/external/gpl2/gmake/dist/
function.c 2106 const struct function_table_entry *entry_p)
2108 if (argc < (int)entry_p->minimum_args)
2111 argc, entry_p->name);
2120 if (!entry_p->func_ptr)
2122 _("unimplemented on this platform: function `%s'"), entry_p->name);
2124 return entry_p->func_ptr (o, argv, entry_p->name);
2135 const struct function_table_entry *entry_p;
2147 entry_p = lookup_function (beg);
2149 if (!entry_p)
2126 const struct function_table_entry *entry_p; local
2240 const struct function_table_entry *entry_p; local
    [all...]
function.c 2106 const struct function_table_entry *entry_p)
2108 if (argc < (int)entry_p->minimum_args)
2111 argc, entry_p->name);
2120 if (!entry_p->func_ptr)
2122 _("unimplemented on this platform: function `%s'"), entry_p->name);
2124 return entry_p->func_ptr (o, argv, entry_p->name);
2135 const struct function_table_entry *entry_p;
2147 entry_p = lookup_function (beg);
2149 if (!entry_p)
2126 const struct function_table_entry *entry_p; local
2240 const struct function_table_entry *entry_p; local
    [all...]

Completed in 74 milliseconds