Lines Matching defs:addend
1341 s64 addend = reloc_addend(patched_reloc);
1375 if (!elf_create_reloc(e->out, sec, offset, sym, addend, reloc_type(patched_reloc)))
1448 klp_sym, addend, R_ABS64))
1454 #define dbg_clone_reloc(sec, offset, patched_sym, addend, export, klp) \
1457 addend >= 0 ? "+" : "-", labs(addend), \
1471 long addend = reloc_addend(patched_reloc);
1477 dbg_clone_reloc(sec, offset, patched_sym, addend, export, klp);
1508 const char *str = patched_sym->sec->data->d_buf + addend;
1512 addend = elf_add_string(e->out, out_sym->sec, str);
1513 if (addend == -1)
1517 if (!elf_create_reloc(e->out, sec, offset, out_sym, addend,
1925 s64 addend;
1963 addend = elf_add_string(e->out, str_sec, modname);
1964 if (addend == -1)
1969 str_sym, addend, R_ABS64))
1993 addend = elf_add_string(e->out, str_sec, sym->clone->twin->name);
1994 if (addend == -1)
1999 str_sym, addend, R_ABS64))