Lines Matching refs:reloc_entry
78 arelent * reloc_entry, in coff_maxq20_reloc() argument
97 if (data && reloc_entry) in coff_maxq20_reloc()
99 howto = reloc_entry->howto; in coff_maxq20_reloc()
100 addr = (unsigned char *) data + reloc_entry->address; in coff_maxq20_reloc()
109 switch (reloc_entry->howto->type) in coff_maxq20_reloc()
115 addend = reloc_entry->addend; in coff_maxq20_reloc()
124 diff = ((call_addr << 1) - (reloc_entry->address << 1)); in coff_maxq20_reloc()
149 addend = (reloc_entry->addend - reloc_entry->addend); in coff_maxq20_reloc()
152 addend = reloc_entry->addend; in coff_maxq20_reloc()
163 if (reloc_entry->addend > symbol_in->value) in coff_maxq20_reloc()
164 addend = reloc_entry->addend - symbol_in->value; in coff_maxq20_reloc()
166 if ((reloc_entry->addend < symbol_in->value) in coff_maxq20_reloc()
167 && (reloc_entry->addend != 0)) in coff_maxq20_reloc()
168 addend = reloc_entry->addend - symbol_in->value; in coff_maxq20_reloc()
170 if (reloc_entry->addend == symbol_in->value) in coff_maxq20_reloc()
176 addend = reloc_entry->addend; in coff_maxq20_reloc()
219 addend = (reloc_entry->addend - reloc_entry->addend); in coff_maxq20_reloc()
224 if (reloc_entry->addend > symbol_in->value) in coff_maxq20_reloc()
225 addend = reloc_entry->addend - symbol_in->value; in coff_maxq20_reloc()
226 if (reloc_entry->addend < symbol_in->value) in coff_maxq20_reloc()
227 addend = reloc_entry->addend - symbol_in->value; in coff_maxq20_reloc()
228 if (reloc_entry->addend == symbol_in->value) in coff_maxq20_reloc()
234 addend = reloc_entry->addend; in coff_maxq20_reloc()
254 addend = (reloc_entry->addend - reloc_entry->addend); in coff_maxq20_reloc()
258 if (reloc_entry->addend > symbol_in->value) in coff_maxq20_reloc()
259 addend = reloc_entry->addend - symbol_in->value; in coff_maxq20_reloc()
261 if (reloc_entry->addend < symbol_in->value) in coff_maxq20_reloc()
262 addend = reloc_entry->addend - symbol_in->value; in coff_maxq20_reloc()
264 if (reloc_entry->addend == symbol_in->value) in coff_maxq20_reloc()
270 addend = reloc_entry->addend; in coff_maxq20_reloc()
298 addend = (reloc_entry->addend - reloc_entry->addend); in coff_maxq20_reloc()
303 if (reloc_entry->addend > symbol_in->value) in coff_maxq20_reloc()
304 addend = reloc_entry->addend - symbol_in->value; in coff_maxq20_reloc()
305 if (reloc_entry->addend < symbol_in->value) in coff_maxq20_reloc()
306 addend = reloc_entry->addend - symbol_in->value; in coff_maxq20_reloc()
307 if (reloc_entry->addend == symbol_in->value) in coff_maxq20_reloc()
313 addend = reloc_entry->addend; in coff_maxq20_reloc()