Home
last modified time | relevance | path

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

/tools/objtool/include/objtool/
Delf.h140 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec,
/tools/objtool/
Dorc_gen.c104 if (elf_add_reloc_to_insn(elf, ip_sec, idx * sizeof(int), R_X86_64_PC32, in write_orc_entry()
Dcheck.c561 if (elf_add_reloc_to_insn(file->elf, sec, in create_static_call_sections()
648 if (elf_add_reloc_to_insn(file->elf, sec, in create_retpoline_sites_sections()
694 if (elf_add_reloc_to_insn(file->elf, sec, in create_return_sites_sections()
739 if (elf_add_reloc_to_insn(file->elf, sec, in create_mcount_loc_sections()
Delf.c737 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec, in elf_add_reloc_to_insn() function