Home
last modified time | relevance | path

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

/linux-6.6.21/tools/objtool/
Dorc_gen.c109 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() argument
122 insn_sec, insn_off)) in write_orc_entry()
131 struct section *insn_sec; member
146 entry->insn_sec = sec; in orc_list_add()
252 entry->insn_sec, entry->insn_off, in orc_create()
Delf.c889 struct section *insn_sec, in elf_init_reloc_text_sym() argument
892 struct symbol *sym = insn_sec->sym; in elf_init_reloc_text_sym()
895 if (!(insn_sec->sh.sh_flags & SHF_EXECINSTR)) { in elf_init_reloc_text_sym()
908 sym = elf_create_section_symbol(elf, insn_sec); in elf_init_reloc_text_sym()
912 insn_sec->sym = sym; in elf_init_reloc_text_sym()
/linux-6.6.21/tools/objtool/include/objtool/
Delf.h120 struct section *insn_sec,