Searched refs:insn_sec (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/tools/objtool/ |
D | orc_gen.c | 86 struct section *insn_sec, unsigned long insn_off, in write_orc_entry() argument 99 insn_sec, insn_off)) in write_orc_entry() 108 struct section *insn_sec; member 123 entry->insn_sec = sec; in orc_list_add() 232 entry->insn_sec, entry->insn_off, in orc_create()
|
D | elf.c | 519 struct section *insn_sec, unsigned long insn_off) in elf_add_reloc_to_insn() argument 524 if (insn_sec->sym) { in elf_add_reloc_to_insn() 525 sym = insn_sec->sym; in elf_add_reloc_to_insn() 533 sym = find_symbol_containing(insn_sec, insn_off); in elf_add_reloc_to_insn() 539 sym = find_symbol_containing(insn_sec, insn_off - 1); in elf_add_reloc_to_insn() 543 WARN("can't find symbol containing %s+0x%lx", insn_sec->name, insn_off); in elf_add_reloc_to_insn()
|
/Linux-v5.15/tools/objtool/include/objtool/ |
D | elf.h | 137 struct section *insn_sec, unsigned long insn_off);
|