Home
last modified time | relevance | path

Searched refs:lo_pos (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c14724 fixS **hi_pos, **lo_pos, **pos; in mips_frob_file() local
14748 lo_pos = NULL; in mips_frob_file()
14760 && (lo_pos == NULL in mips_frob_file()
14761 || (*pos)->fx_offset < (*lo_pos)->fx_offset in mips_frob_file()
14763 && (*pos)->fx_offset == (*lo_pos)->fx_offset))) in mips_frob_file()
14764 lo_pos = pos; in mips_frob_file()
14778 if (lo_pos != NULL) in mips_frob_file()
14780 l->fixp->fx_offset = (*lo_pos)->fx_offset; in mips_frob_file()
14781 if (l->fixp->fx_next != *lo_pos) in mips_frob_file()
14784 l->fixp->fx_next = *lo_pos; in mips_frob_file()
[all …]