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

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_set_standard_lookup.c 141 lookup_name(struct name_cache *cache, function
180 return (lookup_name(uname_cache,
249 return (lookup_name(gname_cache,
  /src/external/bsd/libproc/dist/
proc_sym.c 444 lookup_name(Elf *e, Elf_Scn *scn, u_long stridx, const char *symbol, function
521 error = lookup_name(e, dynsymscn, dynsymstridx, symbol, symcopy, si);
526 error = lookup_name(e, symtabscn, symtabstridx, symbol, symcopy, si);
  /src/external/gpl3/gdb.old/dist/gdb/
symfile-debug.c 324 lookup_name_info lookup_name = base_lookup.make_ignore_params ();
329 &lookup_name,
376 const lookup_name_info *lookup_name,
384 gdb_assert (lookup_name != nullptr || symbol_matcher == nullptr);
396 if (!iter->expand_symtabs_matching (this, file_matcher, lookup_name,
323 lookup_name_info lookup_name = base_lookup.make_ignore_params (); local
amdgpu-tdep.c 133 amd_dbgapi_register_type (kind kind, std::string lookup_name)
134 : m_kind (kind), m_lookup_name (std::move (lookup_name))
144 const std::string &lookup_name () const function in struct:amd_dbgapi_register_type
208 return string_printf ("%s[%d]", element_type.lookup_name ().c_str (),
536 std::string lookup_name local
538 auto existing_type_it = type_map.find (lookup_name);
549 = type_map.emplace (type->lookup_name (), std::move (type));
570 std::string lookup_name local
572 auto existing_type_it = type_map.find (lookup_name);
602 = type_map.emplace (flags_type->lookup_name (),
622 std::string lookup_name local
    [all...]
symtab.h 101 explicit ada_lookup_name_info (const lookup_name_info &lookup_name);
111 const std::string &lookup_name () const function in class:final
186 demangle_for_lookup_info (const lookup_name_info &lookup_name,
190 const std::string &lookup_name () const function in struct:final
277 return ada ().lookup_name ().c_str ();
279 return cplus ().lookup_name ().c_str ();
281 return d ().lookup_name ().c_str ();
283 return go ().lookup_name ().c_str ();
379 Returns true if the symbol name matches against LOOKUP_NAME.
391 LOOKUP_NAME. E.g., in C++, in linespec/wild mode, if the symbol i
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
symfile-debug.c 323 lookup_name_info lookup_name = base_lookup.make_ignore_params ();
328 &lookup_name,
375 const lookup_name_info *lookup_name,
383 gdb_assert (lookup_name != nullptr || symbol_matcher == nullptr);
395 if (!iter->expand_symtabs_matching (this, file_matcher, lookup_name,
322 lookup_name_info lookup_name = base_lookup.make_ignore_params (); local
amdgpu-tdep.c 133 amd_dbgapi_register_type (kind kind, std::string lookup_name)
134 : m_kind (kind), m_lookup_name (std::move (lookup_name))
144 const std::string &lookup_name () const function in struct:amd_dbgapi_register_type
208 return string_printf ("%s[%d]", element_type.lookup_name ().c_str (),
536 std::string lookup_name local
538 auto existing_type_it = type_map.find (lookup_name);
549 = type_map.emplace (type->lookup_name (), std::move (type));
570 std::string lookup_name local
572 auto existing_type_it = type_map.find (lookup_name);
602 = type_map.emplace (flags_type->lookup_name (),
622 std::string lookup_name local
    [all...]
symtab.h 100 explicit ada_lookup_name_info (const lookup_name_info &lookup_name);
110 const std::string &lookup_name () const function in class:final
185 demangle_for_lookup_info (const lookup_name_info &lookup_name,
189 const std::string &lookup_name () const function in struct:final
276 return ada ().lookup_name ().c_str ();
278 return cplus ().lookup_name ().c_str ();
280 return d ().lookup_name ().c_str ();
282 return go ().lookup_name ().c_str ();
378 Returns true if the symbol name matches against LOOKUP_NAME.
390 LOOKUP_NAME. E.g., in C++, in linespec/wild mode, if the symbol i
    [all...]
  /src/external/bsd/libarchive/dist/cpio/
cpio.c 1372 lookup_name(struct cpio *cpio, struct name_cache **name_cache_variable, function
1424 return (lookup_name(cpio, &cpio->uname_cache,
1451 return (lookup_name(cpio, &cpio->gname_cache,
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
st_parse.c 1057 lookup_name(tdesc_t **hash, const char *name1) function
1077 return (lookup_name(name_table, name1));
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.h 405 extern tree lookup_name (tree, LOOK_where, LOOK_want = LOOK_want::NORMAL); function
407 extern tree lookup_name (tree name);
408 inline tree lookup_name (tree name, LOOK_want want)
410 return lookup_name (name, LOOK_where::ALL, want);
name-lookup.cc 7922 lookup_name (tree name, LOOK_where where, LOOK_want want)
8021 lookup_name (tree name)
8023 return lookup_name (name, LOOK_where::ALL, LOOK_want::NORMAL);
7918 lookup_name (tree name, LOOK_where where, LOOK_want want) function
8017 lookup_name (tree name) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.h 402 extern tree lookup_name (tree, LOOK_where, LOOK_want = LOOK_want::NORMAL); function
404 extern tree lookup_name (tree name);
405 inline tree lookup_name (tree name, LOOK_want want)
407 return lookup_name (name, LOOK_where::ALL, want);
name-lookup.cc 7699 lookup_name (tree name, LOOK_where where, LOOK_want want)
7798 lookup_name (tree name)
7800 return lookup_name (name, LOOK_where::ALL, LOOK_want::NORMAL);
7695 lookup_name (tree name, LOOK_where where, LOOK_want want) function
7794 lookup_name (tree name) function
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-types.c 138 std::string lookup_name; local
150 if (!lookup_name.empty ())
151 lookup_name += "::";
152 lookup_name += s;
156 = lookup_symbol (lookup_name.c_str (), block, SEARCH_VFT, nullptr);
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-types.c 138 std::string lookup_name; local
150 if (!lookup_name.empty ())
151 lookup_name += "::";
152 lookup_name += s;
156 = lookup_symbol (lookup_name.c_str (), block, SEARCH_VFT, nullptr);
  /src/external/bsd/unbound/dist/validator/
validator.c 1834 uint8_t* lookup_name; local
1863 lookup_name = vq->qchase.qname;
1874 dname_remove_label(&lookup_name, &lookup_len);
1883 lookup_name, lookup_len, vq->qchase.qclass);
1889 !dname_subdomain_c(lookup_name, vq->signer_name)) {
1895 log_nametypeclass(VERB_ALGO, "no signer, using", lookup_name,
1898 lookup_name = vq->signer_name;
1900 log_nametypeclass(VERB_ALGO, "signer is", lookup_name, 0, 0);
1905 anchor && dname_strict_subdomain_c(anchor->name, lookup_name)){
1908 lookup_name, lookup_len, vq->qchase.qclass)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
sparc-opc.c 2696 lookup_name (const arg *table, const char *name)
2740 return lookup_name (membar_table, name);
2775 return lookup_name (prefetch_table, name);
2806 return lookup_name (sparclet_cpreg_table, name);
2692 lookup_name (const arg *table, const char *name) function
  /src/external/gpl3/binutils.old/dist/opcodes/
sparc-opc.c 2696 lookup_name (const arg *table, const char *name)
2740 return lookup_name (membar_table, name);
2775 return lookup_name (prefetch_table, name);
2806 return lookup_name (sparclet_cpreg_table, name);
2692 lookup_name (const arg *table, const char *name) function
  /src/external/gpl3/gdb.old/dist/opcodes/
sparc-opc.c 2696 lookup_name (const arg *table, const char *name)
2740 return lookup_name (membar_table, name);
2775 return lookup_name (prefetch_table, name);
2806 return lookup_name (sparclet_cpreg_table, name);
2692 lookup_name (const arg *table, const char *name) function
  /src/external/gpl3/gdb/dist/opcodes/
sparc-opc.c 2696 lookup_name (const arg *table, const char *name)
2740 return lookup_name (membar_table, name);
2775 return lookup_name (prefetch_table, name);
2806 return lookup_name (sparclet_cpreg_table, name);
2692 lookup_name (const arg *table, const char *name) function
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 88 static lang_input_statement_type *lookup_name (const char *);
497 was done by going through lookup_name, which uses
503 about unset local_sym_name (in which case lookup_name simply adds
1059 /* When lookup_name is called, it will call the add_symbols
2962 lookup_name (const char *name)
2985 lookup_name was called via open_input_bfds. Later calls to
2986 lookup_name should always match an existing input_statement. */
3647 lookup_name (s->wild_statement.filename);
2959 lookup_name (const char *name) function
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 90 static lang_input_statement_type *lookup_name (const char *);
497 was done by going through lookup_name, which uses
503 about unset local_sym_name (in which case lookup_name simply adds
1058 /* When lookup_name is called, it will call the add_symbols
2979 lookup_name (const char *name)
3002 lookup_name was called via open_input_bfds. Later calls to
3003 lookup_name should always match an existing input_statement. */
3663 lookup_name (s->wild_statement.filename);
2976 lookup_name (const char *name) function
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 4308 if (!in_system_header_at (input_location) && lookup_name (name))
4501 lookup_name (tree name)
4512 /* Similar to `lookup_name' but look only at the indicated scope. */
5406 tree last_decl = lookup_name (DECL_NAME (decl));
6076 tree cleanup_decl = lookup_name (cleanup_id);
8175 tree visible_decl = lookup_name (declarator->u.id.id);
8229 tree visible_decl = lookup_name (declarator->u.id.id);
12771 tree t = lookup_name (type);
4482 lookup_name (tree name) function
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 4116 if (!in_system_header_at (input_location) && lookup_name (name))
4292 lookup_name (tree name)
4303 /* Similar to `lookup_name' but look only at the indicated scope. */
5066 tree last_decl = lookup_name (DECL_NAME (decl));
5666 tree cleanup_decl = lookup_name (cleanup_id);
7727 tree visible_decl = lookup_name (declarator->u.id.id);
11742 tree t = lookup_name (type);
4273 lookup_name (tree name) function

Completed in 131 milliseconds