Home
last modified time | relevance | path

Searched refs:symtype (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h67 } symtype; typedef
131 symtype type;
H A Daicasm_gram.y77 static symtype cur_symtype;
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic80.c871 int symtype; in md_begin() local
873 symtype = PDS_VALUE (pdsp) & TIC80_OPERAND_MASK; in md_begin()
874 switch (symtype) in md_begin()
889 (long) symtype); in md_begin()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h1021 unsigned char symtype; /* Type of debugging symbol. */ local
1117 amt = sizeof (symtype);
1118 if (bfd_bread ((PTR) &symtype, amt, abfd) != amt)
1137 if (symtype == 0)
1142 else if (symtype == 1)
H A Dmach-o.c729 unsigned int symtype = -1; local
743 symtype = (type & 0x0e);
780 switch (symtype)
818 s->name, symtype);
H A DChangeLog-91931699 * bfd-in.h (symtype): Deleted typedef.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h902 unsigned char symtype; /* Type of debugging symbol. */ in nlm_slurp_symbol_table() local
996 amt = sizeof (symtype); in nlm_slurp_symbol_table()
997 if (bfd_bread ((void *) &symtype, amt, abfd) != amt) in nlm_slurp_symbol_table()
1017 if (symtype == 0) in nlm_slurp_symbol_table()
1020 else if (symtype == 1) in nlm_slurp_symbol_table()
H A Dmach-o.c711 unsigned int symtype = -1; in bfd_mach_o_scan_read_symtab_symbol() local
725 symtype = (type & 0x0e); in bfd_mach_o_scan_read_symtab_symbol()
762 switch (symtype) in bfd_mach_o_scan_read_symtab_symbol()
800 s->name, symtype); in bfd_mach_o_scan_read_symtab_symbol()
H A Delfxx-ia64.c950 char symtype; local
1024 symtype = ELF_ST_TYPE (isym->st_info);
1070 symtype = h->type;
1091 if (symtype == STT_SECTION)
1098 if (symtype != STT_SECTION)
H A DChangeLog-91931699 * bfd-in.h (symtype): Deleted typedef.
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Darmdbg.h305 const char *symbol, Dbg_LLSymType symtype, ARMaddress value,
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c1536 unsigned int symtype; in Perl_vmssetenv() local
1540 symtype = LIB$K_CLI_LOCAL_SYM; in Perl_vmssetenv()
1541 else symtype = LIB$K_CLI_GLOBAL_SYM; in Perl_vmssetenv()
1542 retsts = lib$delete_symbol(&lnmdsc,&symtype); in Perl_vmssetenv()
1565 unsigned int symtype; in Perl_vmssetenv() local
1569 symtype = LIB$K_CLI_LOCAL_SYM; in Perl_vmssetenv()
1570 else symtype = LIB$K_CLI_GLOBAL_SYM; in Perl_vmssetenv()
1571 retsts = lib$set_symbol(&lnmdsc,&eqvdsc,&symtype); in Perl_vmssetenv()