Home
last modified time | relevance | path

Searched refs:insn_sec (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/objtool/
Dorc_gen.c92 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() argument
105 insn_sec, insn_off)) in write_orc_entry()
114 struct section *insn_sec; member
129 entry->insn_sec = sec; in orc_list_add()
239 entry->insn_sec, entry->insn_off, in orc_create()
Delf.c803 struct section *insn_sec, unsigned long insn_off) in elf_add_reloc_to_insn() argument
805 struct symbol *sym = insn_sec->sym; in elf_add_reloc_to_insn()
815 sym = elf_create_section_symbol(elf, insn_sec); in elf_add_reloc_to_insn()
819 insn_sec->sym = sym; in elf_add_reloc_to_insn()
/linux-6.1.9/tools/objtool/include/objtool/
Delf.h152 struct section *insn_sec, unsigned long insn_off);