Home
last modified time | relevance | path

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

/titanic_50/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.intel.c168 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry()
951 if (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) in ld_do_activerelocs()
1455 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_fillin_gotplt()
H A Dmachrel.amd.c200 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry()
966 if (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) in ld_do_activerelocs()
1462 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_fillin_gotplt()
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()
1267 if (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) in ld_do_activerelocs()
2091 if (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) in ld_fillin_gotplt()
H A Dldmain.c456 if (((ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0) && in ld_main()
H A D_libld.h593 (((_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.c625 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()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h504 #define FLG_OF1_ENCDIFF 0x0000800000 /* host running linker has different */ macro