Searched refs:N_ABS (Results 1 – 21 of 21) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | aout-cris.c | 175 r_index = N_ABS; in MY() 259 r_index = N_ABS; in MY()
|
D | aoutx.h | 1412 case N_ABS: in translate_from_native_sym_flags() 1433 case N_ABS: case N_ABS | N_EXT: in translate_from_native_sym_flags() 1591 sym_pointer->e_type[0] |= N_ABS; in translate_to_native_sym_flags() 1637 case N_ABS: type = N_SETA; break; in translate_to_native_sym_flags() 1652 case N_ABS: type = N_WEAKA; break; in translate_to_native_sym_flags() 1977 r_index = N_ABS; in NAME() 2056 r_index = N_ABS; in NAME() 2132 case N_ABS: \ 2133 case N_ABS | N_EXT: \ 2192 r_index = N_ABS; in NAME() [all …]
|
D | pdp11.c | 153 #undef N_ABS 162 #define N_ABS 0x01 /* Absolute. */ macro 1295 case N_ABS: in translate_from_native_sym_flags() 1316 case N_ABS: case N_ABS | N_EXT: in translate_from_native_sym_flags() 1393 sym_pointer->e_type[0] |= N_ABS; in translate_to_native_sym_flags() 1764 case N_ABS: \ 1765 case N_ABS | N_EXT: \ 1794 r_index = N_ABS; in pdp11_aout_swap_reloc_in() 1807 r_index = N_ABS; in pdp11_aout_swap_reloc_in() 2589 || type == (N_ABS | N_EXT)) in aout_link_check_ar_symbols() [all …]
|
D | i386lynx.c | 312 case N_ABS: \ 313 case N_ABS | N_EXT: \
|
D | hp300hpux.c | 376 new_type = N_ABS; in convert_sym_type() 416 case N_ABS | N_EXT: in convert_sym_type()
|
D | bout.c | 806 case N_ABS: in b_out_slurp_reloc_table() 807 case N_ABS | N_EXT: in b_out_slurp_reloc_table()
|
D | coffgen.c | 385 if (section_index == N_ABS) in coff_section_from_bfd_index() 691 syment->n_scnum = N_ABS; in fixup_symbol_value() 1014 native->u.syment.n_scnum = N_ABS; in coff_write_symbol()
|
D | cofflink.c | 1556 || (isym.n_scnum == N_ABS in _bfd_coff_link_input_bfd() 2577 isym.n_scnum = N_ABS; in _bfd_coff_write_global_sym()
|
D | sunos.c | 2273 ? N_ABS in sunos_write_dynamic_symbol()
|
D | ecoff.c | 35 #undef N_ABS
|
D | xcofflink.c | 5600 isym.n_scnum = N_ABS; in xcoff_write_global_symbol()
|
D | ChangeLog-2008 | 645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
|
D | ChangeLog-9697 | 1200 symbols, skip N_ABS symbols with debugging storage classes. 5181 * aoutx.h (NAME(aout,swap_std_reloc_out)): Set r_index to N_ABS,
|
/toolchain/binutils/binutils-2.25/include/ |
D | bout.h | 125 #define N_ABS 2 /* Absolute symbol */ macro
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | adobe.h | 122 #define N_ABS 2 /* Absolute symbol -- defined at particular addr */ macro
|
D | aout64.h | 278 #define N_ABS 2 /* Absolute symbol -- defined at particular addr. */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | aout_gnu.h | 237 #define N_ABS 2 macro
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | internal.h | 501 #define N_ABS ((short)-1) /* value of symbol is absolute */ macro
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 794 case N_ABS: in dump_xcoff32_symbols()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9697 | 4823 have a section of N_ABS rather than N_DEBUG. If we do a merge,
|
D | ChangeLog-9295 | 2552 Add support for N_ABS and N_ABS|N_EXT type symbols.
|