Lines Matching refs:aout_symbol
1877 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc); in NAME()
1878 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other); in NAME()
1879 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type); in NAME()
2510 int type_code = aout_symbol (symbol)->type & 0xff; in NAME()
2521 ret->stab_other = (unsigned) (aout_symbol (symbol)->other & 0xff); in NAME()
2522 ret->stab_desc = (unsigned) (aout_symbol (symbol)->desc & 0xffff); in NAME()
2543 (unsigned) (aout_symbol (symbol)->desc & 0xffff), in NAME()
2544 (unsigned) (aout_symbol (symbol)->other & 0xff), in NAME()
2545 (unsigned) (aout_symbol (symbol)->type)); in NAME()
2555 (unsigned) (aout_symbol (symbol)->desc & 0xffff), in NAME()
2556 (unsigned) (aout_symbol (symbol)->other & 0xff), in NAME()
2557 (unsigned) (aout_symbol (symbol)->type & 0xff)); in NAME()