Searched refs:insn_sec (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | orc_gen.c | 91 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() 102 insn_sec, insn_off)) in write_orc_entry() 111 struct section *insn_sec; member 126 entry->insn_sec = sec; in orc_list_add() 236 entry->insn_sec, entry->insn_off, in orc_create() 89 write_orc_entry(struct elf *elf, struct section *orc_sec, struct section *ip_sec, unsigned int idx, struct section *insn_sec, unsigned long insn_off, struct orc_entry *o) write_orc_entry() argument
|
H A D | elf.h | 135 struct section *insn_sec, unsigned long insn_off);
|
H A D | elf.c | 762 struct section *insn_sec, unsigned long insn_off) in elf_add_reloc_to_insn() 764 struct symbol *sym = insn_sec->sym; in elf_add_reloc_to_insn() 774 sym = elf_create_section_symbol(elf, insn_sec); in elf_add_reloc_to_insn() 778 insn_sec->sym = sym; in elf_add_reloc_to_insn() 760 elf_add_reloc_to_insn(struct elf *elf, struct section *sec, unsigned long offset, unsigned int type, struct section *insn_sec, unsigned long insn_off) elf_add_reloc_to_insn() argument
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | orc_gen.c | 109 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() 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() 107 write_orc_entry(struct elf *elf, struct section *orc_sec, struct section *ip_sec, unsigned int idx, struct section *insn_sec, unsigned long insn_off, struct orc_entry *o) write_orc_entry() argument
|
H A D | elf.c | 889 struct section *insn_sec, in elf_init_reloc_text_sym() 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() 886 elf_init_reloc_text_sym(struct elf *elf, struct section *sec, unsigned long offset, unsigned int reloc_idx, struct section *insn_sec, unsigned long insn_off) elf_init_reloc_text_sym() argument
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | elf.h | 120 struct section *insn_sec,
|
Completed in 6 milliseconds