Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/include/objtool/
Delf.h150 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec,
/linux-6.1.9/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.c656 if (elf_add_reloc_to_insn(file->elf, sec, in create_static_call_sections()
741 if (elf_add_reloc_to_insn(file->elf, sec, in create_retpoline_sites_sections()
787 if (elf_add_reloc_to_insn(file->elf, sec, in create_return_sites_sections()
839 if (elf_add_reloc_to_insn(file->elf, sec, in create_ibt_endbr_seal_sections()
884 if (elf_add_reloc_to_insn(file->elf, sec, in create_mcount_loc_sections()
Delf.c801 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec, in elf_add_reloc_to_insn() function