Searched refs:_ofl (Results 1 – 2 of 2) sorted by relevance
544 #define OFL_GUIDANCE(_ofl, _no_flag) (((_ofl)->ofl_guideflags & \ argument551 #define OFL_ALLOW_DYNSYM(_ofl) (((_ofl)->ofl_flags & \ argument561 #define OFL_ALLOW_LDYNSYM(_ofl) (((_ofl)->ofl_flags & \ argument569 #define OFL_DO_RELOC(_ofl) (((_ofl)->ofl_flags & FLG_OF_RELOBJ) || \ argument570 !((_ofl)->ofl_dtflags_1 & DF_1_NORELOC))575 #define OFL_IS_STATIC_EXEC(_ofl) (((_ofl)->ofl_flags & \ argument583 #define OFL_IS_STATIC_OBJ(_ofl) ((_ofl)->ofl_flags & \ argument591 #define SYMTAB_LOC_CNT(_ofl) /* local .symtab entries */ \ argument593 (_ofl)->ofl_shdrcnt + /* section symbol */ \594 (_ofl)->ofl_caploclcnt + /* local capabilities */ \[all …]
592 #define OFL_SWAP_RELOC_DATA(_ofl, _rel) \ argument593 (((_ofl)->ofl_flags1 & FLG_OF1_ENCDIFF) && \594 ld_swap_reloc_data(_ofl, _rel))