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

123

/haiku-fatelf/src/bin/gdb/bfd/
H A Dbinary.c184 asymbol *syms; local
188 syms = (asymbol *) bfd_alloc (abfd, amt);
189 if (syms == NULL)
193 syms[0].the_bfd = abfd;
194 syms[0].name = mangle_name (abfd, "start");
195 syms[0].value = 0;
196 syms[0].flags = BSF_GLOBAL;
197 syms[0].section = sec;
198 syms[0].udata.p = NULL;
201 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 Dcoff-i960.c235 asymbol **syms, **sym_end; local
238 syms = bfd_get_outsymbols (output_bfd);
239 sym_end = syms + bfd_get_symcount (output_bfd);
240 for (; syms < sym_end; syms++)
242 if (bfd_asymbol_name (*syms) != NULL
243 && (*syms)->value == 0
244 && strcmp ((*syms)->section->output_section->name,
249 if (syms >= sym_end)
252 reloc_entry->sym_ptr_ptr = syms;
[all...]
H A Dhp300hpux.c484 long syms; variable
495 syms = H_GET_32 (abfd, bytes->e_drelocs);
496 if (syms == 0)
500 execp->a_syms = syms;
542 struct external_nlist *syms; local
559 syms = (struct external_nlist *) (strings + SYM_EXTRA_BYTES);
561 || bfd_bread ((PTR) syms, symbol_bytes, abfd) != symbol_bytes)
563 bfd_release (abfd, syms);
567 sym_end = (struct external_nlist *) (((char *) syms) + symbol_bytes);
570 for (sym_pointer = syms; sym_pointe
[all...]
H A Dmakefile.vms22 format.obj,init.obj,libbfd.obj,opncls.obj,reloc.obj,section.obj,syms.obj,\
24 ihex.obj,stab-syms.obj,vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,\
H A Dsyms.c557 {".debug", 'N'}, /* MSVC's .debug (non-standard debug syms) */
778 asymbol **syms = NULL; local
790 syms = bfd_malloc (storage);
791 if (syms == NULL)
795 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms);
797 symcount = bfd_canonicalize_symtab (abfd, syms);
801 *minisymsp = syms;
807 if (syms != NULL)
808 free (syms);
H A Delf64-ppc.c2526 /* After editing .opd, adjust references to opd local syms. */
2621 sym_exists_at (asymbol **syms, long lo, long hi, int id, bfd_vma value)
2630 if (syms[mid]->value + syms[mid]->section->vma < value)
2632 else if (syms[mid]->value + syms[mid]->section->vma > value)
2635 return syms[mid];
2643 if (syms[mid]->section->id < id)
2645 else if (syms[mid]->section->id > id)
2647 else if (syms[mi
2618 sym_exists_at(asymbol **syms, long lo, long hi, int id, bfd_vma value) argument
2671 asymbol **syms; local
[all...]
H A Dcoff-i386.c414 input_section, contents, relocs, syms,
422 struct internal_syment *syms;
430 relocs, syms, sections);
H A Dcoff-mcore.c384 contents, relocs, syms, sections)
391 struct internal_syment * syms;
449 sym = syms + symndx;
H A Dcoff-tic80.c494 input_section, contents, relocs, syms,
502 struct internal_syment *syms;
531 sym = syms + symndx;
H A Darchive.c1787 asymbol **syms = NULL;
1834 free (syms);
1836 syms = bfd_malloc (syms_max);
1837 if (syms == NULL)
1840 symcount = bfd_canonicalize_symtab (current, syms);
1848 flagword flags = (syms[src_count])->flags;
1849 asection *sec = syms[src_count]->section;
1872 namelen = strlen (syms[src_count]->name);
1880 strcpy (*(map[orl_count].name), syms[src_count]->name);
1902 free (syms);
1779 asymbol **syms = NULL; local
[all...]
/haiku-fatelf/headers/private/kernel/
H A Delf_priv.h45 elf_sym* syms; member in struct:elf_image_info
72 #define SYMBOL(image, num) (&(image)->syms[num])
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-lex.l590 struct ada_symbol_info *syms;
594 VAR_DOMAIN, &syms);
596 (nsyms == 0 || SYMBOL_CLASS (syms[0].sym) != LOC_BLOCK))
604 else if (nsyms == 0 || SYMBOL_CLASS (syms[0].sym) != LOC_BLOCK)
613 left_block_context = yylval.bval = SYMBOL_BLOCK_VALUE (syms[0].sym);
633 struct ada_symbol_info *syms;
652 VAR_DOMAIN, &syms);
655 VAR_DOMAIN, &syms);
660 if (nsyms == 1 && !ada_is_object_renaming (syms[0].sym))
663 ada_find_renaming_symbol (SYMBOL_LINKAGE_NAME (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 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...]
H A Dada-lang.c2924 ada_resolve_function (struct ada_symbol_info syms[],
2944 struct type *type = ada_check_typedef (SYMBOL_TYPE (syms[k].sym));
2946 if (ada_args_match (syms[k].sym, args, nargs)
2949 syms[m] = syms[k];
2964 user_select_syms (syms, m, 1);
3011 sort_choices (struct ada_symbol_info syms[], int nsyms)
3016 struct ada_symbol_info sym = syms[i];
3021 if (encoded_ordered_before (SYMBOL_LINKAGE_NAME (syms[j].sym),
3024 syms[
2919 ada_resolve_function(struct ada_symbol_info syms[], int nsyms, struct value **args, int nargs, const char *name, struct type *context_type) argument
3006 sort_choices(struct ada_symbol_info syms[], int nsyms) argument
3034 user_select_syms(struct ada_symbol_info *syms, int nsyms, int max_results) argument
3664 is_nonfunction(struct ada_symbol_info syms[], int n) argument
4075 remove_extra_symbols(struct ada_symbol_info *syms, int nsyms) argument
4237 remove_out_of_scope_renamings(struct ada_symbol_info *syms, int nsyms, struct block *current_block) argument
8051 struct ada_symbol_info *syms; local
[all...]
H A Dhpread.c29 #include "syms.h"
2837 * END), and take out this reliance on a #-syms being passed in...
3106 struct pending **symlist, *osyms, *syms;
3172 for (syms = *symlist, n = 0; syms; syms = syms->next)
3175 if (syms == osyms)
3177 for (; j < syms->nsyms; j++, n++)
3179 struct symbol *xsym = syms
3091 struct pending **symlist, *osyms, *syms; local
3185 struct pending *syms; local
3367 struct pending *syms; local
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dmultiboot.h47 uint32 syms[4]; member in struct:multiboot_info
/haiku-fatelf/headers/private/kernel/boot/
H A Delf.h51 FixedWidthPointer<Elf32_Sym> syms; member in struct:preloaded_elf32_image
68 FixedWidthPointer<Elf64_Sym> syms; member in struct:preloaded_elf64_image
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A DMakefile.am10 syms.texi targets.texi init.texi hash.texi linker.texi \
17 section.p syms.p targets.p \
33 $(srcdir)/../syms.c $(srcdir)/../targets.c \
42 $(srcdir)/../section.c $(srcdir)/../syms.c \
181 s-syms: $(MKDOC) $(srcdir)/../syms.c $(srcdir)/doc.str
182 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp
183 $(srcdir)/../../move-if-change syms.tmp syms
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dmmix-dis.c105 asymbol **syms = malloc (symsize); local
109 if (syms == NULL)
114 nsyms = bfd_canonicalize_symtab (abfd, syms);
119 for (i = 0; i < nsyms && syms[i] != NULL; i++)
121 if (syms[i]->section == reg_section
122 && syms[i]->value < 256
123 && minfop->reg_name[syms[i]->value] == NULL)
124 minfop->reg_name[syms[i]->value] = syms[i]->name;
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_debug.c559 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument
560 for ((void)NULL; syms->name != 0; syms++) {
561 if (strcasecmp (name, syms->name) == 0) {
564 return (syms->number);
569 return (syms->number); /*%< The default value. */
573 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
576 for ((void)NULL; syms->name != 0; syms++) {
577 if (number == syms
591 sym_ntop(const struct res_sym *syms, int number, int *success) argument
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dmodule.h93 void *syms; /* pointer to e.g. a struct containing member in struct:stp_module
/haiku-fatelf/headers/private/runtime_loader/
H A Druntime_loader.h105 elf_sym *syms; member in struct:image_t
159 #define SYMBOL(image, num) (&(image)->syms[num])

Completed in 302 milliseconds

123