Searched refs:N_TEXT (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | aoutx.h | 1228 newsect->target_index = N_TEXT; in NAME() 1401 case N_TEXT: in translate_from_native_sym_flags() 1452 case N_TEXT: case N_TEXT | N_EXT: in translate_from_native_sym_flags() 1593 sym_pointer->e_type[0] |= N_TEXT; in translate_to_native_sym_flags() 1607 sym_pointer->e_type[0] |= N_TEXT; in translate_to_native_sym_flags() 1638 case N_TEXT: type = N_SETT; break; in translate_to_native_sym_flags() 1653 case N_TEXT: type = N_WEAKT; break; in translate_to_native_sym_flags() 2116 case N_TEXT: \ 2117 case N_TEXT | N_EXT: \ 2674 case N_TEXT: in NAME() [all …]
|
D | pdp11.c | 154 #undef N_TEXT 163 #define N_TEXT 0x02 /* Text segment. */ macro 1118 newsect->target_index = N_TEXT; in NAME() 1284 case N_TEXT: in translate_from_native_sym_flags() 1335 case N_TEXT: case N_TEXT | N_EXT: in translate_from_native_sym_flags() 1395 sym_pointer->e_type[0] |= N_TEXT; in translate_to_native_sym_flags() 1748 case N_TEXT: \ 1749 case N_TEXT | N_EXT: \ 2219 case N_TEXT: in NAME() 2586 if (type == (N_TEXT | N_EXT) in aout_link_check_ar_symbols() [all …]
|
D | hp300hpux.c | 380 new_type = N_TEXT; in convert_sym_type() 419 case N_TEXT | N_EXT: in convert_sym_type() 647 r_index = N_TEXT; in MY()
|
D | i386lynx.c | 296 case N_TEXT: \ 297 case N_TEXT | N_EXT: \
|
D | aout-adobe.c | 105 case N_TEXT: in aout_adobe_callback() 168 case N_TEXT: in aout_adobe_callback()
|
D | bout.c | 791 case N_TEXT: in b_out_slurp_reloc_table() 792 case N_TEXT | N_EXT: in b_out_slurp_reloc_table()
|
D | sunos.c | 2261 ? N_TEXT in sunos_write_dynamic_symbol()
|
D | ChangeLog-2008 | 645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, 897 * mach-o.c (N_TEXT, N_DATA, N_BSS): Added.
|
D | ChangeLog-0203 | 5273 section was merged with .text, convert its symbols to N_TEXT
|
/toolchain/binutils/binutils-2.25/include/ |
D | bout.h | 126 #define N_TEXT 4 /* Text symbol */ macro
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | adobe.h | 123 #define N_TEXT 4 /* Text sym -- defined at offset in text seg */ macro
|
D | aout64.h | 279 #define N_TEXT 4 /* Text sym -- defined at offset in text seg. */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | aout_gnu.h | 238 #define N_TEXT 4 macro
|