Home
last modified time | relevance | path

Searched refs:elf_create_reloc (Results 1 – 2 of 2) sorted by relevance

/linux/tools/objtool/
H A Dklp-diff.c936 if (!elf_create_reloc(e->out, sec, offset, sym, addend, reloc_type(patched_reloc))) in clone_reloc_klp()
1001 if (!elf_create_reloc(e->out, klp_relocs, in clone_reloc_klp()
1007 if (!elf_create_reloc(e->out, klp_relocs, in clone_reloc_klp()
1085 if (!elf_create_reloc(e->out, sec, offset, out_sym, addend, in clone_reloc()
1495 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
1502 if (!elf_create_reloc(e->out, obj_sec, offsetof(struct klp_object_ext, funcs), in create_klp_sections()
1524 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
1530 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
1565 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
1581 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
[all …]
H A Delf.c1630 struct reloc *elf_create_reloc(struct elf *elf, struct section *sec, in elf_create_reloc() function