Lines Matching refs:atp
691 char *atp; in parse_imm() local
697 for (atp = s; *atp != '@'; atp++) in parse_imm()
698 if (is_end_of_line[(unsigned char) *atp]) in parse_imm()
701 if (*atp == '@') in parse_imm()
703 itype = match_imm (atp + 1, &ilen); in parse_imm()
706 *atp = 0; in parse_imm()
711 atp = NULL; in parse_imm()
715 *atp = 0; in parse_imm()
719 atp = NULL; in parse_imm()
723 if (atp && !GOT_symbol) in parse_imm()
746 if (atp) in parse_imm()
748 *atp = '@'; /* restore back (needed?) */ in parse_imm()
749 if (new_pointer >= atp) in parse_imm()
759 char *atp; in check_got() local
765 for (atp = input_line_pointer; *atp != '@'; atp++) in check_got()
766 if (is_end_of_line[(unsigned char) *atp]) in check_got()
769 if (strncmp (atp + 1, "GOTOFF", 5) == 0) in check_got()
774 else if (strncmp (atp + 1, "GOT", 3) == 0) in check_got()
779 else if (strncmp (atp + 1, "PLT", 3) == 0) in check_got()
790 first = atp - input_line_pointer; in check_got()
792 past_got = atp + *got_len + 1; in check_got()