Home
last modified time | relevance | path

Searched refs:static_syms (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDhpread.c871 struct partial_symbol **static_syms; /* and "static" tables in the objfile in hpread_quick_traverse() local
997 static_syms = objfile->static_psymbols.list; in hpread_quick_traverse()
1060 static_syms); in hpread_quick_traverse()
1074 static_syms = objfile->static_psymbols.next; in hpread_quick_traverse()
1161 static_syms); in hpread_quick_traverse()
1242 static_syms = objfile->static_psymbols.next; in hpread_quick_traverse()
1389 static_syms); in hpread_quick_traverse()
1471 static_syms = objfile->static_psymbols.next; in hpread_quick_traverse()
1501 static_syms); in hpread_quick_traverse()
2387 struct partial_symbol **static_syms) in hpread_start_psymtab() argument
[all …]
HDxcoffread.c1940 struct partial_symbol **static_syms) in xcoff_start_psymtab() argument
1947 global_syms, static_syms); in xcoff_start_psymtab()
HDdbxread.c2141 struct partial_symbol **static_syms) in start_psymtab() argument
2145 filename, textlow, global_syms, static_syms); in start_psymtab()
HDsymfile.c2538 struct partial_symbol **static_syms) in start_psymtab_common() argument
2547 psymtab->statics_offset = static_syms - objfile->static_psymbols.list; in start_psymtab_common()
/NextBSD/contrib/binutils/binutils/
HDnm.c1003 asymbol **static_syms = NULL; in display_rel_file() local
1018 static_syms = minisyms; in display_rel_file()
1028 synth_count = bfd_get_synthetic_symtab (abfd, static_count, static_syms, in display_rel_file()
/NextBSD/contrib/binutils/bfd/
HDelf64-ppc.c2824 long static_count, asymbol **static_syms, in ppc64_elf_get_synthetic_symtab() argument
2856 memcpy (syms, static_syms, static_count * sizeof (*syms)); in ppc64_elf_get_synthetic_symtab()
2862 memcpy (syms, static_syms, (symcount + 1) * sizeof (*syms)); in ppc64_elf_get_synthetic_symtab()
2925 if (!(*slurp_relocs) (abfd, opd, static_syms, FALSE)) in ppc64_elf_get_synthetic_symtab()