Lines Matching full:where
50 char *where; in ef_mips_reloc() local
59 where = (char *)dest + (relbase + rel->r_offset - dataoff); in ef_mips_reloc()
66 where = (char *)dest + (relbase + rela->r_offset - dataoff); in ef_mips_reloc()
75 if (where < (char *)dest || where >= (char *)dest + len) in ef_mips_reloc()
81 addend = le64dec(where); in ef_mips_reloc()
83 addend = be64dec(where); in ef_mips_reloc()
86 addend = le32dec(where); in ef_mips_reloc()
88 addend = be32dec(where); in ef_mips_reloc()
96 le64enc(where, addr); in ef_mips_reloc()
98 be64enc(where, addr); in ef_mips_reloc()
103 le32enc(where, addr); in ef_mips_reloc()
105 be32enc(where, addr); in ef_mips_reloc()