Home
last modified time | relevance | path

Searched refs:N_ABS (Results 1 – 21 of 21) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Daout-cris.c175 r_index = N_ABS; in MY()
259 r_index = N_ABS; in MY()
Daoutx.h1412 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 …]
Dpdp11.c153 #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 …]
Di386lynx.c312 case N_ABS: \
313 case N_ABS | N_EXT: \
Dhp300hpux.c376 new_type = N_ABS; in convert_sym_type()
416 case N_ABS | N_EXT: in convert_sym_type()
Dbout.c806 case N_ABS: in b_out_slurp_reloc_table()
807 case N_ABS | N_EXT: in b_out_slurp_reloc_table()
Dcoffgen.c385 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()
Dcofflink.c1556 || (isym.n_scnum == N_ABS in _bfd_coff_link_input_bfd()
2577 isym.n_scnum = N_ABS; in _bfd_coff_write_global_sym()
Dsunos.c2273 ? N_ABS in sunos_write_dynamic_symbol()
Decoff.c35 #undef N_ABS
Dxcofflink.c5600 isym.n_scnum = N_ABS; in xcoff_write_global_symbol()
DChangeLog-2008645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
DChangeLog-96971200 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/
Dbout.h125 #define N_ABS 2 /* Absolute symbol */ macro
/toolchain/binutils/binutils-2.25/include/aout/
Dadobe.h122 #define N_ABS 2 /* Absolute symbol -- defined at particular addr */ macro
Daout64.h278 #define N_ABS 2 /* Absolute symbol -- defined at particular addr. */ macro
/toolchain/binutils/binutils-2.25/gas/config/
Daout_gnu.h237 #define N_ABS 2 macro
/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h501 #define N_ABS ((short)-1) /* value of symbol is absolute */ macro
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c794 case N_ABS: in dump_xcoff32_symbols()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-96974823 have a section of N_ABS rather than N_DEBUG. If we do a merge,
DChangeLog-92952552 Add support for N_ABS and N_ABS|N_EXT type symbols.