Searched refs:syms (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-9.3-release/sys/conf/
H A Dkmod_syms.awk7 syms[$3] = $2
15 delete syms[$0]
20 for (member in syms) {
21 if (syms[member] == "C")
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbinary.c165 asymbol *syms; local
169 syms = bfd_alloc (abfd, amt);
170 if (syms == NULL)
174 syms[0].the_bfd = abfd;
175 syms[0].name = mangle_name (abfd, "start");
176 syms[0].value = 0;
177 syms[0].flags = BSF_GLOBAL;
178 syms[0].section = sec;
179 syms[0].udata.p = NULL;
182 syms[
[all...]
H A Dppcboot.c302 asymbol *syms;
306 syms = (asymbol *) bfd_alloc (abfd, amt);
307 if (syms == NULL)
311 syms[0].the_bfd = abfd;
312 syms[0].name = mangle_name (abfd, "start");
313 syms[0].value = 0;
314 syms[0].flags = BSF_GLOBAL;
315 syms[0].section = sec;
316 syms[0].udata.p = NULL;
319 syms[
295 asymbol *syms; local
[all...]
H A Dsyms.c565 {".debug", 'N'}, /* MSVC's .debug (non-standard debug syms) */
786 asymbol **syms = NULL; local
798 syms = bfd_malloc (storage);
799 if (syms == NULL)
803 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
805 symcount = bfd_canonicalize_symtab (abfd, syms);
809 *minisymsp = syms;
815 if (syms != NULL)
816 free (syms);
H A Dcoff-i386.c416 input_section, contents, relocs, syms,
424 struct internal_syment *syms;
432 relocs, syms, sections);
H A Darchive.c1797 asymbol **syms = NULL;
1844 free (syms);
1846 syms = bfd_malloc (syms_max);
1847 if (syms == NULL)
1850 symcount = bfd_canonicalize_symtab (current, syms);
1858 flagword flags = (syms[src_count])->flags;
1859 asection *sec = syms[src_count]->section;
1882 namelen = strlen (syms[src_count]->name);
1890 strcpy (*(map[orl_count].name), syms[src_count]->name);
1912 free (syms);
1788 asymbol **syms = NULL; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dtrace.c35 static asymbol **syms = NULL; variable
85 if (syms)
103 syms = malloc(storage);
104 if (syms == NULL) {
110 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
112 symcount = bfd_canonicalize_symtab(abfd, syms);
116 free(syms);
117 syms = NULL;
152 data->found = bfd_find_nearest_line(abfd, section, syms,
239 if (!syms) {
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Daddr2line.c47 static asymbol **syms; /* Symbol table. */ variable
109 symcount = bfd_read_minisymbols (abfd, FALSE, (void *) &syms, &size);
111 symcount = bfd_read_minisymbols (abfd, TRUE /* dynamic */, (void *) &syms, &size);
151 found = bfd_find_nearest_line (abfd, section, syms, pc - vma,
172 found = bfd_find_nearest_line (abfd, section, syms, pc,
308 if (syms != NULL)
310 free (syms);
311 syms = NULL;
H A Drddbg.c47 read_debugging_info (bfd *abfd, asymbol **syms, long symcount) argument
56 if (! read_section_stabs_debugging_info (abfd, syms, symcount, dhandle,
62 if (! read_symbol_stabs_debugging_info (abfd, syms, symcount, dhandle,
79 if (! parse_coff (abfd, syms, symcount, dhandle))
97 read_section_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
152 shandle = start_stab (dhandle, abfd, TRUE, syms, symcount);
260 read_symbol_stabs_debugging_info (bfd *abfd, asymbol **syms, long symcount, argument
267 symend = syms + symcount;
268 for (ps = syms; ps < symend; ps++)
281 shandle = start_stab (dhandle, abfd, FALSE, syms, symcoun
[all...]
H A Dnm.c52 asymbol **syms; member in struct:get_relocs_info
142 static int no_sort = 0; /* Don't sort; print syms in order found. */
180 {"debug-syms", no_argument, &print_debug_syms, 1},
198 {"special-syms", no_argument, &allow_special_symbols, 1},
217 -a, --debug-syms Display debugger-only symbols\n\
241 --special-syms Include special symbols in the output\n\
766 data->syms);
799 static asymbol **syms;
807 if (abfd != lineno_cache_bfd && syms != NULL)
809 free (syms);
794 static asymbol **syms; local
[all...]
H A Drdcoff.c52 asymbol **syms; member in struct:coff_symbols
403 sym = symbols->syms[symbols->symno];
508 sym = symbols->syms[symbols->symno];
656 parse_coff (bfd *abfd, asymbol **syms, long symcount, void *dhandle)
670 symbols.syms = syms;
696 sym = syms[symbols.symno];
655 parse_coff(bfd *abfd, asymbol **syms, long symcount, void *dhandle) argument
H A Dcoffgrok.c52 static asymbol **syms; variable
151 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms);
733 syms = (asymbol **) xmalloc (storage);
734 symcount = bfd_canonicalize_symtab (abfd, syms);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-lex.l625 struct symbol** syms;
630 VAR_DOMAIN, &syms, &blocks);
632 (nsyms == 0 || SYMBOL_CLASS (syms[0]) != LOC_BLOCK))
640 else if (nsyms == 0 || SYMBOL_CLASS (syms[0]) != LOC_BLOCK)
649 left_block_context = yylval.bval = SYMBOL_BLOCK_VALUE (syms[0]);
669 struct symbol** syms;
688 VAR_DOMAIN, &syms, &blocks);
691 VAR_DOMAIN, &syms, &blocks);
699 switch (SYMBOL_CLASS (syms[i]))
702 if (ada_prefer_type (SYMBOL_TYPE (syms[
[all...]
H A Dobjc-lang.h55 char *method, struct symbol **syms,
H A Ddictionary.c146 /* How many syms we currently have; we need this so we will know
154 struct symbol **syms; member in struct:dictionary_linear
161 struct symbol **syms; member in struct:dictionary_linear_expandable
196 #define DICT_LINEAR_SYMS(d) (d)->data.linear.syms
421 struct symbol **syms; local
435 syms = obstack_alloc (obstack, nsyms * sizeof (struct symbol *));
436 DICT_LINEAR_SYMS (retval) = syms;
448 syms[j] = list_counter->symbol[i];
H A Dada-lang.c1225 struct symbol **syms;
1240 VAR_DOMAIN, &syms, &blocks);
1242 if (syms[i] != NULL && SYMBOL_CLASS (syms[i]) == LOC_TYPEDEF
1243 && DEPRECATED_STREQ (name, ada_type_name (SYMBOL_TYPE (syms[i]))))
1250 shadow_type = SYMBOL_TYPE (syms[i]);
2476 ada_resolve_function (struct symbol *syms[], struct block *blocks[],
2496 struct type *type = check_typedef (SYMBOL_TYPE (syms[k]));
2498 if (ada_args_match (syms[k], args, nargs)
2499 && return_match (SYMBOL_TYPE (syms[
1221 struct symbol **syms; local
2471 ada_resolve_function(struct symbol *syms[], struct block *blocks[], int nsyms, struct value **args, int nargs, const char *name, struct type *context_type) argument
2559 sort_choices(struct symbol *syms[], struct block *blocks[], int nsyms) argument
2592 user_select_syms(struct symbol *syms[], struct block *blocks[], int nsyms, int max_results) argument
3194 is_nonfunction(struct symbol *syms[], int n) argument
3598 remove_extra_symbols(struct symbol **syms, struct block **blocks, int nsyms) argument
3648 ada_lookup_symbol_list(const char *name, struct block *block0, domain_enum domain, struct symbol ***syms, struct block ***blocks) argument
5851 struct symbol **syms; local
7754 struct symbol **syms; local
[all...]
H A Dobjc-lang.c1085 * effects: The array of symbol pointers is filled with matching syms.
1101 * into two parts: debuggable (struct symbol) syms, and
1102 * non_debuggable (struct minimal_symbol) syms. The debuggable
1279 const char *selector, struct symbol **syms,
1362 if (syms != NULL)
1364 syms[csym] = syms[cdebug];
1365 syms[cdebug] = sym;
1375 if (syms != NULL)
1376 syms[csy
1277 find_methods(struct symtab *symtab, char type, const char *class, const char *category, const char *selector, struct symbol **syms, unsigned int *nsym, unsigned int *ndebug) argument
1395 find_imps(struct symtab *symtab, struct block *block, char *method, struct symbol **syms, unsigned int *nsym, unsigned int *ndebug) argument
[all...]
/freebsd-9.3-release/gnu/usr.bin/binutils/libbfd/
H A DMakefile39 stab-syms.c \
41 syms.c \
/freebsd-9.3-release/contrib/binutils/bfd/doc/
H A DMakefile.am10 syms.texi targets.texi init.texi hash.texi linker.texi \
18 section.p syms.p targets.p \
34 $(srcdir)/../syms.c $(srcdir)/../targets.c \
43 $(srcdir)/../section.c $(srcdir)/../syms.c \
168 syms.texi: chew.c $(srcdir)/../syms.c $(srcdir)/doc.str
170 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp
171 $(SHELL) $(srcdir)/../../move-if-change syms.tmp syms
[all...]
/freebsd-9.3-release/lib/libc/resolv/
H A Dres_debug.c538 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument
539 for ((void)NULL; syms->name != 0; syms++) {
540 if (strcasecmp (name, syms->name) == 0) {
543 return (syms->number);
548 return (syms->number); /*%< The default value. */
552 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
555 for ((void)NULL; syms->name != 0; syms++) {
556 if (number == syms
570 sym_ntop(const struct res_sym *syms, int number, int *success) argument
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkdef.pl389 my %syms;
911 $syms{$s} = 1;
942 $syms{$r} = 1;
957 delete $syms{"bn_dump1"};
985 $algorithm{$_}) } keys %syms;
1054 my %syms=();
1068 $syms{$s} = 1;
1074 if (!defined($syms{$sym}) && $i !~ /^NOEXIST:/) {
1405 my %syms = ();
1408 $syms{
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldcref.c107 add syms from an as-needed library. */
480 asymbol **asymbols, **syms; local
508 for (syms = asymbols; *syms; ++syms)
510 asymbol *sym = *syms;
/freebsd-9.3-release/contrib/gcc/
H A Ddbxout.c989 tree syms = lang_hooks.decls.getdecls ();
1066 dbxout_typedefs (syms);
1080 dbxout_typedefs (tree syms)
1082 for (; syms != NULL_TREE; syms = TREE_CHAIN (syms))
1084 if (TREE_CODE (syms) == TYPE_DECL)
1086 tree type = TREE_TYPE (syms);
2474 /* Ignore nameless syms, but don't ignore type tags. */
3090 dbxout_syms (tree syms)
986 tree syms = lang_hooks.decls.getdecls (); local
1077 dbxout_typedefs(tree syms) argument
3080 dbxout_syms(tree syms) argument
[all...]
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c280 struct elf_symbol *syms; local
300 syms = (struct elf_symbol *)
302 if (syms == NULL)
309 symp = &syms[i];
313 (*ef->free_cb)(syms);
346 symp = &syms[i];
354 sect->symbols = syms;
/freebsd-9.3-release/gnu/usr.bin/groff/tmac/
H A DMakefile46 MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms \

Completed in 207 milliseconds

123