Searched refs:str_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-s390.c644 s390_tls_suffix (str_p, exp_p)
645 char **str_p;
661 str = *str_p;
676 if (&input_line_pointer != str_p)
687 *str_p = str;
727 s390_elf_suffix (str_p, exp_p)
728 char **str_p;
750 char *str = *str_p;
806 if (&input_line_pointer != str_p)
809 *str_p
[all...]
H A Dtc-ppc.c1571 ppc_elf_suffix (char **str_p, expressionS *exp_p)
1582 char *str = *str_p;
1726 if (&input_line_pointer != str_p)
1729 *str_p = str;
1563 ppc_elf_suffix(char **str_p, expressionS *exp_p) argument

Completed in 118 milliseconds