Searched refs:insn_sec (Results 1 – 6 of 6) sorted by relevance
| /tools/objtool/ |
| A D | orc_gen.c | 20 struct section *insn_sec; member 35 entry->insn_sec = sec; in orc_list_add() 141 entry->insn_sec, entry->insn_off, in orc_create()
|
| A D | elf.c | 921 struct section *insn_sec, in elf_init_reloc_text_sym() argument 924 struct symbol *sym = insn_sec->sym; in elf_init_reloc_text_sym() 927 if (!(insn_sec->sh.sh_flags & SHF_EXECINSTR)) { in elf_init_reloc_text_sym() 939 sym = elf_create_section_symbol(elf, insn_sec); in elf_init_reloc_text_sym() 943 insn_sec->sym = sym; in elf_init_reloc_text_sym()
|
| /tools/objtool/include/objtool/ |
| A D | orc.h | 11 struct section *insn_sec, unsigned long insn_off,
|
| A D | elf.h | 124 struct section *insn_sec,
|
| /tools/objtool/arch/loongarch/ |
| A D | orc.c | 103 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() argument 114 insn_sec, insn_off)) in write_orc_entry()
|
| /tools/objtool/arch/x86/ |
| A D | orc.c | 102 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() argument 115 insn_sec, insn_off)) in write_orc_entry()
|
Completed in 14 milliseconds