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

1 2 3 4 5

  /src/external/gpl3/binutils/dist/gprof/
sym_ids.c 230 const char *sym_name = sym->name; local
231 if (*sym_name && bfd_get_symbol_leading_char (core_bfd) == *sym_name)
232 sym_name++;
233 if (strcmp (pattern->name, sym_name) != 0)
  /src/external/gpl3/binutils.old/dist/gprof/
sym_ids.c 230 const char *sym_name = sym->name; local
231 if (*sym_name && bfd_get_symbol_leading_char (core_bfd) == *sym_name)
232 sym_name++;
233 if (strcmp (pattern->name, sym_name) != 0)
  /src/external/gpl3/gdb/dist/gdb/python/
py-framefilter.c 293 SYM_NAME is the name of the symbol. If SYM_NAME is populated then
295 frame argument structure. If FA is populated, both SYM_NAME and
304 const char *sym_name,
360 out->field_string ("name", sym_name);
446 gdb::unique_xmalloc_ptr<char> sym_name; member in class:gdb
452 success = extract_sym (item.get (), &sym_name, &sym, &sym_block,
512 py_print_single_arg (out, sym_name.get (), NULL, val, &opts,
560 gdb::unique_xmalloc_ptr<char> sym_name; member in class:gdb
572 success = extract_sym (item.get (), &sym_name, &sym, &sym_block
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-framefilter.c 293 SYM_NAME is the name of the symbol. If SYM_NAME is populated then
295 frame argument structure. If FA is populated, both SYM_NAME and
304 const char *sym_name,
360 out->field_string ("name", sym_name);
446 gdb::unique_xmalloc_ptr<char> sym_name; member in class:gdb
452 success = extract_sym (item.get (), &sym_name, &sym, &sym_block,
512 py_print_single_arg (out, sym_name.get (), NULL, val, &opts,
560 gdb::unique_xmalloc_ptr<char> sym_name; member in class:gdb
572 success = extract_sym (item.get (), &sym_name, &sym, &sym_block
    [all...]
  /src/external/gpl3/binutils/dist/gas/
dw2gencfi.h 156 const char *sym_name; member in union:cfi_insn_data::__anon10150
  /src/external/gpl3/binutils/dist/gprofng/src/
parse.cc 825 char sym_name[256]; local
828 sym_name, mod_name);
836 if (strcmp (sym_name, "__per_cpu_start") == 0
837 || strcmp (sym_name, "__per_cpu_end") == 0
838 || strstarts (sym_name, "__crc_")
839 || strstarts (sym_name, "__ksymtab_")
840 || strstarts (sym_name, "__kcrctab_")
841 || strstarts (sym_name, "__kstrtab_")
842 || strstarts (sym_name, "__param_")
843 || strstarts (sym_name, "__syscall_meta__"
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldcref.c 600 const char *sym_name; member in struct:check_refs_info
630 info.sym_name = name;
638 /* This is called via bfd_map_over_sections. INFO->SYM_NAME is a symbol
642 INFO->SYM_NAME, then we report a prohibited cross reference error. */
679 INFO->SYM_NAME. If INFO->SYMNAME is NULL, check for relocations
685 symname = info->sym_name;
  /src/external/gpl3/binutils.old/dist/gas/
dw2gencfi.h 156 const char *sym_name; member in union:cfi_insn_data::__anon11622
  /src/external/gpl3/binutils.old/dist/gprofng/src/
parse.cc 825 char sym_name[256]; local
828 sym_name, mod_name);
836 if (strcmp (sym_name, "__per_cpu_start") == 0
837 || strcmp (sym_name, "__per_cpu_end") == 0
838 || strstarts (sym_name, "__crc_")
839 || strstarts (sym_name, "__ksymtab_")
840 || strstarts (sym_name, "__kcrctab_")
841 || strstarts (sym_name, "__kstrtab_")
842 || strstarts (sym_name, "__param_")
843 || strstarts (sym_name, "__syscall_meta__"
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldcref.c 600 const char *sym_name; member in struct:check_refs_info
630 info.sym_name = name;
638 /* This is called via bfd_map_over_sections. INFO->SYM_NAME is a symbol
642 INFO->SYM_NAME, then we report a prohibited cross reference error. */
679 INFO->SYM_NAME. If INFO->SYMNAME is NULL, check for relocations
685 symname = info->sym_name;
  /src/sys/arch/hppa/include/
som.h 122 } sym_name, sym_qualifier_name; member in struct:som_sym
  /src/external/gpl3/binutils/dist/libctf/
ctf-serialize.c 284 const char *sym_name; local
314 sym_name = this_link_sym->st_name;
321 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
325 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
329 sym_name = nameidx[i];
334 if ((type = ctf_dynhash_lookup (symhash, sym_name)) == NULL)
384 const char *sym_name; local
408 sym_name = this_link_sym->st_name;
413 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
417 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
991 const char *sym_name; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-serialize.c 278 const char *sym_name; local
308 sym_name = this_link_sym->st_name;
315 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
319 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
323 sym_name = nameidx[i];
328 if ((type = ctf_dynhash_lookup (symhash, sym_name)) == NULL)
378 const char *sym_name; local
402 sym_name = this_link_sym->st_name;
407 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
411 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
985 const char *sym_name; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 3893 write_decl (gfc_typespec *ts, gfc_array_spec *as, const char *sym_name,
3914 fputs (sym_name, dumpfile);
3946 const char *sym_name; local
3951 sym_name = sym->binding_label;
3953 sym_name = sym->name;
3956 write_decl (&(sym->ts), sym->as, sym_name, false, &sym->declared_at, true);
3969 const char *sym_name; local
3976 sym_name = sym->binding_label;
3978 sym_name = sym->name;
3983 fputs (sym_name, dumpfile)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 3715 write_decl (gfc_typespec *ts, gfc_array_spec *as, const char *sym_name,
3736 fputs (sym_name, dumpfile);
3768 const char *sym_name; local
3773 sym_name = sym->binding_label;
3775 sym_name = sym->name;
3778 write_decl (&(sym->ts), sym->as, sym_name, false, &sym->declared_at, true);
3791 const char *sym_name; local
3798 sym_name = sym->binding_label;
3800 sym_name = sym->name;
3805 fputs (sym_name, dumpfile)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
coff-pe-read.c 114 SYM_NAME contains the exported name or NULL if exported by ordinal,
124 const char *sym_name,
139 if (sym_name == NULL || *sym_name == '\0')
142 bare_name = sym_name;
150 section_data->section_name.c_str (), sym_name,
161 " in dll \"%s\"\n"), sym_name, dll_name);
166 SYM_NAME contains the exported name or NULL if exported by ordinal,
175 const char *sym_name, const char *forward_dll_name,
204 forward_func_name, forward_dll_name, sym_name,
582 const char *sym_name = (const char *) (erva + name_rva); local
    [all...]
cp-support.c 1227 gdb::unique_xmalloc_ptr<char> sym_name member in class:gdb
1229 if (!sym_name)
1233 if (strcmp (sym_name.get (), oload_name) != 0)
gnu-v3-abi.c 1128 std::string sym_name = std::string ("typeinfo for ") + name; local
1130 = lookup_minimal_symbol (current_program_space, sym_name.c_str ());
  /src/external/gpl3/gdb/dist/libctf/
ctf-serialize.c 278 const char *sym_name; local
308 sym_name = this_link_sym->st_name;
315 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
319 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
323 sym_name = nameidx[i];
328 if ((type = ctf_dynhash_lookup (symhash, sym_name)) == NULL)
378 const char *sym_name; local
402 sym_name = this_link_sym->st_name;
407 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
411 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
985 const char *sym_name; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
coff-pe-read.c 114 SYM_NAME contains the exported name or NULL if exported by ordinal,
124 const char *sym_name,
139 if (sym_name == NULL || *sym_name == '\0')
142 bare_name = sym_name;
150 section_data->section_name.c_str (), sym_name,
161 " in dll \"%s\"\n"), sym_name, dll_name);
166 SYM_NAME contains the exported name or NULL if exported by ordinal,
175 const char *sym_name, const char *forward_dll_name,
204 forward_func_name, forward_dll_name, sym_name,
582 const char *sym_name = (const char *) (erva + name_rva); local
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-serialize.c 278 const char *sym_name; local
308 sym_name = this_link_sym->st_name;
315 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
319 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
323 sym_name = nameidx[i];
328 if ((type = ctf_dynhash_lookup (symhash, sym_name)) == NULL)
378 const char *sym_name; local
402 sym_name = this_link_sym->st_name;
407 && (ctf_dynhash_lookup (fp->ctf_objthash, sym_name)))
411 && (ctf_dynhash_lookup (fp->ctf_funchash, sym_name)))
985 const char *sym_name; local
    [all...]
  /src/sbin/iscsid/
iscsid.h 206 uint8_t sym_name[ISCSI_STRING_LENGTH]; member in struct:__anon755
215 sym_name
247 uint8_t sym_name[ISCSI_STRING_LENGTH]; member in struct:__anon757
255 sym_name
675 uint8_t sym_name[ISCSI_STRING_LENGTH]; member in struct:__anon776
688 sym_name
  /src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c 1280 const char *sym_name = bfd_asymbol_name(info->symtab[n]); local
1281 if (sym_name[0] == '$' && (sym_name[1] == 'x' || sym_name[1] == 'd'))
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c 1280 const char *sym_name = bfd_asymbol_name(info->symtab[n]); local
1281 if (sym_name[0] == '$' && (sym_name[1] == 'x' || sym_name[1] == 'd'))
  /src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c 1218 const char *sym_name = bfd_asymbol_name(info->symtab[n]); local
1219 if (sym_name[0] == '$' && (sym_name[1] == 'x' || sym_name[1] == 'd'))

Completed in 56 milliseconds

1 2 3 4 5