Searched refs:N_TEXT (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 126 #define N_TEXT 4 /* Text symbol */ macro
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | aoutx.h | 1235 newsect->target_index = N_TEXT; in NAME() 1405 case N_TEXT: in translate_from_native_sym_flags() 1456 case N_TEXT: case N_TEXT | N_EXT: in translate_from_native_sym_flags() 1597 sym_pointer->e_type[0] |= N_TEXT; in translate_to_native_sym_flags() 1611 sym_pointer->e_type[0] |= N_TEXT; in translate_to_native_sym_flags() 1642 case N_TEXT: type = N_SETT; break; in translate_to_native_sym_flags() 1657 case N_TEXT: type = N_WEAKT; break; in translate_to_native_sym_flags() 2120 case N_TEXT: \ 2121 case N_TEXT | N_EXT: \ 2678 case N_TEXT: in NAME() [all …]
|
D | pdp11.c | 154 #undef N_TEXT 163 #define N_TEXT 0x02 /* Text segment. */ macro 1108 newsect->target_index = N_TEXT; in NAME() 1287 case N_TEXT: in translate_from_native_sym_flags() 1338 case N_TEXT: case N_TEXT | N_EXT: in translate_from_native_sym_flags() 1398 sym_pointer->e_type[0] |= N_TEXT; in translate_to_native_sym_flags() 1751 case N_TEXT: \ 1752 case N_TEXT | N_EXT: \ 2222 case N_TEXT: in NAME() 2589 if (type == (N_TEXT | N_EXT) in aout_link_check_ar_symbols() [all …]
|
D | hp300hpux.c | 378 new_type = N_TEXT; in convert_sym_type() 417 case N_TEXT | N_EXT: in convert_sym_type() 645 r_index = N_TEXT; in MY()
|
D | i386lynx.c | 294 case N_TEXT: \ 295 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 | 789 case N_TEXT: in b_out_slurp_reloc_table() 790 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.27/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.27/gas/config/ |
D | aout_gnu.h | 238 #define N_TEXT 4 macro
|