Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dorc_gen.c20 struct section *insn_sec; member
35 entry->insn_sec = sec; in orc_list_add()
141 entry->insn_sec, entry->insn_off, in orc_create()
H A Delf.c887 struct section *insn_sec, in elf_init_reloc_text_sym() argument
890 struct symbol *sym = insn_sec->sym; in elf_init_reloc_text_sym()
893 if (!(insn_sec->sh.sh_flags & SHF_EXECINSTR)) { in elf_init_reloc_text_sym()
906 sym = elf_create_section_symbol(elf, insn_sec); in elf_init_reloc_text_sym()
910 insn_sec->sym = sym; in elf_init_reloc_text_sym()
/linux/tools/objtool/arch/loongarch/
H A Dorc.c103 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() argument
114 insn_sec, insn_off)) in write_orc_entry()
/linux/tools/objtool/arch/x86/
H A Dorc.c102 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() argument
115 insn_sec, insn_off)) in write_orc_entry()
/linux/tools/objtool/include/objtool/
H A Dorc.h11 struct section *insn_sec, unsigned long insn_off,
H A Delf.h122 struct section *insn_sec,