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.c966 if (!elf_create_reloc(e->out, sec, offset, sym, addend, reloc_type(patched_reloc))) in clone_reloc_klp()
1031 if (!elf_create_reloc(e->out, klp_relocs, in clone_reloc_klp()
1037 if (!elf_create_reloc(e->out, klp_relocs, in clone_reloc_klp()
1115 if (!elf_create_reloc(e->out, sec, offset, out_sym, addend, in clone_reloc()
1538 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
1545 if (!elf_create_reloc(e->out, obj_sec, offsetof(struct klp_object_ext, funcs), in create_klp_sections()
1567 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
1573 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
1608 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
1624 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
[all …]
H A Delf.c1613 struct reloc *elf_create_reloc(struct elf *elf, struct section *sec, in elf_create_reloc() function