Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dnlmcode.h901 unsigned char symtype; /* Type of debugging symbol. */ in nlm_slurp_symbol_table() local
995 amt = sizeof (symtype); in nlm_slurp_symbol_table()
996 if (bfd_bread ((void *) &symtype, amt, abfd) != amt) in nlm_slurp_symbol_table()
1016 if (symtype == 0) in nlm_slurp_symbol_table()
1019 else if (symtype == 1) in nlm_slurp_symbol_table()
Delfnn-ia64.c398 char symtype; in elfNN_ia64_relax_section() local
475 symtype = ELF_ST_TYPE (isym->st_info); in elfNN_ia64_relax_section()
521 symtype = h->type; in elfNN_ia64_relax_section()
542 if (symtype == STT_SECTION) in elfNN_ia64_relax_section()
549 if (symtype != STT_SECTION) in elfNN_ia64_relax_section()
Dmach-o.c3477 unsigned int symtype = -1; in bfd_mach_o_read_symtab_symbol() local
3492 symtype = type & BFD_MACH_O_N_TYPE; in bfd_mach_o_read_symtab_symbol()
3549 switch (symtype) in bfd_mach_o_read_symtab_symbol()
3602 s->symbol.name, symtype); in bfd_mach_o_read_symtab_symbol()
DChangeLog-91931699 * bfd-in.h (symtype): Deleted typedef.