find_rela_by_dest 1053 tools/objtool/check.c 		table_rela = find_rela_by_dest(table_sec, table_offset);
find_rela_by_dest 1186 tools/objtool/check.c 		rela = find_rela_by_dest(sec, i * sizeof(*hint));
find_rela_by_dest   83 tools/objtool/elf.h struct rela *find_rela_by_dest(struct section *sec, unsigned long offset);
find_rela_by_dest  121 tools/objtool/special.c 	orig_rela = find_rela_by_dest(sec, offset + entry->orig);
find_rela_by_dest  136 tools/objtool/special.c 		new_rela = find_rela_by_dest(sec, offset + entry->new);