Home | History | Annotate | Download | only in config

Lines Matching full:suffix

715 	/* Found a matching tls suffix.  */
745 elf_suffix_type suffix;
791 /* Now check for identifier@suffix+constant. */
832 return ptr->suffix;
910 s390_lit_suffix (char **str_p, expressionS *exp_p, elf_suffix_type suffix)
920 return suffix; /* No modification. */
922 /* We look for a suffix of the form "@lit1", "@lit2", "@lit4" or "@lit8". */
929 return suffix; /* no modification */
933 if (suffix == ELF_SUFFIX_GOT)
942 else if (suffix == ELF_SUFFIX_PLT)
950 if (suffix != ELF_SUFFIX_NONE && reloc == BFD_RELOC_UNUSED)
951 as_bad (_("Invalid suffix for literal pool entry"));
1045 /* We change the suffix type to ELF_SUFFIX_NONE, because
1056 elf_suffix_type suffix;
1070 && (suffix = s390_elf_suffix (&input_line_pointer, &exp)) != ELF_SUFFIX_NONE)
1095 reloc = tab2[suffix];
1115 reloc = tab4[suffix];
1135 reloc = tab8[suffix];
1190 elf_suffix_type suffix;
1296 suffix = s390_elf_suffix (&str, &ex);
1297 suffix = s390_lit_suffix (&str, &ex, suffix);
1300 if (suffix == ELF_SUFFIX_GOT)
1315 else if (suffix == ELF_SUFFIX_PLT)
1330 else if (suffix == ELF_SUFFIX_GOTENT)
1336 else if (suffix == ELF_SUFFIX_GOTOFF)
1342 else if (suffix == ELF_SUFFIX_PLTOFF)
1348 else if (suffix == ELF_SUFFIX_GOTPLT)
1360 else if (suffix == ELF_SUFFIX_TLS_GOTIE)
1369 else if (suffix == ELF_SUFFIX_TLS_IE)
1376 if (suffix != ELF_SUFFIX_NONE && reloc == BFD_RELOC_UNUSED)
1377 as_bad (_("invalid operand suffix"));
1756 @lit suffix. */