Lines Matching refs:sec
153 int arch_decode_instruction(struct objtool_file *file, const struct section *sec, in arch_decode_instruction() argument
173 ret = insn_decode(&ins, sec->data->d_buf + offset, maxlen, in arch_decode_instruction()
176 ERROR("can't decode instruction at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
460 WARN("invalid LEA encoding at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
577 WARN("ENQCMD instruction at %s:%lx", sec->name, offset); in arch_decode_instruction()
644 if (ins.length == 3+4+4 && !strncmp(sec->name, ".init.text", 10)) { in arch_decode_instruction()
649 immr = find_reloc_by_dest(elf, (void *)sec, offset+3); in arch_decode_instruction()
650 disp = find_reloc_by_dest(elf, (void *)sec, offset+7); in arch_decode_instruction()
659 func = find_symbol_by_offset(disp->sym->sec, reloc_addend(disp)); in arch_decode_instruction()
675 sym = find_symbol_containing(sec, offset); in arch_decode_instruction()
726 WARN("notrack prefix found at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
732 WARN("notrack prefix found at %s:0x%lx", sec->name, offset); in arch_decode_instruction()