Lines Matching refs:sec_name

516 sec_to_styp_flags (const char *sec_name, flagword sec_flags)  in sec_to_styp_flags()  argument
520 if (!strcmp (sec_name, _TEXT)) in sec_to_styp_flags()
524 else if (!strcmp (sec_name, _DATA)) in sec_to_styp_flags()
528 else if (!strcmp (sec_name, _BSS)) in sec_to_styp_flags()
533 else if (!strcmp (sec_name, _COMMENT)) in sec_to_styp_flags()
539 else if (!strcmp (sec_name, _LIB)) in sec_to_styp_flags()
545 else if (!strcmp (sec_name, _LIT)) in sec_to_styp_flags()
550 else if (CONST_STRNEQ (sec_name, DOT_DEBUG) in sec_to_styp_flags()
551 || CONST_STRNEQ (sec_name, DOT_ZDEBUG)) in sec_to_styp_flags()
554 if (!sec_name[6]) in sec_to_styp_flags()
559 else if (CONST_STRNEQ (sec_name, ".stab")) in sec_to_styp_flags()
564 else if (CONST_STRNEQ (sec_name, GNU_LINKONCE_WI) in sec_to_styp_flags()
565 || CONST_STRNEQ (sec_name, GNU_LINKONCE_WT)) in sec_to_styp_flags()
571 else if (!strcmp (sec_name, _PAD)) in sec_to_styp_flags()
575 else if (!strcmp (sec_name, _LOADER)) in sec_to_styp_flags()
579 else if (!strcmp (sec_name, _EXCEPT)) in sec_to_styp_flags()
583 else if (!strcmp (sec_name, _TYPCHK)) in sec_to_styp_flags()
592 if (!strcmp (sec_name, xcoff_dwsect_names[i].name)) in sec_to_styp_flags()
652 sec_to_styp_flags (const char *sec_name, flagword sec_flags) in sec_to_styp_flags() argument
657 if (CONST_STRNEQ (sec_name, DOT_DEBUG) in sec_to_styp_flags()
658 || CONST_STRNEQ (sec_name, DOT_ZDEBUG) in sec_to_styp_flags()
660 || CONST_STRNEQ (sec_name, GNU_LINKONCE_WI) in sec_to_styp_flags()
661 || CONST_STRNEQ (sec_name, GNU_LINKONCE_WT) in sec_to_styp_flags()
663 || CONST_STRNEQ (sec_name, ".stab")) in sec_to_styp_flags()