Searched refs:sym (Results 26 - 50 of 258) sorted by relevance

1234567891011

/haiku-fatelf/src/system/runtime_loader/arch/x86/
H A Darch_relocate.cpp42 struct Elf32_Sym *sym; local
44 sym = SYMBOL(image, ELF32_R_SYM(rel[i].r_info));
46 status = resolve_symbol(rootImage, image, sym, cache, &S);
49 SYMNAME(image, sym), status));
51 SYMNAME(image, sym), status);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-exp.y104 struct symbol *sym;
544 { write_object_renaming (NULL, $1.sym,
547 { write_object_renaming ($1, $2.sym,
660 struct symbol *sym)
662 if (orig_left_context == NULL && symbol_read_needs_frame (sym))
671 write_exp_elt_sym (sym);
689 else if (name.sym == NULL)
694 struct symbol *sym =
696 memset (sym, 0, sizeof (struct symbol));
697 SYMBOL_DOMAIN (sym)
[all...]
H A Dp-exp.y140 struct symbol *sym;
545 if ($1.sym != 0)
546 $$ = SYMBOL_BLOCK_VALUE ($1.sym);
572 { struct symbol *sym;
573 sym = lookup_symbol (copy_name ($3), $1,
576 if (sym == 0)
583 write_exp_elt_sym (sym);
606 struct symbol *sym;
609 sym =
613 if (sym)
[all...]
H A Ddwarfread.c1141 struct symbol *sym; local
1146 sym = new_symbol (dip, objfile);
1147 if (sym != NULL)
1149 SYMBOL_TYPE (sym) = type;
1604 struct symbol *sym; local
1607 sym = new_symbol (dip, objfile);
1608 if (sym != NULL)
1610 SYMBOL_TYPE (sym) = type;
1665 struct symbol *sym; local
1721 sym
2848 struct symbol *sym = NULL; local
3007 struct symbol *sym = NULL; local
[all...]
H A Djv-lang.c130 add_class_symtab_symbol (struct symbol *sym) argument
134 dict_add_symbol (BLOCK_DICT (BLOCKVECTOR_BLOCK (bv, GLOBAL_BLOCK)), sym);
142 struct symbol *sym; local
143 sym = (struct symbol *)
145 memset (sym, 0, sizeof (struct symbol));
146 SYMBOL_LANGUAGE (sym) = language_java;
147 DEPRECATED_SYMBOL_NAME (sym) = TYPE_TAG_NAME (type);
148 SYMBOL_CLASS (sym) = LOC_TYPEDEF;
149 /* SYMBOL_VALUE (sym) = valu; */
150 SYMBOL_TYPE (sym)
170 struct symbol *sym; local
577 struct symbol *sym; local
[all...]
H A Dtracepoint.c458 struct symbol *sym; local
508 sym = find_pc_sect_function (t->address, t->section);
509 if (sym)
512 fputs_filtered (SYMBOL_PRINT_NAME (sym), gdb_stdout);
1177 collect_symbol (struct collection_list *collect, struct symbol *sym, argument
1184 len = TYPE_LENGTH (check_typedef (SYMBOL_TYPE (sym)));
1185 switch (SYMBOL_CLASS (sym))
1189 DEPRECATED_SYMBOL_NAME (sym), SYMBOL_CLASS (sym));
1193 DEPRECATED_SYMBOL_NAME (sym), SYMBOL_VALU
1289 struct symbol *sym; local
2330 struct symbol *sym; local
[all...]
H A Dhpread.c155 static void set_namestring (union dnttentry *sym, char **namep,
302 set_namestring (union dnttentry *sym, char **namep, struct objfile *objfile)
306 if (! hpread_has_name (sym->dblock.kind))
308 else if ((unsigned) sym->dsfile.name >= VT_SIZE (objfile))
315 *namep = sym->dsfile.name + VT (objfile);
1242 printf ("Made new psymtab for file %s (%x to %x), sym %x to %x.\n",
1470 printf ("Made new psymtab for module %s (%x to %x), sym %x to %x.\n",
2845 /* No reason to multiply on pst side and divide on sym side... FIXME */
3113 struct symbol *sym;
3144 sym
298 set_namestring(union dnttentry *sym, char **namep, struct objfile *objfile) argument
3098 struct symbol *sym; local
3192 struct symbol *sym; local
3375 struct symbol *sym; local
5102 struct symbol *sym; local
[all...]
H A Dobjc-exp.y136 struct symbol *sym;
620 if ($1.sym != 0)
621 $$ = SYMBOL_BLOCK_VALUE ($1.sym);
647 { struct symbol *sym;
648 sym = lookup_symbol (copy_name ($3), $1,
651 if (sym == 0)
658 write_exp_elt_sym (sym);
704 struct symbol *sym;
707 sym =
711 if (sym)
[all...]
H A Dlinespec.c130 struct symbol *sym,
771 sym = lookup_symbol (copy, 0, VAR_DOMAIN, 0, &sym_symtab);
772 if (sym)
775 return symbol_found (funfirstline, canonical, copy, sym,
1083 struct symbol *sym = NULL;
1118 sym = sym_arr[0];
1122 sym = find_pc_function (SYMBOL_VALUE_ADDRESS (sym_arr[0]));
1123 if ((sym != NULL) && strcmp (SYMBOL_LINKAGE_NAME (sym_arr[0]), SYMBOL_LINKAGE_NAME (sym)) != 0)
1125 warning ("debugging symbol \"%s\" does not match selector; ignoring", SYMBOL_LINKAGE_NAME (sym));
1078 struct symbol *sym = NULL; local
1167 struct symbol *sym; local
1403 struct symbol *sym = 0; local
1653 struct symbol *sym; local
1724 struct symbol *sym; local
1776 symbol_found(int funfirstline, char ***canonical, char *copy, struct symbol *sym, struct symtab *file_symtab, struct symtab *sym_symtab) argument
[all...]
H A Dm2-exp.y141 struct symbol *sym;
157 %type <sym> fblock
543 { struct symbol *sym
546 $$ = sym;}
576 { struct symbol *sym;
577 sym = lookup_symbol (copy_name ($3), $1,
579 if (sym == 0)
586 write_exp_elt_sym (sym);
592 { struct symbol *sym;
595 sym
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dstabs.c168 bfd_byte *sym, *symend;
260 for (sym = stabbuf, pstridx = secinfo->stridxs;
261 sym < symend;
262 sym += STABSIZE, ++pstridx)
274 type = sym[TYPEOFF];
281 next_stroff += bfd_get_32 (abfd, sym + 8);
294 symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF);
299 abfd, stabsec, (long) (sym - stabbuf));
328 for (incl_sym = sym + STABSIZE;
400 ne->offset = sym
166 bfd_byte *sym, *symend; local
538 bfd_byte *sym, *symend; local
697 bfd_byte *sym, *tosym, *symend; local
[all...]
H A Dnlmcode.h1019 nlm_symbol_type *sym; /* Pointer to current bfd symbol. */ variable
1050 sym = ((nlm_symbol_type *) bfd_zalloc (abfd, amt));
1051 if (!sym)
1053 nlm_set_symbols (abfd, sym);
1067 sym->symbol.the_bfd = abfd;
1068 sym->symbol.name = bfd_alloc (abfd, amt + 1);
1069 if (!sym->symbol.name)
1071 if (bfd_bread ((PTR) sym->symbol.name, amt, abfd) != amt)
1074 ((char *) (sym->symbol.name))[symlength] = '\0';
1078 sym
1318 asymbol *sym; variable
1529 asymbol *sym; variable
1740 asymbol *sym; variable
1778 asymbol *sym; variable
1805 asymbol *sym; variable
1845 asymbol *sym; variable
1927 asymbol *sym; variable
[all...]
H A Dlinker.c654 ret->sym = NULL;
1324 if (h->sym == NULL
1327 || bfd_is_und_section (bfd_get_section (h->sym)))))
1329 h->sym = p;
2088 generic_add_output_symbol (bfd *output_bfd, size_t *psymalloc, asymbol *sym)
2107 bfd_get_outsymbols (output_bfd) [bfd_get_symcount (output_bfd)] = sym;
2108 if (sym != NULL)
2162 asymbol *sym;
2167 sym = *sym_ptr;
2168 if ((sym
2082 generic_add_output_symbol(bfd *output_bfd, size_t *psymalloc, asymbol *sym) argument
2156 asymbol *sym; local
2348 set_symbol_from_hash(asymbol *sym, struct bfd_link_hash_entry *h) argument
2413 asymbol *sym; local
2726 asymbol *sym; local
[all...]
H A Dcoff-mcore.c332 coff_mcore_rtype_to_howto (abfd, sec, rel, h, sym, addendp)
337 struct internal_syment * sym;
360 if (sym != NULL && sym->n_scnum != 0)
361 * addendp -= sym->n_value;
428 struct internal_syment * sym;
444 sym = NULL;
449 sym = syms + symndx;
456 sym, & addend);
470 val = (sym
421 struct internal_syment * sym; local
[all...]
H A Dpe-mips.c416 coff_mips_rtype_to_howto (abfd, sec, rel, h, sym, addendp)
421 struct internal_syment *sym;
436 if (sym != NULL && sym->n_scnum == 0 && sym->n_value != 0)
439 size (sym->n_value) as an addend. The relocate_section
454 *addendp -= sym->n_value;
477 if (sym != NULL && sym->n_scnum != 0)
478 *addendp -= sym
666 struct internal_syment *sym; local
[all...]
H A Daout-cris.c162 asymbol *sym = *(g->sym_ptr_ptr); local
163 asection *output_section = sym->section->output_section;
170 if ((sym->flags & BSF_SECTION_SYM) != 0)
180 if (bfd_is_abs_section (bfd_get_section (sym)))
185 else if ((sym->flags & BSF_SECTION_SYM) == 0)
187 if (bfd_is_und_section (bfd_get_section (sym))
189 || (sym->flags & (BSF_GLOBAL | BSF_WEAK)) != 0)
H A Delf32-d10v.c248 elf32_d10v_gc_mark_hook (sec, info, rel, h, sym)
253 Elf_Internal_Sym *sym;
279 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
450 Elf_Internal_Sym *sym; local
477 sym = local_syms + r_symndx;
478 if (ELF_ST_TYPE (sym->st_info) != STT_SECTION)
494 sym = NULL;
498 sym = local_syms + r_symndx;
502 + sym->st_value);
504 && ELF_ST_TYPE (sym
[all...]
H A Dtekhex.c394 char sym[17]; /* A symbol can only be 16chars long */ local
414 len = getsym (sym, &src);
415 section = bfd_get_section_by_name (abfd, sym);
422 memcpy (n, sym, len + 1);
457 len = getsym (sym, &src);
461 memcpy ((char *) (new->symbol.name), sym, len + 1);
740 writesym (dst, sym)
742 const char *sym;
745 int len = (sym ? strlen (sym)
878 asymbol *sym = *p; local
[all...]
H A Dgenlink.h47 asymbol *sym; member in struct:generic_link_hash_entry
/haiku-fatelf/src/bin/diffutils/lib/
H A Dmemchr.c60 # include <bp-sym.h>
62 # define BP_SYM(sym) sym
/haiku-fatelf/headers/private/kernel/
H A Delf_priv.h71 #define SYMNAME(image, sym) STRING(image, (sym)->st_name)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/errno_h/
H A D4-1.c22 } sym[] = {{E2BIG,"E2BIG"},{EACCES,"EACCES"}, variable in typeref:struct:unique
67 struct unique *tst=sym;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sched_setscheduler/
H A D1-1.c27 } sym[] = { variable in typeref:struct:unique
54 tst = sym;
H A D17-1.c30 } sym[] = { variable in typeref:struct:unique
59 tst = sym;
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dremote-utils.c732 struct sym_cache *sym; local
735 for (sym = symbol_cache; sym; sym = sym->next)
736 if (strcmp (name, sym->name) == 0)
738 *addrp = sym->addr;
777 sym = malloc (sizeof (*sym));
778 sym
[all...]

Completed in 289 milliseconds

1234567891011