Home
last modified time | relevance | path

Searched refs:FLG_OF1_ENCDIFF (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c322 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_unwind_make_hdr()
495 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_unwind_populate_hdr()
H A Dmachrel.sparc.c398 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry()
531 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry()
1287 if (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) in ld_do_activerelocs()
2125 if (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) in ld_fillin_gotplt()
H A Dmachrel.amd.c200 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry()
980 if (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) in ld_do_activerelocs()
1489 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_fillin_gotplt()
H A Dmachrel.intel.c168 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry()
980 if (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) in ld_do_activerelocs()
1497 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_fillin_gotplt()
H A Dldmain.c457 if (((ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0) && in ld_main()
H A D_libld.h582 (((_ofl)->ofl_flags1 & FLG_OF1_ENCDIFF) && \
H A DREADME.XLINK262 FLG_OF1_ENCDIFF bit of the ofl_flags field of the output file
H A Dargs.c659 ofl->ofl_flags1 |= FLG_OF1_ENCDIFF; in check_flags()
H A Drelocate.c2996 if ((ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0) { in ld_swap_reloc_data()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h511 #define FLG_OF1_ENCDIFF 0x0000800000 /* host running linker has different */ macro