Home
last modified time | relevance | path

Searched refs:addend (Results 1 – 4 of 4) sorted by relevance

/tools/objtool/
Dbuiltin-check.c148 rela->addend == func->offset) in ignore_func()
377 insn = find_insn(file, rela->sym->sec, rela->addend); in add_nospec_ignores()
415 dest_off = rela->addend + 4; in add_jump_destinations()
418 dest_off = rela->sym->sym.st_value + rela->addend + 4; in add_jump_destinations()
486 rela->addend+4); in add_call_destinations()
492 rela->addend + 4); in add_call_destinations()
715 rela->addend <= func->offset || in add_switch_table()
716 rela->addend >= func->offset + func->len) in add_switch_table()
719 alt_insn = find_insn(file, insn->sec, rela->addend); in add_switch_table()
723 rela->addend); in add_switch_table()
[all …]
Dspecial.c127 alt->orig_off = orig_rela->addend; in get_alt_entry()
138 alt->new_off = (unsigned int)new_rela->addend; in get_alt_entry()
Delf.h66 int addend; member
Delf.c332 rela->addend = rela->rela.r_addend; in read_relas()