Searched refs:SECTION_TYPE (Results 1 – 3 of 3) sorted by relevance
353 if ((S_MOD_INIT_FUNC_POINTERS != (SECTION_TYPE & section->flags)) in OSRuntimeSignStructorsInSegment()354 && (S_MOD_TERM_FUNC_POINTERS != (SECTION_TYPE & section->flags))) { in OSRuntimeSignStructorsInSegment()
440 switch (sect->flags & SECTION_TYPE) { in export_macho()485 "Invalid section type: %u.", sect->flags & SECTION_TYPE); in export_macho()
470 #define SECTION_TYPE 0x000000ff /* 256 section types */ macro