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.c1053 if (!elf_create_reloc(e->out, sec, offset, sym, addend, reloc_type(patched_reloc))) in clone_reloc_klp()
1118 if (!elf_create_reloc(e->out, klp_relocs, in clone_reloc_klp()
1124 if (!elf_create_reloc(e->out, klp_relocs, in clone_reloc_klp()
1202 if (!elf_create_reloc(e->out, sec, offset, out_sym, addend, in clone_reloc()
1625 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
1632 if (!elf_create_reloc(e->out, obj_sec, offsetof(struct klp_object_ext, funcs), in create_klp_sections()
1654 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
1660 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
1695 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
1711 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
[all …]
H A Delf.c1666 struct reloc *elf_create_reloc(struct elf *elf, struct section *sec, in elf_create_reloc() function