Searched refs:N_SETB (Results 1 – 11 of 11) sorted by relevance
56 && (type & N_TYPE) != N_SETB in obj_aout_frob_symbol()69 case N_SETB: in obj_aout_frob_symbol()
277 #define N_SETB 0x1A /* Bss set element symbol */ macro
41 __define_name (N_SETB, "SETB")/* Bss set element symbol */ \
1470 case N_SETB: case N_SETB | N_EXT: in translate_from_native_sym_flags()1486 case N_SETB: in translate_from_native_sym_flags()1630 case N_BSS: type = N_SETB; break; in translate_to_native_sym_flags()3057 case N_SETB: case N_SETB | N_EXT: in aout_link_add_symbols()4929 case N_SETB: in aout_link_write_symbols()4961 || type == N_SETB in aout_link_write_symbols()5009 && (type & N_TYPE) != N_SETB in aout_link_write_symbols()
829 case N_SETB: in ecoff_set_symbol_info()
85 #define N_SETB 0x1a /* Bss set element symbol */ macro
65 #ifndef N_SETB66 #define N_SETB 0x1A /* Bss set element symbol */ macro492 case N_SETB: strcpy(type, "setb"); break; in dump_sym()
312 #define N_SETB 0x1A /* Bss set element symbol. */ macro
1451 case N_SETB: in read_dbx_symtab()1452 case N_SETB | N_EXT: in read_dbx_symtab()
2826 case N_SETB: in parse_partial_symbols()2827 case N_SETB | N_EXT: in parse_partial_symbols()
3201 @item 0x1a N_SETB3202 @itemx 0x1b N_SETB | N_EXT