Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dorc_gen.c19 struct section *insn_sec;
34 entry->insn_sec = sec; in orc_list_add()
144 entry->insn_sec, entry->insn_off, in orc_create()
20 struct section *insn_sec; global() member
H A Delf.c1018 struct section *insn_sec, in elf_init_reloc_text_sym() argument
1021 struct symbol *sym = insn_sec->sym; in elf_init_reloc_text_sym()
1024 if (!is_text_sec(insn_sec)) { in elf_init_reloc_text_sym()
1036 sym = elf_create_section_symbol(elf, insn_sec); in elf_init_reloc_text_sym()
/linux/tools/objtool/include/objtool/
H A Dorc.h11 struct section *insn_sec, unsigned long insn_off,
H A Delf.h169 struct section *insn_sec, in elf_rela_size()