Lines Matching refs:tkv_str

98 		if (strncmp(tkv.tkv_str, MSG_ORIG(MSG_MAP_OVERRIDE),  in map_cap()
107 type, tkv.tkv_str, ld_targ.t_m.m_mach)) != 0) { in map_cap()
116 if (tkv.tkv_str[0] == 'v') { in map_cap()
117 if (ld_map_strtoxword(&tkv.tkv_str[1], NULL, in map_cap()
120 tkv.tkv_str); in map_cap()
132 mf_fatal(mf, MSG_INTL(MSG_MAP_UNKCAPATTR), tkv.tkv_str); in map_cap()
269 switch (ld_map_strtoxword(&tkv->tkv_str[1], NULL, value)) { in valuetoxword()
274 mf_fatal(mf, MSG_INTL(MSG_MAP_SEGADDR), tkv->tkv_str, in valuetoxword()
278 mf_fatal(mf, MSG_INTL(MSG_MAP_SEGADDR), tkv->tkv_str, in valuetoxword()
342 if (strcmp(tkv.tkv_str, seg_type->name) == 0) { in map_equal()
364 if (*tkv.tkv_str == '?') { in map_equal()
365 if (!map_equal_flags(mf, sgp, &b_flags, tkv.tkv_str)) in map_equal()
372 if ((tkv.tkv_str[0] == 'l') || (tkv.tkv_str[0] == 'v') || in map_equal()
373 (tkv.tkv_str[0] == 'a') || (tkv.tkv_str[0] == 'p') || in map_equal()
374 (tkv.tkv_str[0] == 'r')) { in map_equal()
380 switch (*tkv.tkv_str) { in map_equal()
478 mf_fatal(mf, MSG_INTL(MSG_MAP_UNKSEGATT), tkv.tkv_str); in map_equal()
625 if (*tkv.tkv_str == '$') { in map_colon()
632 tkv.tkv_str++; in map_colon()
633 ld_map_lowercase(tkv.tkv_str); in map_colon()
634 if (strcmp(tkv.tkv_str, MSG_ORIG(MSG_STR_PROGBITS)) == in map_colon()
637 else if (strcmp(tkv.tkv_str, in map_colon()
640 else if (strcmp(tkv.tkv_str, in map_colon()
643 else if (strcmp(tkv.tkv_str, in map_colon()
646 else if ((strcmp(tkv.tkv_str, in map_colon()
648 (strcmp(tkv.tkv_str, MSG_ORIG(MSG_STR_RELA)) == 0)) in map_colon()
650 else if (strcmp(tkv.tkv_str, MSG_ORIG(MSG_STR_HASH)) == in map_colon()
653 else if (strcmp(tkv.tkv_str, MSG_ORIG(MSG_STR_LIB)) == in map_colon()
656 else if (strcmp(tkv.tkv_str, in map_colon()
659 else if (strcmp(tkv.tkv_str, MSG_ORIG(MSG_STR_NOTE)) == in map_colon()
662 else if (strcmp(tkv.tkv_str, in map_colon()
667 tkv.tkv_str); in map_colon()
681 } else if (*tkv.tkv_str == '?') { in map_colon()
689 tkv.tkv_str++; in map_colon()
690 ld_map_lowercase(tkv.tkv_str); in map_colon()
691 for (; *tkv.tkv_str != '\0'; tkv.tkv_str++) in map_colon()
692 switch (*tkv.tkv_str) { in map_colon()
697 tkv.tkv_str); in map_colon()
706 tkv.tkv_str); in map_colon()
718 tkv.tkv_str); in map_colon()
730 tkv.tkv_str); in map_colon()
742 tkv.tkv_str); in map_colon()
758 enp->ec_is_name = tkv.tkv_str; in map_colon()
781 if (tkv.tkv_str[0] == '*') { in map_colon()
783 tkv.tkv_str++; in map_colon()
788 tkv.tkv_str)) in map_colon()
813 if (!ld_map_seg_size_symbol(mf, sgp, TK_PLUSEQ, tkv.tkv_str)) in map_atsign()
839 if (!ld_map_seg_os_order_add(mf, sgp, tkv.tkv_str)) in map_pipe()
897 tkv.tkv_str)) in map_dash()
912 if (*tkv.tkv_str == '$') { in map_dash()
917 tkv.tkv_str++; in map_dash()
918 ld_map_lowercase(tkv.tkv_str); in map_dash()
919 if (strcmp(tkv.tkv_str, MSG_ORIG(MSG_MAP_ADDVERS)) == in map_dash()
924 tkv.tkv_str); in map_dash()
933 if (!ld_map_dv_entry(mf, sdf, FALSE, tkv.tkv_str)) in map_dash()
983 ms.ms_name = tkv.tkv_str; in map_version()
1032 filter, tkv.tkv_str); in map_version()
1040 ld_map_lowercase(tkv.tkv_str); in map_version()
1042 if (tkv.tkv_str[0] == 'v' || in map_version()
1043 tkv.tkv_str[0] == 's') { in map_version()
1051 switch (*tkv.tkv_str) { in map_version()
1082 } else if (strcmp(tkv.tkv_str, in map_version()
1087 } else if (strcmp(tkv.tkv_str, in map_version()
1092 } else if (strcmp(tkv.tkv_str, in map_version()
1097 } else if (strcmp(tkv.tkv_str, in map_version()
1101 } else if (strcmp(tkv.tkv_str, in map_version()
1105 } else if (strcmp(tkv.tkv_str, in map_version()
1109 } else if (strcmp(tkv.tkv_str, in map_version()
1115 } else if (strcmp(tkv.tkv_str, in map_version()
1120 } else if (strcmp(tkv.tkv_str, in map_version()
1125 } else if (strcmp(tkv.tkv_str, in map_version()
1139 } else if (strcmp(tkv.tkv_str, in map_version()
1144 } else if (strcmp(tkv.tkv_str, in map_version()
1152 tkv.tkv_str); in map_version()
1249 name = tkv.tkv_str; in ld_map_parse_v1()