Searched refs:symtype (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aicasm_symbol.h | 67 } symtype; typedef 131 symtype type;
|
H A D | aicasm_gram.y | 77 static symtype cur_symtype;
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-tic80.c | 871 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 D | nlmcode.h | 1021 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 D | mach-o.c | 729 unsigned int symtype = -1; local 743 symtype = (type & 0x0e); 780 switch (symtype) 818 s->name, symtype);
|
H A D | ChangeLog-9193 | 1699 * bfd-in.h (symtype): Deleted typedef.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | nlmcode.h | 902 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 D | mach-o.c | 711 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 D | elfxx-ia64.c | 950 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 D | ChangeLog-9193 | 1699 * bfd-in.h (symtype): Deleted typedef.
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | armdbg.h | 305 const char *symbol, Dbg_LLSymType symtype, ARMaddress value,
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vms.c | 1536 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()
|