Searched refs:xsym (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoffread.c2121 struct symbol *xsym = syms->symbol[j];
2122 SYMBOL_TYPE (xsym) = type;
2123 TYPE_FIELD_NAME (type, n) = DEPRECATED_SYMBOL_NAME (xsym);
2124 TYPE_FIELD_BITPOS (type, n) = SYMBOL_VALUE (xsym);
2125 if (SYMBOL_VALUE (xsym) < 0)
2107 struct symbol *xsym = syms->symbol[j]; local
H A Dhpread.c3179 struct symbol *xsym = syms->symbol[j];
3180 SYMBOL_TYPE (xsym) = type;
3181 TYPE_FIELD_NAME (type, n) = DEPRECATED_SYMBOL_NAME (xsym);
3182 TYPE_FIELD_BITPOS (type, n) = SYMBOL_VALUE (xsym);
3340 struct symbol *xsym = syms->symbol[j];
3341 TYPE_FIELD_NAME (type, n) = DEPRECATED_SYMBOL_NAME (xsym);
3342 TYPE_FIELD_TYPE (type, n) = SYMBOL_TYPE (xsym);
3519 struct symbol *xsym = syms->symbol[j];
3520 TYPE_FIELD_NAME (type, n) = DEPRECATED_SYMBOL_NAME (xsym);
3521 TYPE_FIELD_TYPE (type, n) = SYMBOL_TYPE (xsym);
3164 struct symbol *xsym = syms->symbol[j]; local
3325 struct symbol *xsym = syms->symbol[j]; local
3504 struct symbol *xsym = syms->symbol[j]; local
[all...]
H A Dstabsread.c3508 struct symbol *xsym = syms->symbol[j];
3509 SYMBOL_TYPE (xsym) = type;
3510 TYPE_FIELD_NAME (type, n) = DEPRECATED_SYMBOL_NAME (xsym);
3511 TYPE_FIELD_BITPOS (type, n) = SYMBOL_VALUE (xsym);
3502 struct symbol *xsym = syms->symbol[j]; local
/haiku-fatelf/src/bin/gdb/bfd/
H A DMakefile.am336 xsym.lo \
503 xsym.c \
620 vms.h xcoff-target.h xsym.h
1559 xsym.lo: xsym.c xsym.h $(INCDIR)/filenames.h

Completed in 101 milliseconds