orig_rela 75 tools/objtool/special.c struct rela *orig_rela, *new_rela; orig_rela 121 tools/objtool/special.c orig_rela = find_rela_by_dest(sec, offset + entry->orig); orig_rela 122 tools/objtool/special.c if (!orig_rela) { orig_rela 126 tools/objtool/special.c if (orig_rela->sym->type != STT_SECTION) { orig_rela 128 tools/objtool/special.c sec, offset + entry->orig, orig_rela->sym->name); orig_rela 132 tools/objtool/special.c alt->orig_sec = orig_rela->sym->sec; orig_rela 133 tools/objtool/special.c alt->orig_off = orig_rela->addend;