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

1 2 3 4

  /src/external/bsd/elftoolchain/dist/libelf/
elf_getarsym.c 43 Elf_Arsym *symtab; local
46 symtab = NULL;
50 else if ((symtab = ar->e_u.e_ar.e_symtab) != NULL)
53 symtab = (ar->e_flags & LIBELF_F_AR_VARIANT_SVR4) ?
61 return (symtab);
libelf_ar.c 335 Elf_Arsym *symtab, *sym; local
346 symtab = NULL;
383 if ((symtab = malloc(sizeof(Elf_Arsym) * (nentries + 1))) == NULL) {
389 for (n = 0, sym = symtab; n < nentries; n++, sym++) {
413 e->e_u.e_ar.e_symtab = symtab;
417 return (symtab);
420 if (symtab)
421 free(symtab);
451 Elf_Arsym *symtab, *sym; local
458 symtab = NULL
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
i386.c 32 #include "symtab.h"
55 Sym_Table *symtab = get_symtab (); local
80 child = sym_lookup (symtab, destpc);
98 * b) didn't point to a known function in the symtab, or
sparc.c 32 #include "symtab.h"
50 Sym_Table *symtab = get_symtab (); local
73 child = sym_lookup (symtab, dest_pc);
aarch64.c 37 #include "symtab.h"
53 Sym_Table *symtab = get_symtab (); local
79 child = sym_lookup (symtab, dest_pc);
mips.c 32 #include "symtab.h"
49 Sym_Table *symtab = get_symtab (); local
79 child = sym_lookup (symtab, dest_pc);
alpha.c 32 #include "symtab.h"
98 Sym_Table *symtab = get_symtab (); local
153 child = sym_lookup (symtab, dest_pc);
call_graph.c 25 #include "symtab.h"
38 Sym_Table *symtab = get_symtab (); local
40 parent = sym_lookup (symtab, from_pc);
41 child = sym_lookup (symtab, self_pc);
55 while (child >= symtab->base && ! child->is_func)
58 if (child < symtab->base)
112 Sym_Table *symtab = get_symtab (); local
114 for (sym = symtab->base; sym < symtab->limit; sym++)
symtab.c 0 /* symtab.c
25 #include "symtab.h"
32 static Sym_Table symtab; variable
39 return &symtab;
53 symtab_p = &symtab;
63 symtab = *ltab;
278 printf ("[sym_lookup] %d probes (symtab->len=%u)\n",
basic_blocks.c 33 #include "symtab.h"
125 Sym_Table *symtab; local
134 symtab = get_symtab ();
169 sym = sym_lookup (symtab, addr);
216 Sym_Table *symtab = get_symtab (); local
219 for (sym = symtab->base; sym < symtab->limit; ++sym)
235 for (sym = symtab->base; sym < symtab->limit; ++sym)
259 Sym_Table *symtab = get_symtab () local
469 Sym_Table *symtab = get_symtab (); local
    [all...]
cg_arcs.c 33 #include "symtab.h"
268 Sym_Table *symtab = get_symtab (); local
273 for (sym = symtab->base; sym < symtab->limit; ++sym)
294 for (sym = symtab->base; sym < symtab->limit; ++sym)
434 Sym_Table *symtab = get_symtab (); local
437 for (sym_index = symtab->len - 1; sym_index >= 0; --sym_index)
592 Sym_Table *symtab = get_symtab (); local
598 for (parent = symtab->base; parent < symtab->limit; parent++
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
i386.c 32 #include "symtab.h"
55 Sym_Table *symtab = get_symtab (); local
80 child = sym_lookup (symtab, destpc);
98 * b) didn't point to a known function in the symtab, or
sparc.c 32 #include "symtab.h"
50 Sym_Table *symtab = get_symtab (); local
73 child = sym_lookup (symtab, dest_pc);
aarch64.c 37 #include "symtab.h"
53 Sym_Table *symtab = get_symtab (); local
79 child = sym_lookup (symtab, dest_pc);
mips.c 32 #include "symtab.h"
49 Sym_Table *symtab = get_symtab (); local
79 child = sym_lookup (symtab, dest_pc);
alpha.c 32 #include "symtab.h"
98 Sym_Table *symtab = get_symtab (); local
153 child = sym_lookup (symtab, dest_pc);
call_graph.c 25 #include "symtab.h"
38 Sym_Table *symtab = get_symtab (); local
40 parent = sym_lookup (symtab, from_pc);
41 child = sym_lookup (symtab, self_pc);
55 while (child >= symtab->base && ! child->is_func)
58 if (child < symtab->base)
112 Sym_Table *symtab = get_symtab (); local
114 for (sym = symtab->base; sym < symtab->limit; sym++)
symtab.c 0 /* symtab.c
25 #include "symtab.h"
32 static Sym_Table symtab; variable
39 return &symtab;
53 symtab_p = &symtab;
63 symtab = *ltab;
278 printf ("[sym_lookup] %d probes (symtab->len=%u)\n",
  /src/external/gpl3/binutils/dist/gprofng/src/
gmon_call_graph.cc 27 #include "symtab.h"
39 Sym_Table *symtab = get_symtab (whoami); local
41 parent = sym_lookup (symtab, from_pc);
42 child = sym_lookup (symtab, self_pc);
56 while (child >= symtab->base && ! child->is_func)
59 if (child < symtab->base)
gmon_basic_blocks.cc 34 #include "symtab.h"
60 Sym_Table *symtab; local
69 symtab = get_symtab (whoami);
104 sym = sym_lookup (symtab, addr);
gmon_symtab.cc 0 /* symtab.c
27 #include "symtab.h"
33 static Sym_Table symtab; variable
40 return &symtab;
54 symtab_p = &symtab;
231 printf ("[sym_lookup] %d probes (symtab->len=%u)\n",
  /src/sys/arch/atari/stand/tostools/libtos/
elf.c 169 u_char *p, *symtab; local
173 symtab = od->kstart + symstart;
175 p = symtab + sizeof(ehdr);
197 shp[i].sh_offset = p - symtab;
210 shp[j].sh_offset = p - symtab;
216 memcpy(symtab, &ehdr, sizeof(ehdr));
  /src/sys/sys/
kern_ctf.h 42 const Elf_Sym *symtab; /* Ptr to the symbol table. */ member in struct:mod_ctf
  /src/external/bsd/tcpdump/dist/
instrument-functions.c 73 static asymbol **symtab; local
143 symtab = (asymbol **)malloc((size_t)symsize);
144 symcount = bfd_canonicalize_symtab(abfd, symtab);
146 free(symtab);
166 bfd_get_symbol_info(abfd, symtab[i], &syminfo);
185 if (!bfd_find_nearest_line(abfd, text, symtab, (bfd_vma)this_fn - vma,
213 if (!bfd_find_nearest_line(abfd, text, symtab,
  /src/lib/libexecinfo/
symtab.c 1 /* $NetBSD: symtab.c,v 1.10 2023/08/23 12:24:59 rin Exp $ */
32 __RCSID("$NetBSD: symtab.c,v 1.10 2023/08/23 12:24:59 rin Exp $");
52 #include "symtab.h"
66 struct symtab { struct

Completed in 276 milliseconds

1 2 3 4