Lines Matching refs:atp
690 char *atp; in parse_imm() local
696 for (atp = s; *atp != '@'; atp++) in parse_imm()
697 if (is_end_of_line[(unsigned char) *atp]) in parse_imm()
700 if (*atp == '@') in parse_imm()
702 itype = match_imm (atp + 1, &ilen); in parse_imm()
705 *atp = 0; in parse_imm()
710 atp = NULL; in parse_imm()
714 *atp = 0; in parse_imm()
718 atp = NULL; in parse_imm()
722 if (atp && !GOT_symbol) in parse_imm()
751 if (atp) in parse_imm()
753 *atp = '@'; /* restore back (needed?) */ in parse_imm()
754 if (new_pointer >= atp) in parse_imm()
764 char *atp; in check_got() local
770 for (atp = input_line_pointer; *atp != '@'; atp++) in check_got()
771 if (is_end_of_line[(unsigned char) *atp]) in check_got()
774 if (strncmp (atp + 1, "GOTOFF", 5) == 0) in check_got()
779 else if (strncmp (atp + 1, "GOT", 3) == 0) in check_got()
784 else if (strncmp (atp + 1, "PLT", 3) == 0) in check_got()
795 first = atp - input_line_pointer; in check_got()
797 past_got = atp + *got_len + 1; in check_got()