Searched refs:symp (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dsymtab.c2794 struct symbol_search **symbols, *symp, *old_next;
2799 symp = prevtail->next;
2802 symbols[i] = symp;
2803 symp = symp->next;
2806 old_next = symp;
2811 symp = prevtail;
2814 symp->next = symbols[i];
2815 symp = symp
2786 struct symbol_search **symbols, *symp, *old_next; local
[all...]
H A Dvalue.h396 struct value **valp, struct symbol **symp,
H A Dvalops.c1860 struct value **valp, struct symbol **symp, int *staticp)
1916 *symp = fsym;
1972 *symp = oload_syms[oload_champ];
1856 find_overload_match(struct type **arg_types, int nargs, char *name, int method, int lax, struct value **objp, struct symbol *fsym, struct value **valp, struct symbol **symp, int *staticp) argument
H A Deval.c1179 struct symbol *symp;
1189 NULL, &symp, NULL);
1192 exp->elts[save_pos1+2].symbol = symp;
1177 struct symbol *symp; local
/haiku-fatelf/src/bin/gdb/bfd/
H A Dieee.c1152 ieee_symbol_type *symp;
1185 for (symp = IEEE_DATA (abfd)->external_symbols;
1186 symp != (ieee_symbol_type *) NULL;
1187 symp = symp->next)
1189 location[symp->index + ieee->external_symbol_base_offset] = &symp->symbol;
1195 for (symp = IEEE_DATA (abfd)->external_reference;
1196 symp != (ieee_symbol_type *) NULL;
1197 symp
1150 ieee_symbol_type *symp; local
[all...]
H A Dmmo.c2647 mmo_internal_add_3_sym (abfd, rootp, symp)
2650 const struct mmo_symbol *symp;
2652 const char *name = symp->name;
2702 memcpy (&trie->sym, symp, sizeof *symp);
H A Delf.c7938 struct elf_symbol *symp, *symtable1 = NULL, *symtable2 = NULL;
8043 symp = symtable1;
8047 symp->sym = isym;
8048 symp->name = bfd_elf_string_from_elf_section (bfd1,
8051 symp++;
8054 symp = symtable2;
8058 symp->sym = isym;
8059 symp->name = bfd_elf_string_from_elf_section (bfd2,
8062 symp++;
7927 struct elf_symbol *symp, *symtable1 = NULL, *symtable2 = NULL; local
H A Dcoffcode.h3003 asymbol **symp;
3007 for (symp = abfd->outsymbols, i = 0; i < symcount; symp++, i++)
3011 cf = coff_symbol_from (abfd, *symp);
3018 len = strlen (bfd_asymbol_name (*symp));
3002 asymbol **symp; variable
H A Delf64-ppc.c5675 Elf_Internal_Sym **symp,
5697 if (symp != NULL)
5698 *symp = NULL;
5738 if (symp != NULL)
5739 *symp = sym;
5670 get_sym_h(struct elf_link_hash_entry **hp, Elf_Internal_Sym **symp, asection **symsecp, char **tls_maskp, Elf_Internal_Sym **locsymsp, unsigned long r_symndx, bfd *ibfd) argument
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dlisp.c3053 struct atomcell *symp; local
3058 symp = symbolpointer(sym);
3064 symp->ftype = UNDEF;
3065 symp->func = (list (*)(...))UNDEF;
3069 symp->ftype = MACRO;
3070 symp->func = (list (*)(...))body;
3073 symp->ftype = EXPR;
3074 symp->func = (list (*)(...))body;

Completed in 218 milliseconds