Home
last modified time | relevance | path

Searched refs:type_code (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dpdp11.c2056 int type_code = aout_symbol(symbol)->type & 0xff; in NAME() local
2057 const char *stab_name = bfd_get_stab_name (type_code); in NAME()
2062 sprintf(buf, "(%d)", type_code); in NAME()
2066 ret->stab_type = type_code; in NAME()
Daoutx.h2510 int type_code = aout_symbol (symbol)->type & 0xff; in NAME() local
2511 const char *stab_name = bfd_get_stab_name (type_code); in NAME()
2516 sprintf (buf, "(%d)", type_code); in NAME()
2520 ret->stab_type = type_code; in NAME()