Searched refs:orig_reloc (Results 1 – 1 of 1) sorted by relevance
62 struct reloc *orig_reloc, *new_reloc; in get_alt_entry() local85 orig_reloc = find_reloc_by_dest(elf, sec, offset + entry->orig); in get_alt_entry()86 if (!orig_reloc) { in get_alt_entry()90 if (orig_reloc->sym->type != STT_SECTION) { in get_alt_entry()92 sec, offset + entry->orig, orig_reloc->sym->name); in get_alt_entry()96 alt->orig_sec = orig_reloc->sym->sec; in get_alt_entry()97 alt->orig_off = orig_reloc->addend; in get_alt_entry()