Searched refs:lo_pos (Results 1 – 1 of 1) sorted by relevance
12050 fixS **hi_pos, **lo_pos, **pos; in mips_frob_file() local12072 lo_pos = NULL; in mips_frob_file()12083 && (lo_pos == NULL in mips_frob_file()12084 || (*pos)->fx_offset < (*lo_pos)->fx_offset in mips_frob_file()12086 && (*pos)->fx_offset == (*lo_pos)->fx_offset))) in mips_frob_file()12087 lo_pos = pos; in mips_frob_file()12101 if (lo_pos != NULL) in mips_frob_file()12103 l->fixp->fx_offset = (*lo_pos)->fx_offset; in mips_frob_file()12104 if (l->fixp->fx_next != *lo_pos) in mips_frob_file()12107 l->fixp->fx_next = *lo_pos; in mips_frob_file()[all …]