Home
last modified time | relevance | path

Searched refs:N_SETB (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-aout.c56 && (type & N_TYPE) != N_SETB in obj_aout_frob_symbol()
69 case N_SETB: in obj_aout_frob_symbol()
Daout_gnu.h277 #define N_SETB 0x1A /* Bss set element symbol */ macro
/freebsd-10-stable/contrib/binutils/bfd/
Dstab-syms.c41 __define_name (N_SETB, "SETB")/* Bss set element symbol */ \
Daoutx.h1470 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()
Decoff.c829 case N_SETB: in ecoff_set_symbol_info()
/freebsd-10-stable/sys/sys/
Dnlist_aout.h85 #define N_SETB 0x1a /* Bss set element symbol */ macro
/freebsd-10-stable/usr.bin/ldd/
Dsods.c65 #ifndef N_SETB
66 #define N_SETB 0x1A /* Bss set element symbol */ macro
492 case N_SETB: strcpy(type, "setb"); break; in dump_sym()
/freebsd-10-stable/contrib/binutils/include/aout/
Daout64.h312 #define N_SETB 0x1A /* Bss set element symbol. */ macro
/freebsd-10-stable/contrib/gdb/gdb/
Ddbxread.c1451 case N_SETB: in read_dbx_symtab()
1452 case N_SETB | N_EXT: in read_dbx_symtab()
Dmdebugread.c2826 case N_SETB: in parse_partial_symbols()
2827 case N_SETB | N_EXT: in parse_partial_symbols()
/freebsd-10-stable/contrib/gdb/gdb/doc/
Dstabs.texinfo3201 @item 0x1a N_SETB
3202 @itemx 0x1b N_SETB | N_EXT