Searched refs:N_BSS (Results 1 – 13 of 13) sorted by relevance
75 #define N_BSS 0x08 /* bss segment */ macro
127 #define N_BSS 8 /* BSS symbol */ macro
1228 newsect->target_index = N_BSS; in NAME()1398 case N_BSS: in translate_from_native_sym_flags()1461 case N_BSS: case N_BSS | N_EXT: in translate_from_native_sym_flags()1587 sym_pointer->e_type[0] |= N_BSS; in translate_to_native_sym_flags()1630 case N_BSS: type = N_SETB; break; in translate_to_native_sym_flags()1645 case N_BSS: type = N_WEAKB; break; in translate_to_native_sym_flags()2113 case N_BSS: \2114 case N_BSS | N_EXT: \2991 case N_BSS: in aout_link_add_symbols()3027 case N_BSS | N_EXT: in aout_link_add_symbols()[all …]
802 case N_BSS: in b_out_slurp_reloc_table()803 case N_BSS | N_EXT: in b_out_slurp_reloc_table()
2276 ? N_BSS in sunos_write_dynamic_symbol()
240 #define N_BSS 8 macro
445 case N_BSS | N_EXT: in record_minimal_symbol()499 case N_BSS: in record_minimal_symbol()1051 type = N_BSS; in read_dbx_dynamic_symtab()1326 case N_BSS: in read_dbx_symtab()1327 case N_BSS | N_EXT: in read_dbx_symtab()1406 nlist.n_type ^= (N_BSS ^ N_UNDF); /* Define it as a bss-symbol */ in read_dbx_symtab()
2771 case N_BSS: in parse_partial_symbols()2772 case N_BSS | N_EXT: in parse_partial_symbols()
626 case N_BSS: in define_symbol()
284 #define N_BSS 8 /* BSS sym -- defined at offset in zero'd seg. */ macro
395 (sh->sh_type == SHT_NOBITS ? N_BSS : N_UNDF); in elf_sym_to_nlist()
485 case N_BSS: strcpy(type, "bss"); break; in dump_sym()
3174 @item 0x8 N_BSS3177 @item 0x9 N_BSS | N_EXT