Searched refs:_ofl (Results 1 – 2 of 2) sorted by relevance
553 #define OFL_GUIDANCE(_ofl, _no_flag) (((_ofl)->ofl_guideflags & \ argument560 #define OFL_ALLOW_DYNSYM(_ofl) (((_ofl)->ofl_flags & \ argument570 #define OFL_ALLOW_LDYNSYM(_ofl) (((_ofl)->ofl_flags & \ argument578 #define OFL_DO_RELOC(_ofl) (((_ofl)->ofl_flags & FLG_OF_RELOBJ) || \ argument579 !((_ofl)->ofl_dtflags_1 & DF_1_NORELOC))584 #define OFL_IS_STATIC_EXEC(_ofl) (((_ofl)->ofl_flags & \ argument592 #define OFL_IS_STATIC_OBJ(_ofl) ((_ofl)->ofl_flags & \ argument600 #define SYMTAB_LOC_CNT(_ofl) /* local .symtab entries */ \ argument602 (_ofl)->ofl_shdrcnt + /* section symbol */ \603 (_ofl)->ofl_caploclcnt + /* local capabilities */ \[all …]
581 #define OFL_SWAP_RELOC_DATA(_ofl, _rel) \ argument582 (((_ofl)->ofl_flags1 & FLG_OF1_ENCDIFF) && \583 ld_swap_reloc_data(_ofl, _rel))