Lines Matching refs:aout_symbol
1881 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc); in NAME()
1882 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other); in NAME()
1883 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type); in NAME()
2514 int type_code = aout_symbol (symbol)->type & 0xff; in NAME()
2525 ret->stab_other = (unsigned) (aout_symbol (symbol)->other & 0xff); in NAME()
2526 ret->stab_desc = (unsigned) (aout_symbol (symbol)->desc & 0xffff); in NAME()
2547 (unsigned) (aout_symbol (symbol)->desc & 0xffff), in NAME()
2548 (unsigned) (aout_symbol (symbol)->other & 0xff), in NAME()
2549 (unsigned) (aout_symbol (symbol)->type)); in NAME()
2559 (unsigned) (aout_symbol (symbol)->desc & 0xffff), in NAME()
2560 (unsigned) (aout_symbol (symbol)->other & 0xff), in NAME()
2561 (unsigned) (aout_symbol (symbol)->type & 0xff)); in NAME()