new_rela           75 tools/objtool/special.c 	struct rela *orig_rela, *new_rela;
new_rela          136 tools/objtool/special.c 		new_rela = find_rela_by_dest(sec, offset + entry->new);
new_rela          137 tools/objtool/special.c 		if (!new_rela) {
new_rela          143 tools/objtool/special.c 		alt->new_sec = new_rela->sym->sec;
new_rela          144 tools/objtool/special.c 		alt->new_off = (unsigned int)new_rela->addend;