Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.h132 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec,
H A Dorc_gen.c101 if (elf_add_reloc_to_insn(elf, ip_sec, idx * sizeof(int), R_X86_64_PC32, in write_orc_entry()
H A Dcheck.c558 if (elf_add_reloc_to_insn(file->elf, sec, in create_static_call_sections()
643 if (elf_add_reloc_to_insn(file->elf, sec, in create_retpoline_sites_sections()
689 if (elf_add_reloc_to_insn(file->elf, sec, in create_return_sites_sections()
734 if (elf_add_reloc_to_insn(file->elf, sec, in create_mcount_loc_sections()
H A Delf.c760 int elf_add_reloc_to_insn(struct elf *elf, struct section *sec, in elf_add_reloc_to_insn() function