| /src/sys/lib/libsa/ |
| lookup_elf32.c | 44 void * ELFNAMEEND(lookup_symbol)(const char *, void *, void *); 47 ELFNAMEEND(lookup_symbol)(const char *symname, void *sstab, void *estab) function
|
| /src/external/gpl3/binutils/dist/binutils/ |
| addr2line.c | 233 lookup_symbol (bfd *abfd, char *sym, size_t offset) 315 pc = lookup_symbol (abfd, symp, offset); 230 lookup_symbol (bfd *abfd, char *sym, size_t offset) function
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| addr2line.c | 233 lookup_symbol (bfd *abfd, char *sym, size_t offset) 315 pc = lookup_symbol (abfd, symp, offset); 230 lookup_symbol (bfd *abfd, char *sym, size_t offset) function
|
| /src/external/gpl3/gdb/dist/gdb/ |
| symfile-debug.c | 234 objfile::lookup_symbol (block_enum kind, const lookup_name_info &name, 241 "qf->lookup_symbol (%s, %d, \"%s\", %s)\n", 285 gdb_printf (gdb_stdlog, "qf->lookup_symbol (...) = %s\n", 233 objfile::lookup_symbol (block_enum kind, const lookup_name_info &name, function in class:objfile
|
| rust-parse.c | 308 struct block_symbol lookup_symbol (const char *name, 428 /* Like lookup_symbol, but handles Rust namespace conventions, and 432 rust_parser::lookup_symbol (const char *name, const struct block *block, function in class:rust_parser 439 result = ::lookup_symbol (name, block, domain, NULL); 456 result = ::lookup_symbol (name, block, SEARCH_TYPE_DOMAIN, nullptr); 1219 struct block_symbol sym = lookup_symbol (name.c_str (),
|
| symtab.c | 2040 lookup_symbol (const char *name, const struct block *block, 2142 /* Behave like lookup_symbol except that NAME is the natural name 2491 cust = objfile->lookup_symbol (block_index, lookup_name, domain); 2763 cust = objfile->lookup_symbol (block_index, name, flags); 2807 was modeled on lookup_symbol -- the parts not relevant to looking 2035 lookup_symbol (const char *name, const struct block *block, function
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symfile-debug.c | 243 objfile::lookup_symbol (block_enum kind, const lookup_name_info &name, 250 "qf->lookup_symbol (%s, %d, \"%s\", %s)\n", 294 gdb_printf (gdb_stdlog, "qf->lookup_symbol (...) = %s\n", 242 objfile::lookup_symbol (block_enum kind, const lookup_name_info &name, function in class:objfile
|
| rust-parse.c | 308 struct block_symbol lookup_symbol (const char *name, 428 /* Like lookup_symbol, but handles Rust namespace conventions, and 432 rust_parser::lookup_symbol (const char *name, const struct block *block, function in class:rust_parser 439 result = ::lookup_symbol (name, block, domain, NULL); 456 result = ::lookup_symbol (name, block, SEARCH_TYPE_DOMAIN, nullptr); 1222 struct block_symbol sym = lookup_symbol (name.c_str (),
|
| symtab.c | 1998 lookup_symbol (const char *name, const struct block *block, 2100 /* Behave like lookup_symbol except that NAME is the natural name 2448 cust = objfile->lookup_symbol (block_index, lookup_name, domain); 2720 cust = objfile->lookup_symbol (block_index, name, flags); 2764 was modeled on lookup_symbol -- the parts not relevant to looking 1993 lookup_symbol (const char *name, const struct block *block, function
|