Searched refs:addsym (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/bsd/flex/dist/src/
H A Dsym.c65 static int addsym(char[], char *, int, hash_table, int);
71 /* addsym - add symbol and definitions to symbol table
76 static int addsym (char sym[], char *str_def, int int_def, hash_table table, int table_size) function
123 (void) addsym (xstrdup(ccltxt),
183 if (addsym (xstrdup(name),
231 if (addsym(scname[lastsc], NULL, lastsc,
/netbsd-current/games/dab/
H A Dgamescreen.h61 virtual void addsym(const int sym) = 0; // Add character symbol
H A Dttyscrn.cc56 void TTYSCRN::addsym(const int sym) function in class:TTYSCRN
101 addsym(' ');
147 addsym(' ');
152 addsym(nsym);
H A Dttyscrn.h50 void addsym(const int sym);
H A Dbox.cc95 _b.getScrn()->addsym(name());
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dsymbol.c76 addsym(char *name) function
H A Dsymbol.h166 Symbol *addsym (char *);
H A Dasn1parse.y283 Symbol *s = addsym(sl->string);
325 Symbol *s = addsym ($1);
569 Symbol *s = addsym($1);
711 s = addsym ($1);
875 Symbol *s = addsym($1);
909 Symbol *s = addsym($1);
H A Dasn1parse.c1720 Symbol *s = addsym(sl->string);
1762 Symbol *s = addsym ((yyvsp[-2].name));
2055 Symbol *s = addsym((yyvsp[0].name));
2240 s = addsym ((yyvsp[-3].name));
2476 Symbol *s = addsym((yyvsp[0].name));
2499 Symbol *s = addsym((yyvsp[0].name));
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dlocal.c306 extern void addsym(struct symtab *);
307 addsym(q);
317 extern void addsym(struct symtab *);
318 addsym(q);
H A Dcode.c209 void addsym(struct symtab *);
216 addsym(struct symtab *q) function
/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c243 static void addsym(bool, bool, char *);
283 addsym(true, true, optarg);
285 addsym(true, false, optarg);
290 addsym(false, true, optarg);
293 addsym(false, false, optarg);
964 addsym(bool ignorethis, bool definethis, char *sym) function
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-crx.c641 bfd_vma addsym, subsym; local
656 addsym = isym->st_value;
657 subsym = addsym - irel->r_addend;
659 /* Fix the addend only when -->> (addsym > addr >= subsym). */
H A Delf32-cr16.c1258 bfd_vma addsym, subsym;
1273 addsym = isym->st_value;
1274 subsym = addsym - irel->r_addend;
1276 /* Fix the addend only when -->> (addsym > addr >= subsym). */
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-crx.c641 bfd_vma addsym, subsym; local
656 addsym = isym->st_value;
657 subsym = addsym - irel->r_addend;
659 /* Fix the addend only when -->> (addsym > addr >= subsym). */
H A Delf32-cr16.c1290 bfd_vma addsym, subsym;
1305 addsym = isym->st_value;
1306 subsym = addsym - irel->r_addend;
1308 /* Fix the addend only when -->> (addsym > addr >= subsym). */
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-crx.c641 bfd_vma addsym, subsym; local
656 addsym = isym->st_value;
657 subsym = addsym - irel->r_addend;
659 /* Fix the addend only when -->> (addsym > addr >= subsym). */
H A Delf32-cr16.c1258 bfd_vma addsym, subsym;
1273 addsym = isym->st_value;
1274 subsym = addsym - irel->r_addend;
1276 /* Fix the addend only when -->> (addsym > addr >= subsym). */
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-crx.c641 bfd_vma addsym, subsym; local
656 addsym = isym->st_value;
657 subsym = addsym - irel->r_addend;
659 /* Fix the addend only when -->> (addsym > addr >= subsym). */
H A Delf32-cr16.c1258 bfd_vma addsym, subsym;
1273 addsym = isym->st_value;
1274 subsym = addsym - irel->r_addend;
1276 /* Fix the addend only when -->> (addsym > addr >= subsym). */

Completed in 382 milliseconds