HomeSort by: relevance | last modified time | path
    Searched defs:addsym (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
symbol.c 76 addsym(char *name) function
  /src/games/dab/
ttyscrn.cc 56 void TTYSCRN::addsym(const int sym) function in class:TTYSCRN
101 addsym(' ');
147 addsym(' ');
152 addsym(nsym);
  /src/external/bsd/flex/dist/src/
sym.c 65 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,
  /src/external/bsd/pcc/dist/pcc/arch/m16c/
code.c 209 void addsym(struct symtab *);
216 addsym(struct symtab *q) function
  /src/external/gpl3/binutils/dist/bfd/
elf32-crx.c 641 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). */
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-crx.c 641 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). */
  /src/external/gpl3/gdb/dist/bfd/
elf32-crx.c 641 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). */
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-crx.c 641 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). */
  /src/usr.bin/unifdef/
unifdef.c 243 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

Completed in 32 milliseconds