Lines Matching refs:sec
147 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
167 ret = insn_decode(&ins, sec->data->d_buf + offset, maxlen,
170 WARN("can't decode instruction at %s:0x%lx", sec->name, offset);
445 WARN("invalid LEA encoding at %s:0x%lx", sec->name, offset);
547 WARN("ENQCMD instruction at %s:%lx", sec->name,
615 if (ins.length == 3+4+4 && !strncmp(sec->name, ".init.text", 10)) {
620 immr = find_reloc_by_dest(elf, (void *)sec, offset+3);
621 disp = find_reloc_by_dest(elf, (void *)sec, offset+7);
630 func = find_symbol_by_offset(disp->sym->sec, reloc_addend(disp));
646 sym = find_symbol_containing(sec, offset);
697 WARN("notrack prefix found at %s:0x%lx", sec->name, offset);
703 WARN("notrack prefix found at %s:0x%lx", sec->name, offset);