HomeSort by: relevance | last modified time | path
    Searched refs:syms (Results 1 - 25 of 618) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/
syms.mk 1 # $NetBSD: syms.mk,v 1.4 2021/04/20 23:19:53 rillig Exp $
5 .if !make(install) # allow both .a and .a.syms to be installed
6 .SUFFIXES: .a .a.syms
7 .a.a.syms:
  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 40 struct ld_plugin_symbol *syms; member in struct:file_handle
46 /* Write NSYMS symbols from file HANDLE in SYMS. */
49 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms)
56 syms[i] = h->syms[i];
89 /* For a file identified by HANDLE, add NSYMS symbols from SYMS. */
93 const struct ld_plugin_symbol *syms)
98 h->syms = calloc (nsyms, sizeof (struct ld_plugin_symbol));
99 assert (h->syms);
103 h->syms[i] = syms[i]
232 struct ld_plugin_symbol *syms = handle->syms; local
262 struct ld_plugin_symbol *syms = handle->syms; local
304 struct ld_plugin_symbol *syms = handle->syms; local
    [all...]
  /src/distrib/sun2/ramdisk/
Showsyms 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
16 nm -p rd_bin.syms | grep -i ' c '
  /src/distrib/sun3/ramdisk/
Showsyms 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
16 nm -p rd_bin.syms | grep -i ' c '
  /src/common/dist/zlib/examples/
enough.c 125 syms: number of symbols remaining to code
131 syms: 3..totsym (totsym == total symbols to code)
132 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
135 syms == 2 is not saved since that immediately leads to a single code. left
138 ends at syms-1 since left == syms immediately results in a single code.
143 one (syms) being outermost, and the last one (len) being innermost. We build
144 the array with length max-1 lists for the len index, with syms-3 of those
156 to the num[] array as described above for the (syms, left, len) triplet
506 int syms = 286; local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/examples/
enough.c 125 syms: number of symbols remaining to code
131 syms: 3..totsym (totsym == total symbols to code)
132 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
135 syms == 2 is not saved since that immediately leads to a single code. left
138 ends at syms-1 since left == syms immediately results in a single code.
143 one (syms) being outermost, and the last one (len) being innermost. We build
144 the array with length max-1 lists for the len index, with syms-3 of those
156 to the num[] array as described above for the (syms, left, len) triplet
506 int syms = 286; local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
enough.c 125 syms: number of symbols remaining to code
131 syms: 3..totsym (totsym == total symbols to code)
132 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
135 syms == 2 is not saved since that immediately leads to a single code. left
138 ends at syms-1 since left == syms immediately results in a single code.
143 one (syms) being outermost, and the last one (len) being innermost. We build
144 the array with length max-1 lists for the len index, with syms-3 of those
156 to the num[] array as described above for the (syms, left, len) triplet
506 int syms = 286; local
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
enough.c 125 syms: number of symbols remaining to code
131 syms: 3..totsym (totsym == total symbols to code)
132 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
135 syms == 2 is not saved since that immediately leads to a single code. left
138 ends at syms-1 since left == syms immediately results in a single code.
143 one (syms) being outermost, and the last one (len) being innermost. We build
144 the array with length max-1 lists for the len index, with syms-3 of those
156 to the num[] array as described above for the (syms, left, len) triplet
506 int syms = 286; local
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
enough.c 125 syms: number of symbols remaining to code
131 syms: 3..totsym (totsym == total symbols to code)
132 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
135 syms == 2 is not saved since that immediately leads to a single code. left
138 ends at syms-1 since left == syms immediately results in a single code.
143 one (syms) being outermost, and the last one (len) being innermost. We build
144 the array with length max-1 lists for the len index, with syms-3 of those
156 to the num[] array as described above for the (syms, left, len) triplet
506 int syms = 286; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
binary.c 161 asymbol *syms; local
165 syms = (asymbol *) bfd_alloc (abfd, amt);
166 if (syms == NULL)
170 syms[0].the_bfd = abfd;
171 syms[0].name = mangle_name (abfd, "start");
172 syms[0].value = 0;
173 syms[0].flags = BSF_GLOBAL;
174 syms[0].section = sec;
175 syms[0].udata.p = NULL;
178 syms[1].the_bfd = abfd
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
binary.c 152 asymbol *syms; local
156 syms = (asymbol *) bfd_alloc (abfd, amt);
157 if (syms == NULL)
161 syms[0].the_bfd = abfd;
162 syms[0].name = mangle_name (abfd, "start");
163 syms[0].value = 0;
164 syms[0].flags = BSF_GLOBAL;
165 syms[0].section = sec;
166 syms[0].udata.p = NULL;
169 syms[1].the_bfd = abfd
    [all...]
plugin.h 36 const struct ld_plugin_symbol *syms; member in struct:plugin_data_struct
  /src/external/gpl3/gdb/dist/bfd/
binary.c 152 asymbol *syms; local
156 syms = (asymbol *) bfd_alloc (abfd, amt);
157 if (syms == NULL)
161 syms[0].the_bfd = abfd;
162 syms[0].name = mangle_name (abfd, "start");
163 syms[0].value = 0;
164 syms[0].flags = BSF_GLOBAL;
165 syms[0].section = sec;
166 syms[0].udata.p = NULL;
169 syms[1].the_bfd = abfd
    [all...]
plugin.h 36 const struct ld_plugin_symbol *syms; member in struct:plugin_data_struct
  /src/external/gpl3/gdb.old/dist/bfd/
binary.c 152 asymbol *syms; local
156 syms = (asymbol *) bfd_alloc (abfd, amt);
157 if (syms == NULL)
161 syms[0].the_bfd = abfd;
162 syms[0].name = mangle_name (abfd, "start");
163 syms[0].value = 0;
164 syms[0].flags = BSF_GLOBAL;
165 syms[0].section = sec;
166 syms[0].udata.p = NULL;
169 syms[1].the_bfd = abfd
    [all...]
plugin.h 36 const struct ld_plugin_symbol *syms; member in struct:plugin_data_struct
  /src/usr.sbin/tprof/
ksyms.c 46 static struct sym **syms = NULL; variable in typeref:struct:sym
129 syms = erealloc(syms, sizeof(*syms) * nsyms);
130 syms[nsyms - 1] = sym;
134 qsort(syms, nsyms, sizeof(*syms), compare_value);
137 return syms;
150 * try to find the smallest i for which syms[i]->value <= value.
151 * syms[] is ordered by syms[]->value in the descending order
    [all...]
  /src/tests/lib/libexecinfo/
t_backtrace_sandbox.c 42 char **syms; local
50 syms = backtrace_symbols_fmt(addr, frames, "%n");
51 ATF_REQUIRE(strcmp(syms[0], "atfu_backtrace_sandbox_body") == 0);
66 syms = backtrace_symbols_fmt(addr, frames, "%n");
67 if (strcmp(syms[0], "atfu_backtrace_sandbox_body") != 0)
  /src/external/gpl3/binutils/dist/gprofng/src/
Symbol.cc 97 Symbol::get_symbol (Vector<Symbol*> *syms, uint64_t pc)
99 if (syms != NULL && pc != 0)
103 long i = syms->bisearch (0, -1, &sp, cmpSym);
106 return syms->get (i)->cardinal ();
112 Symbol::get_symbol (Vector<Symbol*> *syms, char *linker_name)
114 if (syms != NULL && linker_name != NULL)
118 long i = syms->bisearch (0, -1, &sp, cmpSymName);
122 return syms->get (i)->cardinal ();
128 Symbol::sort_by_name (Vector<Symbol *> *syms)
130 if (VecSize (syms) == 0
    [all...]
Symbol.h 58 // Find symbols in 'syms' matched by 'ranges'.
59 static Vector<Symbol *> *find_symbols (Vector<Symbol *> *syms,
61 static Vector<Symbol *> *sort_by_name (Vector<Symbol *> *syms);
64 static Symbol *get_symbol (Vector<Symbol *> *syms, uint64_t pc);
65 static Symbol *get_symbol (Vector<Symbol *> *syms, char *linker_name);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Symbol.cc 97 Symbol::get_symbol (Vector<Symbol*> *syms, uint64_t pc)
99 if (syms != NULL && pc != 0)
103 long i = syms->bisearch (0, -1, &sp, cmpSym);
106 return syms->get (i)->cardinal ();
112 Symbol::get_symbol (Vector<Symbol*> *syms, char *linker_name)
114 if (syms != NULL && linker_name != NULL)
118 long i = syms->bisearch (0, -1, &sp, cmpSymName);
122 return syms->get (i)->cardinal ();
128 Symbol::sort_by_name (Vector<Symbol *> *syms)
130 if (VecSize (syms) == 0
    [all...]
Symbol.h 58 // Find symbols in 'syms' matched by 'ranges'.
59 static Vector<Symbol *> *find_symbols (Vector<Symbol *> *syms,
61 static Vector<Symbol *> *sort_by_name (Vector<Symbol *> *syms);
64 static Symbol *get_symbol (Vector<Symbol *> *syms, uint64_t pc);
65 static Symbol *get_symbol (Vector<Symbol *> *syms, char *linker_name);
  /src/external/gpl3/binutils/dist/gprof/
sym_ids.h 37 extern Sym_Table syms[NUM_TABLES];
  /src/external/gpl3/binutils.old/dist/gprof/
sym_ids.h 37 extern Sym_Table syms[NUM_TABLES];
  /src/external/gpl3/binutils/dist/binutils/
addr2line.c 56 static asymbol **syms; /* Symbol table. */ variable
140 syms = (asymbol **) xmalloc (storage);
142 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
144 symcount = bfd_canonicalize_symtab (abfd, syms);
154 free (syms);
155 syms = xmalloc (storage);
156 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
163 free (syms);
164 syms = NULL;
203 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma
    [all...]

Completed in 47 milliseconds

1 2 3 4 5 6 7 8 91011>>