Searched refs:FLG_OF1_ENCDIFF (Results 1 – 10 of 10) sorted by relevance
322 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()
168 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()
200 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()
398 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()
456 if (((ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0) && in ld_main()
593 (((_ofl)->ofl_flags1 & FLG_OF1_ENCDIFF) && \
262 FLG_OF1_ENCDIFF bit of the ofl_flags field of the output file
625 ofl->ofl_flags1 |= FLG_OF1_ENCDIFF; in check_flags()
2996 if ((ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0) { in ld_swap_reloc_data()
504 #define FLG_OF1_ENCDIFF 0x0000800000 /* host running linker has different */ macro